diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue index d32d216..7a64d72 100644 --- a/components/tab-bar/myCenter.vue +++ b/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' diff --git a/components/tab-bar/postList.vue b/components/tab-bar/postList.vue index aa2fc10..b0833ef 100644 --- a/components/tab-bar/postList.vue +++ b/components/tab-bar/postList.vue @@ -1,239 +1,463 @@