From c8c2f28f9008989f8035da5e78c262b326707065 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 22 五月 2025 17:04:39 +0800
Subject: [PATCH] Merge branch 'dev-ui' of http://120.26.58.240:8888/r/LifePaymentFront into dev-ui

---
 apps/taro/src/pages/mine/index.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/apps/taro/src/pages/mine/index.vue b/apps/taro/src/pages/mine/index.vue
index ca824f6..e379d80 100644
--- a/apps/taro/src/pages/mine/index.vue
+++ b/apps/taro/src/pages/mine/index.vue
@@ -24,8 +24,13 @@
           <ListItemV2 :icon="IconMineDataBoard" title="鏁版嵁鐪嬫澘" @click="goDashboard"></ListItemV2>
           <ListItemV2
             :icon="IconMinePromotion"
-            title="鎺ㄥ箍浜岀淮鐮�"
+            title="娓犻亾浜岀淮鐮�"
             @click="goShareQrcode"
+          ></ListItemV2>
+          <ListItemV2
+            :icon="IconMinePromotion"
+            title="鎺ㄥ箍浜岀淮鐮�"
+            @click="goPromotionQrcode"
           ></ListItemV2>
         </template>
         <ListItemV2
@@ -100,6 +105,7 @@
 const goOrderManage = useAccessLogin(() => goPage(RouterPath.order));
 const goUserAccountList = useAccessLogin(() => goPage(RouterPath.userAccountList));
 const goShareQrcode = useAccessLogin(() => goPage(RouterPath.shareQrcode));
+const goPromotionQrcode = useAccessLogin(() => goPage(RouterPath.promotionQrcode));
 const goDashboard = useAccessLogin(() => goPage(RouterPath.dashboard));
 
 async function goLogout() {

--
Gitblit v1.9.1