Procházet zdrojové kódy

修改字段

release/210823_需求对对碰
王饶冀 před 3 roky
rodič
revize
bc7d81128d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      pages/msgModule/wechat2/wechat2.wxml

+ 2
- 2
pages/msgModule/wechat2/wechat2.wxml Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit