wangfukang 1 month ago
parent
commit
4961e413b2
  1. 2
      package3/shop/merchantCenter.vue

2
package3/shop/merchantCenter.vue

@ -321,7 +321,7 @@
}, false, true).then((res) => { }, false, true).then((res) => {
if (res.code == 200) { if (res.code == 200) {
if(res.result != null){ if(res.result != null){
this.shop = res.result this.shop = res.result
} }
this.shop.shopIcon = uni.getStorageSync('shopIcon') this.shop.shopIcon = uni.getStorageSync('shopIcon')
uni.setStorageSync('shopTakeaway',res.result) uni.setStorageSync('shopTakeaway',res.result)

Loading…
Cancel
Save