|
|
@ -668,7 +668,7 @@ |
|
|
|
if (data.select_mechant && uni.getStorageSync('storeVersion') == 1) { |
|
|
|
if (data.select_mechant && uni.getStorageSync('storeVersion') == 1) { |
|
|
|
this.gridList.splice(5, 1, |
|
|
|
this.gridList.splice(5, 1, |
|
|
|
{ |
|
|
|
{ |
|
|
|
image: '/static/tabbar/shop-active.png', |
|
|
|
image: `${this.$picUrl}/static/index/shop-active.png`, |
|
|
|
text: "精选商户", |
|
|
|
text: "精选商户", |
|
|
|
path: '/pages/shopList/index', |
|
|
|
path: '/pages/shopList/index', |
|
|
|
type: 2 |
|
|
|
type: 2 |
|
|
@ -1065,6 +1065,7 @@ |
|
|
|
if (res.status == 200) { |
|
|
|
if (res.status == 200) { |
|
|
|
this.logoImage = res.data.storeInfo.logoImage ? res.data.storeInfo.logoImage |
|
|
|
this.logoImage = res.data.storeInfo.logoImage ? res.data.storeInfo.logoImage |
|
|
|
.preview_url : ""; |
|
|
|
.preview_url : ""; |
|
|
|
|
|
|
|
uni.setStorageSync('storeInfo', JSON.stringify(res.data.storeInfo)); |
|
|
|
uni.setStorageSync('storeVersion', res.data.storeInfo.store_version || 0); |
|
|
|
uni.setStorageSync('storeVersion', res.data.storeInfo.store_version || 0); |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|