|
@@ -59,7 +59,7 @@
|
|
|
class="info-box-header flex justify-between align-center">
|
|
class="info-box-header flex justify-between align-center">
|
|
|
<view style="width: 60%; height: 100%" class="flex align-center">
|
|
<view style="width: 60%; height: 100%" class="flex align-center">
|
|
|
<view class="info-box-header-l">
|
|
<view class="info-box-header-l">
|
|
|
- <image :src="avatar ? avatar : '../../static/logo.png'" mode=""></image>
|
|
|
|
|
|
|
+ <image :src="avatar ? avatar : '../../static/logo.png'" mode="aspectFill"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-box-header-r">
|
|
<view class="info-box-header-r">
|
|
|
<view class="info-box-header-r-name flex align-center">
|
|
<view class="info-box-header-r-name flex align-center">
|
|
@@ -365,7 +365,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-box-header flex align-center" @click="goNav('/pages/my/userinfo')">
|
|
<view class="info-box-header flex align-center" @click="goNav('/pages/my/userinfo')">
|
|
|
<view class="info-box-header-l">
|
|
<view class="info-box-header-l">
|
|
|
- <image :src="avatar ? avatar : '../../static/logo.png'" mode=""></image>
|
|
|
|
|
|
|
+ <image :src="avatar ? avatar : '../../static/logo.png'" mode="aspectFill"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-box-header-r">
|
|
<view class="info-box-header-r">
|
|
|
<view class="info-box-header-r-name flex align-center">
|
|
<view class="info-box-header-r-name flex align-center">
|