修改国际版本

This commit is contained in:
2026-06-12 16:08:00 +08:00
parent af758a0ccc
commit 836cdaf2dc
38 changed files with 449 additions and 145 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ import { onShow } from '@dcloudio/uni-app'
import { getUserInfo } from '@/util/index.js'
import { withdrawDeposit } from '@/config/api/user.js'
import { queryById } from '@/config/api/order.js'
import { useI18n } from '@/utils/i18n.js'
import { useI18n, showModalI18n } from '@/utils/i18n.js'
const { t } = useI18n()
@@ -102,7 +102,7 @@ const handleWithdraw = async () => {
return
}
uni.showModal({
showModalI18n({
title: t('deposit.confirmWithdraw'),
content: t('deposit.withdrawDesc'),
success: async (res) => {
@@ -158,7 +158,7 @@ const handleWithdraw = async () => {
}
}
uni.showModal({
showModalI18n({
title: t('deposit.withdrawFailed'),
content: errorMessage,
showCancel: false