我是在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
}
});
}
});
alongSelf
- 发布:2015-07-11 16:41
- 更新:2015-07-15 08:21
- 阅读:1696
欢迎页面制作刷白了一下
分类:MUI
2 个回复
Danny - QQ125904483
http://ask.dcloud.net.cn/question/6159
chender - 与人为善
你可以在你的欢迎页打开之后再closeSplashscreen