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
}
])