From 23a2438a88d6e1644a34be072e29dec807922742 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Fri, 8 Dec 2023 15:55:35 +0800 Subject: [PATCH] submit --- src/components/self-tabbar/index.vue | 1 - src/http/main.ts | 10 +++------- src/pages/mine/index.vue | 8 ++++---- src/pages/ticket/index.vue | 7 ++++--- src/pages/ticket/select-day/index.vue | 10 +++------- src/pages/view-venues/index.vue | 4 ++-- src/static/{zu1041@3x (1).png => zu1041@3x.png} | Bin src/static/{zu609@3x (1).png => zu609@3x.png} | Bin src/static/{zu762@3x (1).png => zu762@3x.png} | Bin 9 files changed, 16 insertions(+), 24 deletions(-) rename src/static/{zu1041@3x (1).png => zu1041@3x.png} (100%) rename src/static/{zu609@3x (1).png => zu609@3x.png} (100%) rename src/static/{zu762@3x (1).png => zu762@3x.png} (100%) diff --git a/src/components/self-tabbar/index.vue b/src/components/self-tabbar/index.vue index ccccd372..51168af9 100644 --- a/src/components/self-tabbar/index.vue +++ b/src/components/self-tabbar/index.vue @@ -1,5 +1,4 @@ @@ -160,7 +160,8 @@ const reservation = () => { } } const showHandle = () => { - show.value = false + show.value = true + console.log(show.value,'show.value') } @@ -288,4 +289,4 @@ const showHandle = () => { } } - \ No newline at end of file + diff --git a/src/pages/ticket/select-day/index.vue b/src/pages/ticket/select-day/index.vue index 73567ad1..e6da3dc3 100644 --- a/src/pages/ticket/select-day/index.vue +++ b/src/pages/ticket/select-day/index.vue @@ -1,25 +1,21 @@ - - \ No newline at end of file + diff --git a/src/pages/view-venues/index.vue b/src/pages/view-venues/index.vue index 23453a68..e8c299ea 100644 --- a/src/pages/view-venues/index.vue +++ b/src/pages/view-venues/index.vue @@ -2,11 +2,11 @@
- +
-
+
diff --git a/src/static/zu1041@3x (1).png b/src/static/zu1041@3x.png similarity index 100% rename from src/static/zu1041@3x (1).png rename to src/static/zu1041@3x.png diff --git a/src/static/zu609@3x (1).png b/src/static/zu609@3x.png similarity index 100% rename from src/static/zu609@3x (1).png rename to src/static/zu609@3x.png diff --git a/src/static/zu762@3x (1).png b/src/static/zu762@3x.png similarity index 100% rename from src/static/zu762@3x (1).png rename to src/static/zu762@3x.png