From 722231fc31750241c78a63ce7934905ca1892cd9 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 25 九月 2023 16:28:57 +0800
Subject: [PATCH] 距离任务 倒计时  为0的时候筛选获取任务的接口

---
 src/components/AddIssue.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/AddIssue.vue b/src/components/AddIssue.vue
index 634f078..770bc09 100644
--- a/src/components/AddIssue.vue
+++ b/src/components/AddIssue.vue
@@ -247,6 +247,7 @@
       this.num = 0;
       this.showBtn=1;
       this.isLoading=false
+      this.$emit('isTip',this.islook)
     },
   },
   methods: {
@@ -282,6 +283,7 @@
         this.islook = false;
         // this.islook = true;
       }
+      
     },
     getDateObj(date, fmt) {
       if (/(y+)/.test(fmt)) {

--
Gitblit v1.8.0