From 7e111a1c07a50b611edb0dfbdf187f33e97d9bb7 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 04 六月 2025 13:13:40 +0800
Subject: [PATCH] feat: UI

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

diff --git a/apps/taro/src/pages/mine/index.vue b/apps/taro/src/pages/mine/index.vue
index ef455e0..dbd871b 100644
--- a/apps/taro/src/pages/mine/index.vue
+++ b/apps/taro/src/pages/mine/index.vue
@@ -1,5 +1,5 @@
 <template>
-  <PageLayout class="mine-page-wrapper" :need-auth="false">
+  <PageLayoutWithBg class="mine-page-wrapper" :need-auth="false">
     <template #navigationBar>
       <TransparentNavigationBar :title="'涓汉涓績'" :is-absolute="false">
       </TransparentNavigationBar>
@@ -24,10 +24,20 @@
           <ListItemV2 :icon="IconMineDataBoard" title="鏁版嵁鐪嬫澘" @click="goDashboard"></ListItemV2>
           <ListItemV2
             :icon="IconMinePromotion"
-            title="鎺ㄥ箍浜岀淮鐮�"
+            title="娓犻亾浜岀淮鐮�"
             @click="goShareQrcode"
           ></ListItemV2>
         </template>
+        <ListItemV2
+          :icon="IconMinePromotion"
+          title="鎺ㄥ箍浜岀淮鐮�"
+          @click="goPromotionQrcode"
+        ></ListItemV2>
+        <ListItemV2
+          :icon="IconMinePromotion"
+          title="浠g悊鎷涘嫙"
+          @click="goAgentRecruitment"
+        ></ListItemV2>
         <ListItemV2
           :icon="IconMineCustomerService"
           v-if="isWeb && !isInAlipay"
@@ -42,7 +52,7 @@
         ></ListItemV2>
       </List>
     </ContentScrollView>
-  </PageLayout>
+  </PageLayoutWithBg>
 </template>
 
 <script setup lang="ts">
@@ -100,7 +110,9 @@
 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));
+const goAgentRecruitment = useAccessLogin(() => goPage(RouterPath.AgentRecruitment));
 
 async function goLogout() {
   try {

--
Gitblit v1.9.1