소스 검색

修改字段

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…
취소
저장