签到需要优化
This commit is contained in:
@@ -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 // 防止触摸穿透
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user