fixbug
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user