style(春节活动页面): 调整收益操作接口的参数

This commit is contained in:
hzj 2026-02-11 14:32:26 +08:00
parent 69a0bb7563
commit c75de93e6d
2 changed files with 3 additions and 3 deletions

View File

@ -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,
}

View File

@ -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 {