签到需要优化

This commit is contained in:
bobobobo
2025-12-29 22:38:25 +08:00
parent 417bfe235f
commit 8fe2079446
7 changed files with 412 additions and 272 deletions

View File

@@ -104,7 +104,7 @@ export const uploadSingleFile = (filePath, config = {}) => {
console.log('总大小:', res.totalBytesExpectedToSend, '字节')
if (res.progress !== 100) {
uni.showLoading({
title: `업로드 진행: ${res.progress}`,
title: `上传进度: ${res.progress}`,
mask: true // 防止触摸穿透
})
}