|
@@ -382,17 +382,17 @@
|
|
|
<view class="info-box-num flex align-center justify-between" v-if="XCXIsSelect != '否'">
|
|
<view class="info-box-num flex align-center justify-between" v-if="XCXIsSelect != '否'">
|
|
|
<view class="info-box-num-td"
|
|
<view class="info-box-num-td"
|
|
|
@click="goNav('/pages/recruitmentData/communicationRecords?tab=0')">
|
|
@click="goNav('/pages/recruitmentData/communicationRecords?tab=0')">
|
|
|
- <view class="info-box-num-td-num"> 0 </view>
|
|
|
|
|
|
|
+ <view class="info-box-num-td-num"> {{chatCount}} </view>
|
|
|
<view class="info-box-num-td-name">沟通过</view>
|
|
<view class="info-box-num-td-name">沟通过</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-box-num-td"
|
|
<view class="info-box-num-td"
|
|
|
@click="goNav('/pages/recruitmentData/communicationRecords?tab=1')">
|
|
@click="goNav('/pages/recruitmentData/communicationRecords?tab=1')">
|
|
|
- <view class="info-box-num-td-num"> 0 </view>
|
|
|
|
|
|
|
+ <view class="info-box-num-td-num"> {{interviewCount}} </view>
|
|
|
<view class="info-box-num-td-name">面试</view>
|
|
<view class="info-box-num-td-name">面试</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-box-num-td"
|
|
<view class="info-box-num-td"
|
|
|
@click="goNav('/pages/recruitmentData/communicationRecords?tab=2')">
|
|
@click="goNav('/pages/recruitmentData/communicationRecords?tab=2')">
|
|
|
- <view class="info-box-num-td-num"> 0 </view>
|
|
|
|
|
|
|
+ <view class="info-box-num-td-num"> {{collectionCount}} </view>
|
|
|
<view class="info-box-num-td-name">收藏</view>
|
|
<view class="info-box-num-td-name">收藏</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-box-num-td" @click="goNav('/pages/my/onlineResume')">
|
|
<view class="info-box-num-td" @click="goNav('/pages/my/onlineResume')">
|
|
@@ -416,7 +416,7 @@
|
|
|
<view class="job-management-card" @click="goJobManagement">
|
|
<view class="job-management-card" @click="goJobManagement">
|
|
|
<view class="job-management-content">
|
|
<view class="job-management-content">
|
|
|
<view class="job-count-text">
|
|
<view class="job-count-text">
|
|
|
- <text class="count-number">1</text>
|
|
|
|
|
|
|
+ <text class="count-number">{{postPushCount}}</text>
|
|
|
<text class="count-label">个在线职位</text>
|
|
<text class="count-label">个在线职位</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="arrow-icon">
|
|
<view class="arrow-icon">
|
|
@@ -820,6 +820,7 @@
|
|
|
deliveryCount: 0,
|
|
deliveryCount: 0,
|
|
|
chatCount: 0,
|
|
chatCount: 0,
|
|
|
interviewCount: 0,
|
|
interviewCount: 0,
|
|
|
|
|
+ postPushCount:0,//在线职位数量
|
|
|
isVip: false, //用户是否是vip
|
|
isVip: false, //用户是否是vip
|
|
|
isCompanyVip: false, //企业是否是vip
|
|
isCompanyVip: false, //企业是否是vip
|
|
|
resumesStatus: 1, //求职状态
|
|
resumesStatus: 1, //求职状态
|
|
@@ -1236,6 +1237,7 @@
|
|
|
this.deliveryCount = res.data.deliveryCount;
|
|
this.deliveryCount = res.data.deliveryCount;
|
|
|
this.chatCount = res.data.chatCount;
|
|
this.chatCount = res.data.chatCount;
|
|
|
this.interviewCount = res.data.interviewCount;
|
|
this.interviewCount = res.data.interviewCount;
|
|
|
|
|
+ this.postPushCount = res.data.postPushCount;
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|