diff --git a/src/stores/springFestival.js b/src/stores/springFestival.js index 3e699df..83843e3 100644 --- a/src/stores/springFestival.js +++ b/src/stores/springFestival.js @@ -12,6 +12,7 @@ export const useSpringFestival = defineStore('springFestival', { taskList: [], // 任务列表 // 抽奖排名模块 + lotteryPageNo: 1, // 抽奖排名页码 lotteryRanking: [], // 抽奖排名 addLotteryRanking: [], // 补充的抽奖排名 myLotteryRanking: {}, // 我的抽奖排名 @@ -20,6 +21,7 @@ export const useSpringFestival = defineStore('springFestival', { rankingRewards: {}, // 排名奖池 // 充值排名模块 + rechargePageNo: 1, // 充值排名页码 rechargeRanking: [], // 充值排名 addRechargeRanking: [], // 补充的充值排名 myRechargeRanking: {}, // 我的充值排名 diff --git a/src/views/Activities/SpringFestival/Ranking.vue b/src/views/Activities/SpringFestival/Ranking.vue index bee01a9..468b5e7 100644 --- a/src/views/Activities/SpringFestival/Ranking.vue +++ b/src/views/Activities/SpringFestival/Ranking.vue @@ -1,5 +1,179 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + {{ listItem?.rank }} + + + + + + + + + + + + {{ listItem?.userName }} + + + {{ $t('user_id_prefix') }} {{ listItem?.specialAccount || listItem?.account }} + + + + + + + + + + {{ listItem?.amount || 0 }} + + + + + ${{ listItem?.amount }} + + + + + + + + +