From bc8a335e0998a10dd0604d83e51355200350804e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com>
Date: Mon, 6 Mar 2023 11:24:38 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 31 +++++++-----
pages/Healthrecords/Healthrecords.vue | 70 +++++++++++++++++++++++++++
pages/Personal/Personal.vue | 8 ++-
3 files changed, 97 insertions(+), 12 deletions(-)
create mode 100644 pages/Healthrecords/Healthrecords.vue
diff --git a/pages.json b/pages.json
index 689c477..b45f844 100644
--- a/pages.json
+++ b/pages.json
@@ -9,14 +9,21 @@
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
- },{
+ }, {
+ "path": "pages/orderDetails/orderDetails",
+ "style": {
+ "navigationBarTitleText": "订单详情",
+ "navigationBarBackgroundColor": "#ffffff",
+ "enablePullDownRefresh": false
+ }
+ }, {
"path": "pages/integral/integral",
"style": {
"navigationBarTitleText": "积分",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
- }, {
+ }, {
"path": "pages/information/information",
"style": {
"navigationBarTitleText": "完善个人信息",
@@ -131,14 +138,6 @@
"enablePullDownRefresh": true //设置参数为true
}
},
- {
- "path": "pages/orderDetails/orderDetails",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#ffffff",
- "enablePullDownRefresh": false
- }
- },
{
"path": "pages/payorderDetails/payorderDetails",
"style": {
@@ -346,7 +345,17 @@
"navigationBarBackgroundColor": "#ffffff"
}
}
- ],
+ ,{
+ "path" : "pages/Healthrecords/Healthrecords",
+ "style" :
+ {
+ "navigationBarTitleText": "健康档案",
+ "navigationBarBackgroundColor": "#ffffff",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
diff --git a/pages/Healthrecords/Healthrecords.vue b/pages/Healthrecords/Healthrecords.vue
new file mode 100644
index 0000000..609fe82
--- /dev/null
+++ b/pages/Healthrecords/Healthrecords.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+ 敬请期待
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue
index 6f8be08..da02be0 100644
--- a/pages/Personal/Personal.vue
+++ b/pages/Personal/Personal.vue
@@ -35,7 +35,7 @@
-
+
健康档案
@@ -356,6 +356,12 @@
this.gologin();
}
},
+ //健康档案
+ goHealthrecords() {
+ uni.navigateTo({
+ url: '/pages/Healthrecords/Healthrecords'
+ })
+ },
},
}