Commit 237d38de authored by lvtz's avatar lvtz

fix

parents efdfcad4 c67d45cd
......@@ -432,7 +432,8 @@ Page({
},
singleUploadFile(access) {
wx.showLoading({
title: '图片上传中...'
title: '图片上传中...',
mask: true
})
let imageBox = this.data.imageBox;
if (this.data.currentIndex == (imageBox.length)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment