From e930c5c7de52883c875b7da45bf5d5d112af2b98 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Tue, 2 Apr 2024 15:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=B1=E8=AF=8A=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/inputBox.vue | 9 +++++++-- pages.json | 25 ++++++++++++------------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/components/inputBox.vue b/components/inputBox.vue index a1c7aa1..1531cc1 100644 --- a/components/inputBox.vue +++ b/components/inputBox.vue @@ -2,7 +2,7 @@ - * + {{label}}: @@ -45,7 +45,8 @@ export default { }, data() { return { - errormsg:'' + errormsg:'', + cssUrl:this.cssUrl } }, methods: { @@ -144,5 +145,9 @@ export default { width: 666rpx; margin: 16rpx auto 0rpx; } + .hua{ + width: 20rpx; + height: 20rpx; + } } diff --git a/pages.json b/pages.json index be6d4f4..4954e19 100644 --- a/pages.json +++ b/pages.json @@ -1,19 +1,24 @@ { "pages": [ - { - "path" : "pages/prebook/prebook", + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path" : "pages/modify_visitor/modify_visitor", "style" : { - "navigationBarTitleText": "", + "navigationBarTitleText": "就诊人信息", "enablePullDownRefresh": false } - }, - { - "path" : "pages/modify_visitor/modify_visitor", + { + "path" : "pages/prebook/prebook", "style" : { - "navigationBarTitleText": "就诊人信息", + "navigationBarTitleText": "", "enablePullDownRefresh": false } }, @@ -26,12 +31,6 @@ } }, { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "" - } - }, - { "path" : "pages/login/login", "style" : {