From 4fc5800552aed10e10f1aeb8a3041c9613ba83e3 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 14 八月 2025 10:50:30 +0800
Subject: [PATCH] feat: 接口对接

---
 apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue b/apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
index a0435bc..fc871cd 100644
--- a/apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
+++ b/apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
@@ -21,6 +21,7 @@
           >
             {{ GetTaskInfoQueryResultHireButtonText[detail.hireButton] }}
           </div>
+          <div v-if="from === 'cancel'" :style="{ color: '#999999' }">宸插彇娑�</div>
         </template>
         <div class="taskDetail-time">
           {{ dayjs(detail?.beginTime).format('YYYY骞碝M鏈圖D鏃�') }} 鑷�
@@ -270,8 +271,8 @@
 });
 
 function handleHire() {
-Taro.navigateTo({
-  url: `${RouterPath.taskSubmitCheck}?id=${id}`,
-})
+  Taro.navigateTo({
+    url: `${RouterPath.taskSubmitCheck}?id=${id}`,
+  });
 }
 </script>

--
Gitblit v1.9.1