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] =?UTF-8?q?=E9=92=88=E7=81=B8=E6=8C=82=E5=8F=B7=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=20=E9=A2=84=E7=BA=A6=E5=B0=B1=E8=AF=8A=E9=A1=B5?= =?UTF-8?q?=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