This commit is contained in:
limqhz
2021-02-25 08:57:16 +08:00
parent 798893e65d
commit b07f61006c
4 changed files with 70 additions and 67 deletions

View File

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