Commit 8be8cc7e authored by hbcui1984's avatar hbcui1984

等待list加载完毕后,再关闭splashscreen

parent 947194b3
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>app-demo</name> <name>hello-mui</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
}, },
"plus": { "plus": {
"splashscreen": { "splashscreen": {
"autoclose": true,/*如果为true,程序启动的图片可以自动关闭,如果为false,开发者需要手动关闭*/ "autoclose": false,/*如果为true,程序启动的图片可以自动关闭,如果为false,开发者需要手动关闭*/
"waiting": true/*autoclose设置为false时生效,在此事件后,启动图片自动关闭,单位为毫秒*/ "waiting": true/*autoclose设置为false时生效,在此事件后,启动图片自动关闭,单位为毫秒*/
}, },
"runmode": "liberate",/*两个值,liberate或normal,前者在应用安装时释放资源,后者不需要释放资源*/ "runmode": "liberate",/*两个值,liberate或normal,前者在应用安装时释放资源,后者不需要释放资源*/
......
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