|
|
@@ -366,7 +366,7 @@
|
|
|
<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.stop="return; goNav('/pages/my/userinfo')" mode=""></image>
|
|
|
+ @click.stop="return; goNav('/pages/my/userinfo')" mode="aspectFill"></image>
|
|
|
</view>
|
|
|
<view class="info-box-header-r">
|
|
|
<view class="info-box-header-r-name flex align-center">
|
|
|
@@ -383,7 +383,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 记录栏 -->
|
|
|
- <view class="info-box-num flex align-center justify-between" v-if="XCXIsSelect != '否'" style="padding: 0 100rpx;">
|
|
|
+ <view class="info-box-num flex align-center justify-between" v-if="XCXIsSelect != '否'"
|
|
|
+ style="padding: 0 100rpx;">
|
|
|
<view class="info-box-num-td"
|
|
|
@click="goNav('/pages/recruitmentData/communicationRecords?tab=0')">
|
|
|
<view class="info-box-num-td-num"> {{ chatCount }} </view>
|