From 7d77b3ae0f4250652457f61831a87dbc3f9f9b31 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 04 Jun 2026 11:43:36 +0800
Subject: [PATCH] feat:澜品优选 新增“关于我们”页面

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

diff --git a/pages/my/my.vue b/pages/my/my.vue
index 006a204..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>
-
+					</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