flat: ZKRD可以申请了
This commit is contained in:
@@ -127,13 +127,7 @@
|
||||
>
|
||||
电话联系
|
||||
</view>
|
||||
<view
|
||||
@click="submit"
|
||||
class="bottombtn flexbtn"
|
||||
:style="{ backgroundColor: applyopen ? '#999999' : '#1B66FF' }"
|
||||
>
|
||||
申请
|
||||
</view>
|
||||
<view @click="submit" class="bottombtn flexbtn">申请</view>
|
||||
</view>
|
||||
<view class="btn" v-if="isShow !== '0' && status !== 0">
|
||||
<!-- <view class="bottombtn lookContract" @click="lookMask">查看合同</view> -->
|
||||
@@ -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: '提示',
|
||||
|
||||
Reference in New Issue
Block a user