style(春节活动页面): 调整收益操作接口的参数
This commit is contained in:
parent
69a0bb7563
commit
c75de93e6d
@ -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,
|
||||
}
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user