fix
This commit is contained in:
@@ -86,7 +86,9 @@
|
||||
getShopList(longitude, latitude) {
|
||||
const app = this
|
||||
app.isLoading = true
|
||||
pageMerchant({tenantId})
|
||||
var status=0
|
||||
var limit=150
|
||||
pageMerchant({tenantId,status,limit})
|
||||
.then(result => {
|
||||
if(result.code == 0){
|
||||
app.shopList = result.data.list
|
||||
|
||||
Reference in New Issue
Block a user