|
@@ -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">{{postPushCount}}</text>
|
|
|
|
|
|
|
+ <text class="count-number">{{postPushCount || 0}}</text>
|
|
|
<text class="count-label">个在线职位</text>
|
|
<text class="count-label">个在线职位</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="arrow-icon">
|
|
<view class="arrow-icon">
|
|
@@ -852,6 +852,7 @@
|
|
|
that.deliveryCount = 0;
|
|
that.deliveryCount = 0;
|
|
|
that.browseCount = 0;
|
|
that.browseCount = 0;
|
|
|
that.collectionCount = 0;
|
|
that.collectionCount = 0;
|
|
|
|
|
+ that.postPushCount = 0;
|
|
|
that.token = "";
|
|
that.token = "";
|
|
|
that.isLogin = true;
|
|
that.isLogin = true;
|
|
|
that.userName = "登录";
|
|
that.userName = "登录";
|