Browse Source

新加字段

release/210823_需求对对碰
王饶冀 4 years ago
parent
commit
810d2b24e0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pages/msgModule/wechat2/wechat2.wxml

+ 1
- 1
pages/msgModule/wechat2/wechat2.wxml View File

<!-- 由你发起沟通详情 --> <!-- 由你发起沟通详情 -->
<view wx:else class="product-item-view" bindtap="goDetails" data-value="{{ item.transactionId }}"> <view wx:else class="product-item-view" bindtap="goDetails" data-value="{{ item.transactionId }}">
<view class="content-view"> <view class="content-view">
<view class="product-info-item">{{ item.info }}</view>
<view class="product-info-item">{{ item.object.info }}</view>
<view class="product-send-time">{{ item.date }} 由{{ receiveMemberId != item.sender ? '对方':'你' }}发起沟通</view> <view class="product-send-time">{{ item.date }} 由{{ receiveMemberId != item.sender ? '对方':'你' }}发起沟通</view>
</view> </view>
</view> </view>

Loading…
Cancel
Save