Commit 48a76881 by 侯体倬

解码

parent 22f7cc82
...@@ -65,8 +65,7 @@ export default { ...@@ -65,8 +65,7 @@ export default {
methods: { methods: {
reloadName() { reloadName() {
let { offlineShopName } = getStoreInfo(); let { offlineShopName } = getStoreInfo();
this.name = offlineShopName || ""; this.name = decodeURI(offlineShopName) || "";
console.log(this.name,'----name')
}, },
getLocationHandle(callback) { getLocationHandle(callback) {
let _this = this; 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