From 502a5d78bdeb48002624461b4260f67d9cfab8c4 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 24 Oct 2025 21:14:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=BD=E5=A5=96=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E9=A1=B5):=20=E8=B0=83=E6=95=B4=E6=93=8D=E4=BD=9C=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/Lottery/Lottery.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Activities/Lottery/Lottery.vue b/src/views/Activities/Lottery/Lottery.vue index 894b9c7..c35b27d 100644 --- a/src/views/Activities/Lottery/Lottery.vue +++ b/src/views/Activities/Lottery/Lottery.vue @@ -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`) } // 重置选择