feat(抽奖活动页): 调整操作提示功能

This commit is contained in:
hzj 2025-10-24 21:14:43 +08:00
parent ad6c47adbf
commit 502a5d78bd

View File

@ -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`)
}
//