fix:修复bug

This commit is contained in:
2025-11-12 11:25:25 +08:00
parent 43dc65836d
commit 089b8d708e
16 changed files with 794 additions and 156 deletions
+3 -3
View File
@@ -247,7 +247,7 @@ import {
const handleQuickReturn = async () => {
try {
uni.showLoading({
title: '加载中'
title: $t('common.loading')
});
// 获取使用中的订单
@@ -329,7 +329,7 @@ import {
return
}
uni.showLoading({
title: '上传中...',
title: $t('common.uploading'),
mask: true
})
const uploadRes = await uploadUserAvatar(avatarLocalPath)
@@ -383,7 +383,7 @@ import {
const getUserProfile = () => {
// #ifdef MP-WEIXIN
uni.showLoading({
title: '获取中...',
title: $t('common.getting'),
mask: true
});