扫描二维码时效fix

This commit is contained in:
limqhz
2020-08-30 21:31:11 +08:00
parent 4d11ab9c79
commit 798893e65d
3 changed files with 14 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ Page({
setTimeout(function() {
that.setData({canOpen : false});
},60000);
}else if (res.InitError){
venue: res.InitError
}
});
},