diff --git a/pages.json b/pages.json index 9257993..856fead 100644 --- a/pages.json +++ b/pages.json @@ -3,7 +3,24 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/medicine/medicine", + "style": { + "navigationBarTitleText": "健康咨询", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" + } + }, + { + "path" : "pages/Informationconfirmation/Informationconfirmation", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + },{ "path": "pages/integral/integral", "style": { "navigationBarTitleText": "积分", @@ -275,14 +292,14 @@ "enablePullDownRefresh": true //设置参数为true } }, - { - "path": "pages/medicine/medicine", - "style": { - "navigationBarTitleText": "健康咨询", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" - } - }, + // { + // "path": "pages/medicine/medicine", + // "style": { + // "navigationBarTitleText": "健康咨询", + // "enablePullDownRefresh": false, + // "navigationBarBackgroundColor": "#ffffff" + // } + // }, { "path": "pages/diseasemanagement/diseasemanagement", "style": { @@ -346,7 +363,8 @@ "navigationBarBackgroundColor": "#ffffff" } } - ], + + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", diff --git a/pages/Informationconfirmation/Informationconfirmation.vue b/pages/Informationconfirmation/Informationconfirmation.vue new file mode 100644 index 0000000..6953b1e --- /dev/null +++ b/pages/Informationconfirmation/Informationconfirmation.vue @@ -0,0 +1,311 @@ + + + diff --git a/pages/medicine/medicine.vue b/pages/medicine/medicine.vue index f9e6a0b..72a948d 100644 --- a/pages/medicine/medicine.vue +++ b/pages/medicine/medicine.vue @@ -1,17 +1,70 @@ @@ -19,9 +72,16 @@