Преглед изворни кода

修改字段

release/210823_需求对对碰
王饶冀 пре 3 година
родитељ
комит
bc7d81128d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      pages/msgModule/wechat2/wechat2.wxml

+ 2
- 2
pages/msgModule/wechat2/wechat2.wxml Прегледај датотеку

@@ -116,7 +116,7 @@
<image class='other-head-img' src='{{receivebaseInfo.avatar}}'></image>
<view class='other-record-content-triangle'></view>
<view class='other-record-content'>
<image class='content-img' src="{{ mangerUrl + item.content }}"></image>
<image class='content-img' src="{{ mangerUrl + item.message }}"></image>
<view class="msg-isRead left">{{ item.isRead ? '已读' : '未读' }}</view>
</view>
</view>
@@ -128,7 +128,7 @@
</view>
<view class='own-record'>
<view class='own-record-content'>
<image class='content-img' src="{{ mangerUrl + item.content }}"></image>
<image class='content-img' src="{{ mangerUrl + item.message }}"></image>
<view class="msg-isRead right">{{ item.isRead ? '已读' : '未读' }}</view>
</view>
<view class='own-record-content-triangle'></view>

Loading…
Откажи
Сачувај