|
|
@@ -363,10 +363,10 @@
|
|
|
<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" @click="goNav('/my/renzheng/editCompany')">
|
|
|
+ <view class="info-box-header flex align-center" @click="goNav('/pages/my/userinfo')">
|
|
|
<view class="info-box-header-l">
|
|
|
<image :src="avatar ? avatar : '../../static/logo.png'"
|
|
|
- @click.stop="goNav('/pages/my/userinfo')" mode=""></image>
|
|
|
+ mode=""></image>
|
|
|
</view>
|
|
|
<view class="info-box-header-r">
|
|
|
<view class="info-box-header-r-name flex align-center">
|
|
|
@@ -377,8 +377,8 @@
|
|
|
</view>
|
|
|
|
|
|
<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" />
|
|
|
+ {{ companyInfo.companyAllName || "添加企业信息" }}
|
|
|
+ <!-- <image src="@/static/images/jobApplicant/edit-user.svg" mode="scaleToFill" /> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -502,7 +502,7 @@
|
|
|
</view>
|
|
|
<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'))">
|
|
|
+ @click="goNav('/my/renzheng/editCompany?companyId=' + $queue.getData('companyId'))">
|
|
|
<image src="../../static/images/index/fwzx.svg" mode=""></image>
|
|
|
<view class=""> 公司主页 </view>
|
|
|
</view>
|