From b2fb58e46ab889b3530127c45d180f71cc53e9c8 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 07 May 2026 16:14:56 +0800
Subject: [PATCH] feat:澜品优选开启微信支付隐藏了权益权收入口用于上架vivo和华为

---
 pages/my/my.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pages/my/my.vue b/pages/my/my.vue
index 6ace643..3df6840 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -88,12 +88,12 @@
 							<view>{{item.text}}</view>
 						</view>
 					</template>
-					<view class="mySerCon-v" @tap="toHuishou" >
+					<!-- <view class="mySerCon-v" @tap="toHuishou" >
 					  <template v-if="isShop">
 						<image src="/static/imgs/quanshou.png" mode="widthFix"></image>
 						<text>会员权收</text></template>
 
-					</view>
+					</view> -->
 				</view>
 			</view>
 			<!-- <view style="text-align: center;font-size: 24rpx;color: #666666;margin: 80rpx 0;">
@@ -181,6 +181,8 @@
 					console.log('res',res)
 				  }
 				})
+			  } else {
+				  _this.isShop = false
 			  }
 		},
 		methods: {

--
Gitblit v1.9.3