|
|
@@ -377,7 +377,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view v-if="XCXIsSelect != '否'" class="info-box-header-r-bj flex align-center">
|
|
|
- {{ companyInfo.companyAllName || "添加企业信息" }}
|
|
|
+ {{ companyInfo.companyAllName || "" }}
|
|
|
<!-- <image src="@/static/images/jobApplicant/edit-user.svg" mode="scaleToFill" /> -->
|
|
|
</view>
|
|
|
|
|
|
@@ -504,9 +504,9 @@
|
|
|
<image src="../../static/images/index/cpbk.svg" mode=""></image>
|
|
|
<view class=""> 招聘刷新 </view>
|
|
|
</view> -->
|
|
|
- <view v-if="$queue.getData('companyId')"
|
|
|
+ <view
|
|
|
class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
- @click="goNav('/my/renzheng/editCompany?companyId=' + $queue.getData('companyId'))">
|
|
|
+ @click="$queue.getData('companyId')?goNav('/my/renzheng/editCompany?companyId=' + $queue.getData('companyId')):goNav('/pages/my/businessLicense')">
|
|
|
<image src="../../static/images/index/fwzx.svg" mode=""></image>
|
|
|
<view class=""> 公司主页 </view>
|
|
|
</view>
|
|
|
@@ -2060,6 +2060,7 @@ page {
|
|
|
}
|
|
|
|
|
|
.info-box-header-r {
|
|
|
+ width: 80%;
|
|
|
.info-box-header-r-name {
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
font-family: DM Sans;
|