|
|
@@ -355,9 +355,11 @@
|
|
|
<view class="info-box">
|
|
|
<view v-if="XCXIsSelect != '否'" class="info-box-btn flex justify-end align-center">
|
|
|
<image src="@/static/images/jobApplicant/qiehuan.svg" mode="scaleToFill"
|
|
|
- style="margin-top: 40rpx" @click="goNav('switchRoles')" />
|
|
|
+ style="margin-top: 40rpx;margin-right:30rpx" @click="goNav('switchRoles')" />
|
|
|
+ <image src="@/static/images/jobApplicant/shezhi.svg" mode="scaleToFill"
|
|
|
+ style="margin-top: 40rpx;" @click="goNav('/pages/my/setup')" />
|
|
|
</view>
|
|
|
- <view class="info-box-header flex align-center">
|
|
|
+ <view class="info-box-header flex align-center" @click="goNav('/my/renzheng/editCompany')">
|
|
|
<view class="info-box-header-l">
|
|
|
<image :src="avatar ? avatar : '../../static/logo.png'"
|
|
|
@click="goNav('/pages/my/userinfo')" mode=""></image>
|
|
|
@@ -370,11 +372,9 @@
|
|
|
src="../../static/images/my/isVip.png" mode=""></image>
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="XCXIsSelect != '否'" class="info-box-header-r-bj flex align-center"
|
|
|
- @click="goNav('/my/renzheng/editCompany')">
|
|
|
+ <view v-if="XCXIsSelect != '否'" class="info-box-header-r-bj flex align-center">
|
|
|
{{companyInfo.companyAllName||"编辑企业信息"}}
|
|
|
- <image src="@/static/images/jobApplicant/edit-user.svg" mode="scaleToFill"
|
|
|
- @click.stop="goNav('/my/renzheng/editCompany')" />
|
|
|
+ <image src="@/static/images/jobApplicant/edit-user.svg" mode="scaleToFill"/>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -479,7 +479,7 @@
|
|
|
<view class="jobServer-box-c">
|
|
|
<view class="jobServer-box-title"> 招聘服务 </view>
|
|
|
<view class="jobServer-box-btn flex justify-between">
|
|
|
- <view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
+ <view v-if="$queue.getData('companyId')" class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNav('/pages/recruitmentData/index')">
|
|
|
<image src="../../static/images/index/shuju.svg" mode=""></image>
|
|
|
<view class=""> 招聘数据 </view>
|
|
|
@@ -494,7 +494,7 @@
|
|
|
<image src="../../static/images/index/cpbk.svg" mode=""></image>
|
|
|
<view class=""> 招聘刷新 </view>
|
|
|
</view>
|
|
|
- <view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
+ <view v-if="$queue.getData('companyId')" class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNav('/my/enterpriseInfo/enterpriseInfo?companyId=' + $queue.getData('companyId'))">
|
|
|
<image src="../../static/images/index/fwzx.svg" mode=""></image>
|
|
|
<view class=""> 公司主页 </view>
|
|
|
@@ -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">
|
|
|
@@ -634,14 +634,14 @@
|
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
|
发票
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="util-item" @click="showToast('功能开发中')">
|
|
|
+ </view> -->
|
|
|
+ <!-- <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">
|
|
|
个人主页
|
|
|
</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>
|
|
|
@@ -656,13 +656,13 @@
|
|
|
我的客服
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="util-item" @click="goNav('/my/setting/mimi')">
|
|
|
+ <!-- <view class="util-item" @click="goNav('/my/setting/mimi')">
|
|
|
<image src="../../static/images/my/icon/utils/privacy.png"
|
|
|
style="width: 54rpx; height: 54rpx" mode=""></image>
|
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
|
隐私规则
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- <view v-if="XCXIsSelect != '否'" class="util-item"
|
|
|
@click="goNav('/package/myLove/myLove')">
|
|
|
<image src="../../static/images/my/icon/utils/myLovere.png"
|
|
|
@@ -737,13 +737,13 @@
|
|
|
帮助中心
|
|
|
</view>
|
|
|
</view>-->
|
|
|
- <view v-if="token" class="util-item" @click="goOut()">
|
|
|
+ <!-- <view v-if="token" class="util-item" @click="goOut()">
|
|
|
<image src="../../static/images/my/icon/utils/utils8.png"
|
|
|
style="width: 54rpx; height: 54rpx" mode=""></image>
|
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
|
退出登录
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|