feat(抽奖活动页): 调整操作提示功能
This commit is contained in:
parent
ad6c47adbf
commit
502a5d78bd
@ -1058,9 +1058,9 @@ const exchangeCoinBt = async () => {
|
||||
// 调用转账接口
|
||||
const response = await exchangeCoin(transferData)
|
||||
if (response.status) {
|
||||
showSuccess(`Successfully exchange $${selectedCoin.value.amount} coins`)
|
||||
showSuccess(`Successfully exchange ${selectedCoin.value.amount} coins`)
|
||||
} else {
|
||||
showError(`Failed to exchange $${selectedCoin.value.amount} coins`)
|
||||
showError(`Failed to exchange ${selectedCoin.value.amount} coins`)
|
||||
}
|
||||
|
||||
// 重置选择
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user