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

4
components/tab-bar/myCenter.vue

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

1135
components/tab-bar/postList.vue

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