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