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: '提示',