首页 更改
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
};
|
||||
},
|
||||
onLoad(e) {
|
||||
this.shopName = e.name
|
||||
this.shopName = JSON.parse(decodeURIComponent(e.name));
|
||||
console.log(this.shopName)
|
||||
this.distirictcomShopList()
|
||||
},
|
||||
onShow() {},
|
||||
|
||||
Reference in New Issue
Block a user