- <view><block wx:if="{{renderDom[0].type==='order'}}"><view class="{{['custom-message '+(isMine?'my-custom':'')]}}"><image class="custom-image" src="{{renderDom[0].imageUrl}}"></image><view class="custom-content"><view class="custom-content-title">{{renderDom[0].title}}</view><view class="custom-content-description">{{renderDom[0].description}}</view><view class="custom-content-price">{{renderDom[0].price}}</view></view></view></block><block wx:if="{{renderDom[0].type==='consultion'}}"><view class="{{['custom-message '+(isMine?'my-custom':'')]}}"><view class="custom-content"><view class="custom-content-title">{{renderDom[0].title}}</view><block wx:for="{{renderDom[0].item}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="custom-content-description" id="{{item.key}}">{{item.key}}</view></block><view class="custom-content-description">{{renderDom[0].description}}</view></view></view></block><block wx:if="{{renderDom[0].type==='evaluation'}}"><view class="{{['custom-message '+(isMine?'my-custom':'')]}}"><view class="custom-content"><view class="custom-content-title">{{renderDom[0].title}}</view><view class="custom-content-score"><block wx:for="{{renderDom[0].score}}" wx:for-item="item" wx:for-index="index" wx:key="index"><image class="score-star" src="/static/static/images/star.png"></image></block></view><view class="custom-content-description">{{renderDom[0].description}}</view></view></view></block><block wx:if="{{renderDom[0].type==='group_create'}}"><view class="{{['custom-message '+(isMine?'my-custom':'')]}}"><view class="custom-content-text">{{renderDom[0].text}}</view></view></block><block wx:if="{{renderDom[0].type==='c2cCalling'||renderDom[0].type==='groupCalling'}}"><view class="{{['custom-message '+(isMine?'my-custom':'')]}}"><view class="custom-content-text">{{renderDom[0].text}}</view></view></block><block wx:if="{{renderDom[0].type==='notSupport'}}"><view class="message-body-span text-message"><view class="message-body-span-text">{{renderDom[0].text}}</view></view></block></view>
|