|
@@ -224,7 +224,7 @@
|
|
|
<image @longtap="showAction(row)" @tap="goDetails(row.msg.user_info.uid,row)"
|
|
|
:src="(row.msg.is_niming == 1)? '/static/theme/default/my/niming.png' : (staticPhoto + row.msg.user_info.face)"
|
|
|
:lazy-load="true" style="border-radius: 10px;" :data-id="index"
|
|
|
- @error="imageError" />
|
|
|
+ @error="imageError" class="u-logo"/>
|
|
|
<view class="action" v-if="row.showAction">
|
|
|
<view class="action-item" @click="addFriendChat(row)">
|
|
|
@TA
|
|
@@ -2821,7 +2821,11 @@ console.log('监听会话数据变化的会话');
|
|
|
.other {
|
|
|
.left {
|
|
|
position: relative;
|
|
|
-
|
|
|
+ .u-logo {
|
|
|
+ width: 90rpx !important;
|
|
|
+ height: 90rpx !important;
|
|
|
+ flex-shrink: 0;
|
|
|
+ }
|
|
|
.action {
|
|
|
width: 160rpx;
|
|
|
background: #fff;
|