2***@qq.com
2***@qq.com
  • 发布:2017-03-27 15:33
  • 更新:2017-03-27 17:14
  • 阅读:1239

mui 判断如果是true 就加载首页 如果false 加载第二首页

分类:MUI
mui

有两个index.html首页页面 在app.js里判断里一下 如果登陆返回true,则加载index1.html,如果为false,则加载index2.html

2017-03-27 15:33 负责人:无 分享
已邀请:
黑色火焰

黑色火焰 - 个人博客:http://blog.luotiankeji.com

if(true){  
mui.openWindow({  
    url: 'index1.html',   
    show:{  
      autoShow:false  
    }  
  });  
}  
else{  
mui.openWindow({  
    url: 'index2.html',   
    show:{  
      autoShow:false  
    }  
  });  
}
HTML5老梁

HTML5老梁

HTML5前端学习交流群. 581549454 群内老司机承接各种难题

该问题目前已经被锁定, 无法添加新回复