|
@@ -99,8 +99,7 @@
|
|
|
</u-card>
|
|
|
</view>
|
|
|
|
|
|
- <!-- <view class="jobdetailsbtn" v-if="!isSubmit && recruitmentData.postStatus == 1"> -->
|
|
|
- <view class="jobdetailsbtn" v-if="!isSubmit">
|
|
|
+ <view class="jobdetailsbtn" v-if="!isSubmit && recruitmentData.postStatus == 1">
|
|
|
<view class="jobdetailsbtn-container">
|
|
|
<view class="jobdetailsbtn-content">
|
|
|
<view>
|
|
@@ -228,7 +227,6 @@
|
|
|
id
|
|
|
}).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
- console.log(res.data);
|
|
|
this.recruitmentData = res.data;
|
|
|
this.getCompanyDetails(res.data.companyId);
|
|
|
} else {
|
|
@@ -316,7 +314,8 @@
|
|
|
}).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.$u.route({
|
|
|
- url: 'pages/resumeDeliveryResults/resumeDeliveryResults'
|
|
|
+ url: 'pages/resumeDeliveryResults/resumeDeliveryResults',
|
|
|
+ type: 'redirectTo'
|
|
|
});
|
|
|
} else {
|
|
|
this.$refs.uToast.show({
|