From 873d071bdb7959dc3c837b3ca6c6e9671e61e07c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 29 十二月 2025 17:23:27 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp
---
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