From 515c5d429a8b53b08073c20b7e8de16319ca365a Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 21 Jan 2026 11:32:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(cp=E6=8E=92=E8=A1=8C=E6=A6=9C):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B7=B3=E8=BD=ACaddcp=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Ranking/Couple/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Ranking/Couple/index.vue b/src/views/Ranking/Couple/index.vue index df6f9f3..a2c368d 100644 --- a/src/views/Ranking/Couple/index.vue +++ b/src/views/Ranking/Couple/index.vue @@ -308,7 +308,7 @@ box-sizing: border-box; border-bottom: 1px solid #e14f69; " - @click="viewUserInfo(getUserId())" + @click="gotoAppPage('myCoupleList')" > {{ t('go_add_cp') }} @@ -1275,6 +1275,7 @@ import { useCoupleStore } from '@/stores/couple' import { storeToRefs } from 'pinia' import { useThrottle, useDebounce } from '@/utils/useDebounce.js' import { formatRewardDisplay } from '@/utils/rewardFormatter.js' +import { gotoAppPage } from '@/utils/appBridge.js' import { apiGetMyLotteryTicketCount, // 获取我的剩余抽奖券数量