邓洁 : 监听地图缩放

This commit is contained in:
dengj
2023-11-16 15:49:41 +08:00
parent 88dfe5760b
commit 73cb83d1ab
2 changed files with 121 additions and 25 deletions

View File

@@ -111,7 +111,6 @@
},
getCsTel() {
this.$api.getCsTel().then(res => {
console.log(res.data);
if (res.data.data) {
this.mobile = res.data.data.kf_phone
}