uniapp 默认首页 进入登录页闪烁问题
mainfest.json"app-plus": {"splashscreen" : {"alwaysShowBeforeRender" : false,"waiting" : false,"autoclose" : false,"delay" : 0},}在APP.vueonShow(){setTimeout(() => {// #ifdef APP
·
中心思想在启动页
mainfest.json
"app-plus": {
"splashscreen" : {
"alwaysShowBeforeRender" : false,
"waiting" : false,
"autoclose" : false,
"delay" : 0
},
}
在APP.vue
onShow(){
setTimeout(() => {
// #ifdef APP-PLUS
plus.navigator.closeSplashscreen();
// #endif
}, 2000);
}
更多推荐
已为社区贡献15条内容
所有评论(0)