From 17c60db435431ec3b8baac873cb660e2e823dd00 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 04 六月 2025 13:13:44 +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 | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apps/taro/src/pages/mine/index.vue b/apps/taro/src/pages/mine/index.vue index e379d80..dbd871b 100644 --- a/apps/taro/src/pages/mine/index.vue +++ b/apps/taro/src/pages/mine/index.vue @@ -27,12 +27,17 @@ title="娓犻亾浜岀淮鐮�" @click="goShareQrcode" ></ListItemV2> - <ListItemV2 - :icon="IconMinePromotion" - title="鎺ㄥ箍浜岀淮鐮�" - @click="goPromotionQrcode" - ></ListItemV2> </template> + <ListItemV2 + :icon="IconMinePromotion" + title="鎺ㄥ箍浜岀淮鐮�" + @click="goPromotionQrcode" + ></ListItemV2> + <ListItemV2 + :icon="IconMinePromotion" + title="浠g悊鎷涘嫙" + @click="goAgentRecruitment" + ></ListItemV2> <ListItemV2 :icon="IconMineCustomerService" v-if="isWeb && !isInAlipay" @@ -107,6 +112,7 @@ 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