diff --git a/src/router/index.js b/src/router/index.js index 850f9c3..ee67203 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -395,6 +395,12 @@ const router = createRouter({ }, // 限时活动 + { + path: '/activities/lucky-dollars-season4', + name: 'lucky-dollars-season4', + component: () => import('../views/Activities/LuckyDollars/Season4/index.vue'), + meta: { requiresAuth: true }, + }, //2026年x月x日上午5点结束 { path: '/activities/lesser-bairam', name: 'lesser-bairam', diff --git a/src/utils/permissionManager.js b/src/utils/permissionManager.js index 104b800..b559971 100644 --- a/src/utils/permissionManager.js +++ b/src/utils/permissionManager.js @@ -60,6 +60,7 @@ const ACTIVITIES = [ '/recharge-reward', //充值奖励 '/login-reward', // 登录奖励 + '/activities/lucky-dollars-season4', // 幸运美金活动 '/activities/lesser-bairam', // 开斋节打榜 '/activities/lucky-dollars-season3', // 斋月打榜 '/activities/spring-festival', // 春节打榜 diff --git a/src/utils/routeGuard.js b/src/utils/routeGuard.js index 97a4632..1d90fe1 100644 --- a/src/utils/routeGuard.js +++ b/src/utils/routeGuard.js @@ -411,6 +411,7 @@ class RouteGuard { '/recharge-reward', //充值奖励 '/login-reward', // 登录奖励 + '/activities/lucky-dollars-season4', // 幸运美金活动 '/activities/lesser-bairam', // 开斋节打榜 '/activities/lucky-dollars-season3', // 斋月打榜 '/activities/spring-festival', // 春节打榜 diff --git a/src/views/Activities/LuckyDollars/Season4/components/Barrage.vue b/src/views/Activities/LuckyDollars/Season4/components/Barrage.vue new file mode 100644 index 0000000..7f78ad2 --- /dev/null +++ b/src/views/Activities/LuckyDollars/Season4/components/Barrage.vue @@ -0,0 +1,285 @@ + + + + + + + + + {{ barrageText(item) }} + + + + + + + + + diff --git a/src/views/Activities/LuckyDollars/Season4/components/topUser.vue b/src/views/Activities/LuckyDollars/Season4/components/topUser.vue new file mode 100644 index 0000000..2d7544e --- /dev/null +++ b/src/views/Activities/LuckyDollars/Season4/components/topUser.vue @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + {{ name }} + + + + + ${{ distributionValue }} + + + + + + + + + + diff --git a/src/views/Activities/LuckyDollars/Season4/index.vue b/src/views/Activities/LuckyDollars/Season4/index.vue new file mode 100644 index 0000000..a52bd9b --- /dev/null +++ b/src/views/Activities/LuckyDollars/Season4/index.vue @@ -0,0 +1,3021 @@ + + + + + + {{ $t('loading') }}... + + + + + + + + + + + + + + + + + + + {{ Days }}D + + + + + + {{ Hours }} + + + : + + + {{ Minutes }} + + + : + + + {{ Seconds }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ tag.name }} + + + + + + + {{ tag.name }} + + + + + + + + {{ tag.name }} + + + + + + + + + + + + + + + + + + + + + + + + {{ myRechargeRecode?.userName }} + + + + {{ $t('user_id_prefix') }} {{ myRechargeRecode?.account }} + + + + + {{ t('Accumulated recharge') }}:${{ + formatRechargeAmount(myRechargeRecode?.totalAmount) + }} + + + + + + + + + + + + + + + + handleRewardImageError(e, reward.type)" + /> + + + + + + {{ showDetail(reward.type, reward) }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ listItem?.rank }} + + + + + + + + + {{ listItem?.userName }} + + + {{ $t('user_id_prefix') }} {{ listItem?.specialAccount || listItem?.account }} + + + + + + + + ${{ listItem?.amount }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('current_tickets', { count: rollTimes }) }} + + + + + + + + + {{ + t('Total Tickets:({ usedCount }/100)', { usedCount: totalDraw?.usedCount || 0 }) + }} + + + + + + + + + + + + + + + + + {{ t('Lucky Dollars Medal*permanent') }} + + + + + + {{ t('Task for tickets') }} + + + + + + + + + + + + + + {{ showTarget(task) }} + + + + + {{ t('Rewards:') }} + + *{{ task.rewardValue }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ userInfo.userNickname || '' }} + + + + {{ $t('user_id_prefix') }} {{ userInfo.account || '' }} + + + {{ t('current_earnings', { amount: currentAmount.availableAmount }) }} + + + + + + + + + + {{ t('transfer_to_recharge_agent') }} + + + + + + + + + + + + + + + + + + {{ selectedPayee.name || '' }} + + + {{ $t('user_id_prefix') }} {{ selectedPayee.account || '' }} + + + + + {{ t('change') }} + + + + + + + + + + + + + + {{ t('select') }} + + + + + + + + ${{ coin.price }} + + + + + + + {{ t('transfer') }} + + + + + + + + {{ t('exchange_gold_coins') }} + + + + + + + + + + + {{ coin.amount }} coins x1 + ${{ coin.price }} + + + + + + + {{ t('exchange') }} + + + + + + + + {{ t('go_to_withdraw') }} + + + + + + + + + + + + + + + + {{ myRanking?.rank || 999 }} + + + + + + + + + {{ myRanking?.userName }} + + + + + + + ${{ myRanking?.amount || 0 }} + + + + + + + + + + + + + + + + + + + + + + + + You Get {{ result[resultShowIndex]?.prize?.prizeName }} + + {{ resultShowIndex + 1 }} / {{ result.length }} + + + + + + + + + + + + + + + + + {{ record.prize?.prizeName }} + + + + {{ formatUTCCustom(record.drawTime) }} + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ $t('loading') }}...