From f34bae22e48137c6f6c02fd761e64f36ed2ef3cb Mon Sep 17 00:00:00 2001 From: fuchao <2577131060@qq.com> Date: Fri, 5 Dec 2025 09:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=A4=B1=E8=B4=A5=E6=8F=90=E7=A4=BA=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 4 ++-- locale/zh-Hans.json | 3 ++- pages/user/recharge/index.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/locale/en.json b/locale/en.json index 5b09c94..4de83c9 100644 --- a/locale/en.json +++ b/locale/en.json @@ -226,8 +226,8 @@ "instruction1": "Please obtain the migration code from your chinese account, get it by going to 【我的】-【数据迁移】-【获取迁移验证码】.", "instruction2": "After data migration is complete, the chinese account data will be cleared, and all purchased Tianyi Coins, points, courses, E-book, VIP, certificate, and User Contribution will be transferred to the current account", "instruction3": "The migration process may take a few minutes, please be patient.", - "instruction4": "If you encounter any issues, please contact customer service for assistance." - + "instruction4": "If you encounter any issues, please contact customer service for assistance.", + "closeWindow": "Close the payment pop-up window" }, "book": { "title": "My Books", diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index a42cb5c..54d1fc9 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -227,7 +227,8 @@ "instruction1": "请在吴门医述、心灵空间、众妙之门、疯子读书任意APP中获取迁移验证码,获取方式【我的】-【数据迁移】-【获取迁移验证码】。", "instruction2": "数据迁移完成后,旧账号数据将被清空,已购买的天医币、积分、课程、电子书、VIP、证书、湖分将转移到当前账号。", "instruction3": "迁移过程可能需要几分钟时间,请耐心等待。", - "instruction4": "如遇到问题,请联系客服获取帮助。" + "instruction4": "如遇到问题,请联系客服获取帮助。", + "closeWindow": "关闭支付弹窗" }, "book": { "title": "我的书单", diff --git a/pages/user/recharge/index.vue b/pages/user/recharge/index.vue index d2b9d0f..9749f97 100644 --- a/pages/user/recharge/index.vue +++ b/pages/user/recharge/index.vue @@ -300,7 +300,7 @@ console.log(e, 'payAll方法成功返参'); getConsume() } else { - uni.showToast({ title: t('user.paymentFailed'), icon: 'error' }) + uni.showToast({ title: t('user.closeWindow'), icon: 'error' }) console.log(e, 'e'); // 支付失败 }