From 133d34f069b0d9a85b58630377885e92dc90933d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 29 十二月 2025 17:05:42 +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