alongSelf
alongSelf
  • 发布:2015-07-11 16:41
  • 更新:2015-07-15 08:21
  • 阅读:1578

欢迎页面制作刷白了一下

分类:MUI

我是在index.html页面做的判断然后有一个刷白的问题。
求大神帮忙
下面是我index.html里面的代码
mui.plusReady(function() {
plus.storage.clear();
//判断应用是否第一次启动
var showGuide = plus.storage.getItem("lauchFlag");
if (!showGuide) {
mui.openWindow({
id: 'huanYing',
url: 'html/huanYing.html',
show: {
aniShow: 'none'
},
waiting: {
autoShow: false
}
});
}
});

2015-07-11 16:41 负责人:无 分享
已邀请:
Danny

Danny - QQ125904483

http://ask.dcloud.net.cn/question/6159

chender

chender - 与人为善

你可以在你的欢迎页打开之后再closeSplashscreen

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