From 6ad80f08e9bae7ca81f9e2d543a9bc75696a09dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E5=85=B8=E5=8D=93?= Date: Tue, 5 Aug 2025 18:33:09 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20ZKRD=E5=8F=AF=E4=BB=A5=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/projectInfo/projectInfo.vue | 13 +------------ pages/projectInfo/workInfo.vue | 13 +------------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/pages/projectInfo/projectInfo.vue b/pages/projectInfo/projectInfo.vue index 3b26ab1..12d97b3 100644 --- a/pages/projectInfo/projectInfo.vue +++ b/pages/projectInfo/projectInfo.vue @@ -127,13 +127,7 @@ > 电话联系 - - 申请 - + 申请 @@ -263,7 +257,6 @@ export default { collectStatus: 0, // 收藏状态 showPopUp: false, isInvite: false, - applyopen: false, }; }, components: { @@ -373,9 +366,6 @@ export default { lon: self.info.lon, }); } - if (res.data.data.missionNo.search('ZKRD') >= 0) { - self.applyopen = true; - } self.showDetail = true; self.getCollectStatus(); if (self.type === 1) { @@ -401,7 +391,6 @@ export default { return; } - if (this.applyopen) return; const _that = this; uni.showModal({ title: '提示', diff --git a/pages/projectInfo/workInfo.vue b/pages/projectInfo/workInfo.vue index d35d8a0..f4e9a43 100644 --- a/pages/projectInfo/workInfo.vue +++ b/pages/projectInfo/workInfo.vue @@ -132,13 +132,7 @@ > 电话联系 - - 申请 - + 申请 @@ -265,7 +259,6 @@ export default { maxlength: 6, collectStatus: 0, // 收藏状态 showPopUp: false, - applyopen: false, }; }, components: { @@ -362,9 +355,6 @@ export default { lon: self.info.lon, }); } - if (res.data.data.missionNo.search('ZKRD') >= 0) { - self.applyopen = true; - } self.showDetail = true; self.getCollectStatus(); if (self.type === 1) { @@ -389,7 +379,6 @@ export default { this.navTo('/pageMy/my/resume/index', true); return; } - if (this.applyopen) return; const _that = this; uni.showModal({ title: '提示',