| <!-- 由你发起沟通详情 --> | <!-- 由你发起沟通详情 --> | ||||
| <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> |