Commit 15a88031 authored by haitao's avatar haitao

fd

parent a1853186
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
setTimeout(()=>{ setTimeout(()=>{
plus.navigator.closeSplashscreen(); plus.navigator.closeSplashscreen();
},100) },100);
uni.getNetworkType({ //查看是否有网络 uni.getNetworkType({ //查看是否有网络
success: function (res) { success: function (res) {
if(res.networkType=='none'){ if(res.networkType=='none'){
......
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
/* 模块配置 */ /* 模块配置 */
"modules" : { "modules" : {
"Maps" : {}, "Maps" : {},
"Push" : {} "Push" : {},
"Webview-x5" : {}
}, },
/* 应用发布信息 */ /* 应用发布信息 */
"distribute" : { "distribute" : {
...@@ -114,9 +115,9 @@ ...@@ -114,9 +115,9 @@
}, },
"splashscreen" : { "splashscreen" : {
"android" : { "android" : {
"hdpi" : "C:/Users/Administrator/Desktop/da/DefaultLaunch640_1136.png", "hdpi" : "C:/Users/Administrator/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png",
"xhdpi" : "C:/Users/Administrator/Desktop/da/DefaultLaunch640_1136.png", "xhdpi" : "C:/Users/Administrator/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png",
"xxhdpi" : "C:/Users/Administrator/Desktop/da/DefaultLaunch640_1136.png" "xxhdpi" : "C:/Users/Administrator/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
}, },
"ios" : { "ios" : {
"iphone" : { "iphone" : {
......
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