From 216aee9b4c97d2f6970180e91500ce3ab780e45f Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Mon, 18 Dec 2023 17:37:46 +0800 Subject: [PATCH] submit --- src/pages/mine/index.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/mine/index.vue b/src/pages/mine/index.vue index 5a5b1847..d8540f63 100644 --- a/src/pages/mine/index.vue +++ b/src/pages/mine/index.vue @@ -43,7 +43,11 @@
·历史预约门票
-
+
+
+ +
+
{{statusList.find(x=>x.value===item.status).label}}
首都博物馆门票
@@ -72,7 +76,7 @@ onShow(() => { const tabList=ref(null) const statusList=ref([ { - label:'正常', + label:'', value:1 }, { @@ -88,7 +92,7 @@ const statusList=ref([ value:4 }, { - label:'未到时间', + label:'', value:5 } ])