修改国际版本

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 -2
View File
@@ -115,7 +115,8 @@
updateUserBalance
} from '@/config/api/user.js'
import {
useI18n
useI18n,
showModalI18n
} from '@/utils/i18n.js'
const {
@@ -523,7 +524,7 @@
return;
}
uni.showModal({
showModalI18n({
title: t('order.confirmCancel'),
content: t('order.confirmCancelContent'),
success: async (res) => {