Commit 48a76881 by 侯体倬

解码

parent 22f7cc82
......@@ -65,8 +65,7 @@ export default {
methods: {
reloadName() {
let { offlineShopName } = getStoreInfo();
this.name = offlineShopName || "";
console.log(this.name,'----name')
this.name = decodeURI(offlineShopName) || "";
},
getLocationHandle(callback) {
let _this = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment