From 3682c449c3b3d3550959dbca51545c54df79f230 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 12 Jun 2026 14:56:49 +0800
Subject: [PATCH] feat:澜品优选 订单列表显示收货

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

diff --git a/pages/my/my.vue b/pages/my/my.vue
index ca77d95..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>
@@ -186,6 +189,11 @@
 			  }
 		},
 		methods: {
+			goAbout() {
+				uni.navigateTo({
+					url:'/pages/about/about'
+				})
+			},
 			  toHuishou(){
 				const _this = this;
 				if(!_this.isShop){

--
Gitblit v1.9.3