修改国际版本

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
+2 -2
View File
@@ -52,7 +52,7 @@
import {
getDeviceInfo
} from '../../config/api/device.js';
import { useI18n } from '@/utils/i18n.js'
import { useI18n, showModalI18n } from '@/utils/i18n.js'
const { t } = useI18n()
@@ -359,7 +359,7 @@
// 取消订单
const handleCancelOrder = async (order) => {
try {
uni.showModal({
showModalI18n({
title: t('order.confirmCancel'),
content: t('order.confirmCancelContent'),
success: async (res) => {
+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) => {