Commit 46ecd2ea authored by wangzhujun's avatar wangzhujun

1232

parent 83776c66
......@@ -175,7 +175,7 @@ class Main extends MainBase {
// if (GameConst.getQueryString("InviteSource")) {
yzwNet.homeBaseInfo((s) => {
if (!s) {
if((DataManager.ins.getData("homeBaseInfo").message){
if((DataManager.ins.getData("homeBaseInfo").message)){
ToastCtrl.instance.show(DataManager.ins.getData("homeBaseInfo").message)
}else{
ToastCtrl.instance.show("网络异常请重试~");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment