From aa27adbb64fff9b00164cfd524b623f8e4bd8d05 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Tue, 2 Apr 2024 15:03:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=92=88=E7=81=B8=E6=8C=82=E5=8F=B7?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=20=E9=A2=84=E7=BA=A6=E5=B0=B1=E8=AF=8A?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/prebook/prebook.vue | 12 +++++++++++- static/images/frontend/gou.svg | 1 + static/images/frontend/hua.svg | 1 + static/images/frontend/unuse/小号.svg | 1 - static/images/frontend/unuse/花.svg | 1 - 5 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 static/images/frontend/gou.svg create mode 100644 static/images/frontend/hua.svg delete mode 100644 static/images/frontend/unuse/小号.svg delete mode 100644 static/images/frontend/unuse/花.svg diff --git a/pages/prebook/prebook.vue b/pages/prebook/prebook.vue index af5af9f..72922dd 100644 --- a/pages/prebook/prebook.vue +++ b/pages/prebook/prebook.vue @@ -75,8 +75,18 @@ components:{ Book, SliderBox + }, + onShow() { + }, - methods: { + methods: { + tips(){ + uni.showToast({ + title:"成功预约8人", + mask:true, + image:this.cssUrl+'gou.svg' + }) + }, closeConfirm() { this.$refs.sliderbox.closeConfirm() }, diff --git a/static/images/frontend/gou.svg b/static/images/frontend/gou.svg new file mode 100644 index 0000000..7534517 --- /dev/null +++ b/static/images/frontend/gou.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/frontend/hua.svg b/static/images/frontend/hua.svg new file mode 100644 index 0000000..1bb6967 --- /dev/null +++ b/static/images/frontend/hua.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/frontend/unuse/小号.svg b/static/images/frontend/unuse/小号.svg deleted file mode 100644 index 7534517..0000000 --- a/static/images/frontend/unuse/小号.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/images/frontend/unuse/花.svg b/static/images/frontend/unuse/花.svg deleted file mode 100644 index 1bb6967..0000000 --- a/static/images/frontend/unuse/花.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file 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 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=B1=E8=AF=8A?= =?UTF-8?q?=E4=BA=BA=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" : {