feat(活动抽奖页): 修复转账、兑换金币接口参数问题
This commit is contained in:
parent
371875ebf4
commit
33fc99af0f
@ -1016,6 +1016,7 @@ const transfer = async () => {
|
||||
const transferData = {
|
||||
amount: selectedCoin.value.price,
|
||||
acceptUserId: selectedPayee.value?.id,
|
||||
activityId: activityId.value,
|
||||
}
|
||||
|
||||
try {
|
||||
@ -1048,6 +1049,7 @@ const exchangeCoinBt = async () => {
|
||||
// 构造请求参数
|
||||
const transferData = {
|
||||
amount: selectedCoin.value.price,
|
||||
activityId: activityId.value,
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user