chore(cp排行榜): 调整跳转addcp页面
This commit is contained in:
parent
0811413c98
commit
515c5d429a
@ -308,7 +308,7 @@
|
||||
box-sizing: border-box;
|
||||
border-bottom: 1px solid #e14f69;
|
||||
"
|
||||
@click="viewUserInfo(getUserId())"
|
||||
@click="gotoAppPage('myCoupleList')"
|
||||
>
|
||||
{{ t('go_add_cp') }}
|
||||
</div>
|
||||
@ -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, // 获取我的剩余抽奖券数量
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user