From e41a81096025af9b746dfd124c7c52d1c6860856 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 16 Jun 2026 17:43:21 +0800
Subject: [PATCH] UI:澜品优选新增会员价
---
pages/my/my.vue | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/pages/my/my.vue b/pages/my/my.vue
index 6ace643..ffd23dc 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -88,11 +88,14 @@
<view>{{item.text}}</view>
</view>
</template>
- <view class="mySerCon-v" @tap="toHuishou" >
- <template v-if="isShop">
+ <view v-if="isShop" class="mySerCon-v" @tap="toHuishou" >
+ <template>
<image src="/static/imgs/quanshou.png" mode="widthFix"></image>
- <text>会员权收</text></template>
-
+ <text>会员权益</text></template>
+ </view>
+ <view class="mySerCon-v" @tap="goAbout">
+ <image :src="'../../static/imgs/mf1.png'" mode=""></image>
+ <view>关于澜品优选</view>
</view>
</view>
</view>
@@ -181,9 +184,16 @@
console.log('res',res)
}
})
+ } else {
+ _this.isShop = false
}
},
methods: {
+ goAbout() {
+ uni.navigateTo({
+ url:'/pages/about/about'
+ })
+ },
toHuishou(){
const _this = this;
if(!_this.isShop){
--
Gitblit v1.9.3