Commit 1b63c32f authored by Mac's avatar Mac

1

parent bbc2e785
...@@ -369,7 +369,7 @@ export default { ...@@ -369,7 +369,7 @@ export default {
// #endif // #endif
this.init(); this.init();
this.getSmallShopById();
let set = uni.getStorageSync("basedata") let set = uni.getStorageSync("basedata")
? uni.getStorageSync("basedata").mall.setting ? uni.getStorageSync("basedata").mall.setting
: {}; : {};
...@@ -664,7 +664,10 @@ export default { ...@@ -664,7 +664,10 @@ export default {
this.searchData.top=-5; this.searchData.top=-5;
this.searchData.left=10; this.searchData.left=10;
} }
}else if(x.id=='shop-info'){
this.getSmallShopById()
} }
}) })
} }
......
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