From c75de93e6d7bfcc1952a180662e40909c046be58 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 11 Feb 2026 14:32:26 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=98=A5=E8=8A=82=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2):=20=E8=B0=83=E6=95=B4=E6=94=B6=E7=9B=8A?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=8E=A5=E5=8F=A3=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/SpringFestival/Ranking.vue | 2 +- src/views/Activities/SpringFestival/Task.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Activities/SpringFestival/Ranking.vue b/src/views/Activities/SpringFestival/Ranking.vue index f48fd66..c827069 100644 --- a/src/views/Activities/SpringFestival/Ranking.vue +++ b/src/views/Activities/SpringFestival/Ranking.vue @@ -311,7 +311,7 @@ const getRanking = async () => { } let data = { - activityId: props.rankingType == 'lottery' ? '2007771533988204877' : '2005571533988298753', + activityId: props.rankingType == 'lottery' ? '2007771533988204877' : '2007771533988204888', pageNo: props.rankingType == 'lottery' ? lotteryPageNo.value : rechargePageNo.value, pageSize: 20, } diff --git a/src/views/Activities/SpringFestival/Task.vue b/src/views/Activities/SpringFestival/Task.vue index a7e3986..2c9e0a3 100644 --- a/src/views/Activities/SpringFestival/Task.vue +++ b/src/views/Activities/SpringFestival/Task.vue @@ -1024,7 +1024,7 @@ const transfer = async () => { const transferData = { amount: selectedCoin.value.price, acceptUserId: selectedPayee.value?.id, - activityId: '', + activityId: '2007771533988204877', } try { @@ -1059,7 +1059,7 @@ const exchangeCoinBt = async () => { // 构造请求参数 const transferData = { amount: selectedCoin.value.price, - activityId: '', + activityId: '2007771533988204877', } try {