首页 更改

This commit is contained in:
魏啾
2024-05-30 10:46:19 +08:00
parent 81b9131f9e
commit 7cf201581e
4 changed files with 9 additions and 7 deletions

View File

@@ -34,7 +34,8 @@
};
},
onLoad(e) {
this.shopName = e.name
this.shopName = JSON.parse(decodeURIComponent(e.name));
console.log(this.shopName)
this.distirictcomShopList()
},
onShow() {},