|
|
@@ -416,7 +416,7 @@
|
|
|
<view class="job-management-card" @click="goJobManagement">
|
|
|
<view class="job-management-content">
|
|
|
<view class="job-count-text">
|
|
|
- <text class="count-number">{{postPushCount}}</text>
|
|
|
+ <text class="count-number">{{postPushCount || 0}}</text>
|
|
|
<text class="count-label">个在线职位</text>
|
|
|
</view>
|
|
|
<view class="arrow-icon">
|
|
|
@@ -621,7 +621,7 @@
|
|
|
我的权益
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="util-item" @click="showToast('功能开发中')">
|
|
|
+ <!-- <view class="util-item" @click="showToast('功能开发中')">
|
|
|
<image src="../../static/images/my/icon/utils/wallet.png"
|
|
|
style="width: 54rpx; height: 54rpx" mode=""></image>
|
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
|
@@ -641,7 +641,7 @@
|
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
|
个人主页
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="util-item" @click="goNav('/pages/my/myCompany')">
|
|
|
<image src="../../static/images/my/icon/utils/company.png"
|
|
|
style="width: 54rpx; height: 54rpx" mode=""></image>
|
|
|
@@ -852,6 +852,7 @@
|
|
|
that.deliveryCount = 0;
|
|
|
that.browseCount = 0;
|
|
|
that.collectionCount = 0;
|
|
|
+ that.postPushCount = 0;
|
|
|
that.token = "";
|
|
|
that.isLogin = true;
|
|
|
that.userName = "登录";
|