网格地图

This commit is contained in:
yanran200730
2022-07-02 11:36:13 +08:00
parent a7c6883756
commit 72e1559fa7
2 changed files with 252 additions and 286 deletions

View File

@@ -68,7 +68,7 @@
size: 10,
current: this.current,
businessName: this.keyword
},
}
}).then((res) => {
if (res.code == 0) {
this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records