From fe7d6323fb2d1c425be239c5a281abbb3df674e6 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 十二月 2025 16:33:46 +0800
Subject: [PATCH] fix: bug

---
 apps/cStandardMiniApp/src/subpackages/task/taskSubmitCheck/InnerPage.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/cStandardMiniApp/src/subpackages/task/taskSubmitCheck/InnerPage.vue b/apps/cStandardMiniApp/src/subpackages/task/taskSubmitCheck/InnerPage.vue
index a0dbadf..3845d4f 100644
--- a/apps/cStandardMiniApp/src/subpackages/task/taskSubmitCheck/InnerPage.vue
+++ b/apps/cStandardMiniApp/src/subpackages/task/taskSubmitCheck/InnerPage.vue
@@ -30,7 +30,7 @@
       </nut-form>
     </ContentScrollView>
     <PageFooter :isOnlyAction="false">
-      <template v-if="isContainCheckIn">
+      <!-- <template v-if="isContainCheckIn">
         <PageFooterBtn type="primary" v-if="!detail.userCheckHistoryType" @click="handleCheckIn()"
           >绛惧埌</PageFooterBtn
         >
@@ -40,8 +40,8 @@
           @click="handleCheckOut()"
           >绛惧嚭</PageFooterBtn
         >
-      </template>
-      <PageFooterBtn v-else type="primary" @click="handleSubmit()">鎻愪氦</PageFooterBtn>
+      </template> -->
+      <PageFooterBtn type="primary" @click="handleSubmit()">鎻愪氦</PageFooterBtn>
     </PageFooter>
   </LoadingLayout>
 </template>

--
Gitblit v1.10.0