Commit 1b63c32f authored by Mac's avatar Mac

1

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