feat(活动抽奖页): 修复转账、兑换金币接口参数问题

This commit is contained in:
hzj 2025-10-24 20:06:40 +08:00
parent 371875ebf4
commit 33fc99af0f

View File

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