From f67339ba8ff32589b2cbda0be19db932b4b2b121 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 13 二月 2025 15:52:54 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp --- apps/bMiniApp/src/pages/mine/index.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/bMiniApp/src/pages/mine/index.vue b/apps/bMiniApp/src/pages/mine/index.vue index 0f9b615..25d5ffb 100644 --- a/apps/bMiniApp/src/pages/mine/index.vue +++ b/apps/bMiniApp/src/pages/mine/index.vue @@ -53,13 +53,13 @@ </div> --> </UserHomeTopView> <div class="mine-content-record"> - <div class="mine-content-record-item"> + <div class="mine-content-record-item" @click="goMineFavorites"> <img class="mine-content-record-item-icon" :src="IconCollect" alt="" /> <nut-badge top="0" right="0" :value="8" color="#FF7D00"> <div class="mine-content-record-item-text">鎴戠殑鏀惰棌</div> </nut-badge> </div> - <div class="mine-content-record-item"> + <div class="mine-content-record-item" @click="goMineContactRecord"> <img class="mine-content-record-item-icon" :src="IconRecord" alt="" /> <nut-badge top="0" right="0" :value="8" color="#FF7D00"> <div class="mine-content-record-item-text">鑱旂郴璁板綍</div> @@ -147,6 +147,12 @@ function goAuthentication() { goPage(RouterPath.authenticationHome); } +function goMineFavorites() { + goPage(RouterPath.mineFavorites); +} +function goMineContactRecord() { + goPage(RouterPath.mineContactRecord); +} async function handleLoginout() { try { -- Gitblit v1.9.1