|
|
@@ -380,17 +380,17 @@
|
|
|
<!-- 记录栏 -->
|
|
|
<view class="info-box-num flex align-center justify-between" v-if="XCXIsSelect != '否'">
|
|
|
<view class="info-box-num-td"
|
|
|
- @click="goNav('/pages/recruitmentData/communicationRecords')">
|
|
|
+ @click="goNav('/pages/recruitmentData/communicationRecords?tab=0')">
|
|
|
<view class="info-box-num-td-num"> 0 </view>
|
|
|
<view class="info-box-num-td-name">沟通过</view>
|
|
|
</view>
|
|
|
<view class="info-box-num-td"
|
|
|
- @click="goNav('/pages/recruitmentData/communicationRecords')">
|
|
|
+ @click="goNav('/pages/recruitmentData/communicationRecords?tab=1')">
|
|
|
<view class="info-box-num-td-num"> 0 </view>
|
|
|
<view class="info-box-num-td-name">面试</view>
|
|
|
</view>
|
|
|
<view class="info-box-num-td"
|
|
|
- @click="goNav('/pages/recruitmentData/communicationRecords')">
|
|
|
+ @click="goNav('/pages/recruitmentData/communicationRecords?tab=2')">
|
|
|
<view class="info-box-num-td-num"> 0 </view>
|
|
|
<view class="info-box-num-td-name">收藏</view>
|
|
|
</view>
|
|
|
@@ -494,9 +494,9 @@
|
|
|
<view class=""> 招聘刷新 </view>
|
|
|
</view>
|
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
- @click="goNav('/my/renzheng/index')">
|
|
|
+ @click="goNav('/my/enterpriseInfo/enterpriseInfo?companyId=' + $queue.getData('companyId'))">
|
|
|
<image src="../../static/images/index/fwzx.svg" mode=""></image>
|
|
|
- <view class=""> 认证中心 </view>
|
|
|
+ <view class=""> 公司主页 </view>
|
|
|
</view>
|
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNav('/package/deliveryRecord/deliveryRecord')">
|
|
|
@@ -620,21 +620,21 @@
|
|
|
我的权益
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="util-item">
|
|
|
+ <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">
|
|
|
钱包
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="util-item">
|
|
|
+ <view class="util-item" @click="showToast('功能开发中')">
|
|
|
<image src="../../static/images/my/icon/utils/invoice.png"
|
|
|
style="width: 54rpx; height: 54rpx" mode=""></image>
|
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
|
发票
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="util-item">
|
|
|
+ <view class="util-item" @click="showToast('功能开发中')">
|
|
|
<image src="../../static/images/my/icon/utils/user.png"
|
|
|
style="width: 54rpx; height: 54rpx" mode=""></image>
|
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
|
@@ -828,7 +828,7 @@
|
|
|
};
|
|
|
},
|
|
|
onLoad(e) {
|
|
|
- console.log(this.token);
|
|
|
+ console.log(e);
|
|
|
this.XCXIsSelect = this.$queue.getData("XCXIsSelect");
|
|
|
var that=this
|
|
|
uni.$on('changeRole',function(res){
|
|
|
@@ -960,6 +960,12 @@
|
|
|
// #endif
|
|
|
}
|
|
|
},
|
|
|
+ showToast(title) {
|
|
|
+ uni.showToast({
|
|
|
+ title: title,
|
|
|
+ icon: "none",
|
|
|
+ });
|
|
|
+ },
|
|
|
goNavStatus(url) {
|
|
|
if (this.companyStatus) {
|
|
|
if (this.companyStatus == 1) {
|