|
|
@@ -6,7 +6,7 @@
|
|
|
<view class="listbIXS" @click="editJL(item.resumeId)">
|
|
|
<view class="headTitls">{{item.resumeName}}</view>
|
|
|
<view class="dis_fs">
|
|
|
- <view class="left_imgbox"><image style="width: 100%;height: 100%;" :src="userInfo.oneInchPhotos === null ? '@/static/avatar1.png': $method.splitImgHost(userInfo.oneInchPhotos)" mode=""></image></view>
|
|
|
+ <view class="left_imgbox"><image style="width: 100%;height: 100%;" :src="userInfo.oneInchPhotos === null ? '@/static/avatar1.png': $method.splitImgHost(userInfo.oneInchPhotos)" mode="aspectFit"></image></view>
|
|
|
<view class="rightCon">
|
|
|
<view class="tithead">{{item.realname}}</view>
|
|
|
<view class="tyList">年龄:{{item.userBirth === null ? '':item.userBirth + '岁'}}</view>
|