网格地图
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user