This commit is contained in:
zoujiandong
2025-07-29 15:37:31 +08:00
parent c542b5e0ed
commit d292fec408
15 changed files with 155 additions and 42 deletions
+4
View File
@@ -142,6 +142,10 @@ Component({
// this.triggerEvent('confirmUpload')
// },
tapBtn: function (e) {
wx.showLoading({
title: '图片上传中',
mask: true
})
utils.tapBtn(e, this, 2,this.data.paintFrom);
this.hideBarsHandler()
},