|
@@ -13,7 +13,7 @@
|
|
|
@refresherrefresh="refresherrefresh">
|
|
|
<view class="top-container">
|
|
|
<view class="user">
|
|
|
- <image src="@/static/common/logo.png"></image>
|
|
|
+ <image :src="detail.userPic ? (imageUrl + detail.userPic) : require('@/static/common/logo.png')"></image>
|
|
|
<view class="info">
|
|
|
<view class="name">{{detail.userName}}</view>
|
|
|
<view class="phone">联系电话:{{detail.phone}}</view>
|
|
@@ -73,7 +73,7 @@
|
|
|
</view>
|
|
|
<view class="item" v-for="(item, index) in remarkList" :key="index">
|
|
|
<view class="top">
|
|
|
- <image src="@/static/common/logo.png"></image>
|
|
|
+ <image :src="item.userPic ? (imageUrl + item.userPic) : require('@/static/common/logo.png')"></image>
|
|
|
<view class="user">
|
|
|
<view class="name">{{item.userName}}</view>
|
|
|
<view class="time">{{item.createTime}}</view>
|
|
@@ -593,8 +593,8 @@
|
|
|
margin-top: 20rpx;
|
|
|
.it {
|
|
|
margin-top: 16rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- line-height: 30rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
+ line-height: 32rpx;
|
|
|
word-break: break-all;
|
|
|
&:first-child {
|
|
|
margin-top: 0;
|