From f68f1975eea1d25e9bccc149e52cd04950cac591 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 10 Jun 2026 10:28:49 +0800
Subject: [PATCH] feat:澜品优选 支付宝支付
---
pages/my/my.vue | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/pages/my/my.vue b/pages/my/my.vue
index 3df6840..ffd23dc 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -88,12 +88,15 @@
<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>
-
- </view> -->
+ <text>会员权益</text></template>
+ </view>
+ <view class="mySerCon-v" @tap="goAbout">
+ <image :src="'../../static/imgs/mf1.png'" mode=""></image>
+ <view>关于澜品优选</view>
+ </view>
</view>
</view>
<!-- <view style="text-align: center;font-size: 24rpx;color: #666666;margin: 80rpx 0;">
@@ -186,6 +189,11 @@
}
},
methods: {
+ goAbout() {
+ uni.navigateTo({
+ url:'/pages/about/about'
+ })
+ },
toHuishou(){
const _this = this;
if(!_this.isShop){
--
Gitblit v1.9.3