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 62fae98..68f78fd 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" : { 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/unuse/小号.svg b/static/images/frontend/gou.svg similarity index 100% rename from static/images/frontend/unuse/小号.svg rename to static/images/frontend/gou.svg diff --git a/static/images/frontend/unuse/花.svg b/static/images/frontend/hua.svg similarity index 100% rename from static/images/frontend/unuse/花.svg rename to static/images/frontend/hua.svg