fix:修复bug
This commit is contained in:
+3
-3
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user