From 740ccab260b48d191ae717ba88bd46c8155fe253 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 08 May 2026 16:01:41 +0800
Subject: [PATCH] feat:澜品优选 优化

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

diff --git a/pages/my/my.vue b/pages/my/my.vue
index 6ace643..006a204 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -91,7 +91,7 @@
 					<view class="mySerCon-v" @tap="toHuishou" >
 					  <template v-if="isShop">
 						<image src="/static/imgs/quanshou.png" mode="widthFix"></image>
-						<text>会员权收</text></template>
+						<text>会员权益</text></template>
 
 					</view>
 				</view>
@@ -181,6 +181,8 @@
 					console.log('res',res)
 				  }
 				})
+			  } else {
+				  _this.isShop = false
 			  }
 		},
 		methods: {

--
Gitblit v1.9.3