扫描二维码

This commit is contained in:
limqhz
2020-08-30 16:44:35 +08:00
parent 94528774aa
commit 311055815a
9 changed files with 256 additions and 24 deletions

View File

@@ -110,7 +110,9 @@ Page({
}, err => {})
},
fail: function(res) {
wx.hideLoading()
wx.hideLoading({
complete: (complete) => {}
},1000);
},
})
},