修复:修改支付失败提示音

This commit is contained in:
2025-12-05 09:51:05 +08:00
parent 339dfeeddc
commit f34bae22e4
3 changed files with 5 additions and 4 deletions

View File

@@ -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",

View File

@@ -227,7 +227,8 @@
"instruction1": "请在吴门医述、心灵空间、众妙之门、疯子读书任意APP中获取迁移验证码获取方式【我的】-【数据迁移】-【获取迁移验证码】。",
"instruction2": "数据迁移完成后旧账号数据将被清空已购买的天医币、积分、课程、电子书、VIP、证书、湖分将转移到当前账号。",
"instruction3": "迁移过程可能需要几分钟时间,请耐心等待。",
"instruction4": "如遇到问题,请联系客服获取帮助。"
"instruction4": "如遇到问题,请联系客服获取帮助。",
"closeWindow": "关闭支付弹窗"
},
"book": {
"title": "我的书单",

View File

@@ -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');
// 支付失败
}