diff --git a/images/99@3x.png b/images/99@3x.png
new file mode 100644
index 0000000..a85e29b
Binary files /dev/null and b/images/99@3x.png differ
diff --git a/pages/healthDocs/index.js b/pages/healthDocs/index.js
index e5c0dd6..0f70e21 100644
--- a/pages/healthDocs/index.js
+++ b/pages/healthDocs/index.js
@@ -117,6 +117,9 @@ Page({
console.log('打开文档成功')
}
})
+ },
+ fail: function(e){
+ console.log('down file error',e);
}
})
},
diff --git a/pages/healthDocs/index.json b/pages/healthDocs/index.json
index 9d30e69..db2ca28 100644
--- a/pages/healthDocs/index.json
+++ b/pages/healthDocs/index.json
@@ -3,4 +3,4 @@
"usingComponents": {
"header": "/component/header/header"
}
-}
\ No newline at end of file
+}
diff --git a/pages/home/index.wxml b/pages/home/index.wxml
index 53002e9..cf5db33 100644
--- a/pages/home/index.wxml
+++ b/pages/home/index.wxml
@@ -19,6 +19,10 @@
足球场
+
+
+ 健康报告
+
@@ -99,12 +103,6 @@
-
-
-
-
-
-
diff --git a/project.config.json b/project.config.json
index 8c33395..ed45262 100644
--- a/project.config.json
+++ b/project.config.json
@@ -21,14 +21,23 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
+ "useMultiFrameRuntime": true,
+ "useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
+ "enableEngineNative": false,
"useIsolateContext": true,
"useCompilerModule": true,
- "userConfirmedUseCompilerModuleSwitch": false
+ "userConfirmedUseCompilerModuleSwitch": false,
+ "userConfirmedBundleSwitch": false,
+ "packNpmManually": false,
+ "packNpmRelationList": [],
+ "minifyWXSS": true,
+ "bundle": false,
+ "useApiHostProcess": false
},
"compileType": "miniprogram",
"libVersion": "2.10.2",