diff --git a/h5/package.json b/h5/package.json index a13bd53..f8e8219 100644 --- a/h5/package.json +++ b/h5/package.json @@ -1,5 +1,6 @@ { "dependencies": { + "@uni-ui/code-ui": "^1.5.3", "echarts": "^5.4.2", "weixin-js-sdk": "^1.6.5" }, diff --git a/h5/pages.json b/h5/pages.json index 3fd5bc5..1616f2e 100644 --- a/h5/pages.json +++ b/h5/pages.json @@ -189,6 +189,18 @@ "navigationBarTitleText": "体检引导" } }, + { + "path": "pages/user/fenzhen/xindiantu", + "style": { + "navigationBarTitleText": "体检引导" + } + }, + { + "path": "pages/user/fenzhen/qijian", + "style": { + "navigationBarTitleText": "线上弃检" + } + }, { "path": "pages/buy/contrast/contrast", "style": { @@ -202,6 +214,9 @@ } } ], + "easycom": { + "^w-(.*)": "@/uni_modules/wmf-code/components/w-$1/w-$1.vue" + }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "海南现代妇女儿童医院", diff --git a/h5/pages/buy/choose/choose.vue b/h5/pages/buy/choose/choose.vue index 73f7242..e15e990 100644 --- a/h5/pages/buy/choose/choose.vue +++ b/h5/pages/buy/choose/choose.vue @@ -1,4 +1,5 @@