wangfukang 2 weeks ago
parent
commit
bd82e9472e
  1. 4
      components/tab-bar/myCenter.vue
  2. 1171
      components/tab-bar/postList.vue

4
components/tab-bar/myCenter.vue

@ -258,7 +258,7 @@
} }
} }
return { return {
paddingTop: this.statusBarHeight ? (this.statusBarHeight + 16) + 'px' : '98rpx' paddingTop: this.statusBarHeight ? (this.statusBarHeight + 26) + 'px' : '118rpx'
} }
}, },
hasWorker() { hasWorker() {
@ -640,6 +640,7 @@
uni.setStorageSync('shopName', item.shopName) uni.setStorageSync('shopName', item.shopName)
uni.setStorageSync('shopIcon', item.shopIcon) uni.setStorageSync('shopIcon', item.shopIcon)
uni.setStorageSync('shopScore', item.shopScore) uni.setStorageSync('shopScore', item.shopScore)
uni.setStorageSync('shopMerchantType', item.merchantType)
uni.setStorageSync('shopTakeaway', item.shopTakeaway) uni.setStorageSync('shopTakeaway', item.shopTakeaway)
uni.setStorageSync('attrId', item.attrId) uni.setStorageSync('attrId', item.attrId)
this.$refs.shopPopup.close() this.$refs.shopPopup.close()
@ -704,6 +705,7 @@
uni.setStorageSync('attrId', this.schoolShop[0].attrId) uni.setStorageSync('attrId', this.schoolShop[0].attrId)
uni.setStorageSync('shopName', this.schoolShop[0].shopName) uni.setStorageSync('shopName', this.schoolShop[0].shopName)
uni.setStorageSync('shopIcon', this.schoolShop[0].shopIcon) uni.setStorageSync('shopIcon', this.schoolShop[0].shopIcon)
uni.setStorageSync('shopMerchantType', this.schoolShop[0].merchantType)
uni.setStorageSync('shopScore', this.schoolShop[0].shopScore) uni.setStorageSync('shopScore', this.schoolShop[0].shopScore)
uni.setStorageSync('shopTakeaway', this.schoolShop[0].shopTakeaway) uni.setStorageSync('shopTakeaway', this.schoolShop[0].shopTakeaway)
url = '/package2/shop/merchantCenter' url = '/package2/shop/merchantCenter'

1171
components/tab-bar/postList.vue

File diff suppressed because it is too large
Loading…
Cancel
Save