feat[litemall-wx-api, litemall-wx]: 商品评价列表显示商品评价回复。
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</view>
|
||||
|
||||
<view class="message-box">
|
||||
<input class="message-item" bindinput="bindMessageInput" placeholder="如需要,可以输入订单留言" value="{{message}}" />
|
||||
<input class="message-item" bindinput="bindMessageInput" placeholder="如需要,请输入留言" value="{{message}}" />
|
||||
</view>
|
||||
|
||||
<view class="order-box">
|
||||
|
||||
@@ -20,13 +20,10 @@
|
||||
<view class="imgs" wx:if="{{item.picList.length > 0}}">
|
||||
<image class="img" wx:for="{{item.picList}}" wx:key="*this" wx:for-item="pitem" src="{{pitem}}"></image>
|
||||
</view>
|
||||
<view class="spec">
|
||||
<!-- <text class="item">白色 2件</text> -->
|
||||
<view class="customer-service" wx:if="{{item.reply}}">
|
||||
<text class="u">小商场回复:</text>
|
||||
<text class="c">{{item.reply}}</text>
|
||||
</view>
|
||||
<!--<view class="customer-service" wx:if="{{item.commentReplyVO}}">
|
||||
<text class="u">小选回复:</text>
|
||||
<text class="c">{{item.commentReplyVO.replyContent}}</text>
|
||||
</view>-->
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
@@ -20,13 +20,10 @@
|
||||
<view class="imgs" wx:if="{{item.picList.length > 0}}">
|
||||
<image class="img" wx:for="{{item.picList}}" wx:key="*this" wx:for-item="pitem" src="{{pitem}}"></image>
|
||||
</view>
|
||||
<view class="spec">
|
||||
<!-- <text class="item">白色 2件</text> -->
|
||||
<view class="customer-service" wx:if="{{item.reply}}">
|
||||
<text class="u">小商场回复:</text>
|
||||
<text class="c">{{item.reply}}</text>
|
||||
</view>
|
||||
<!--<view class="customer-service" wx:if="{{item.commentReplyVO}}">
|
||||
<text class="u">小选回复:</text>
|
||||
<text class="c">{{item.commentReplyVO.replyContent}}</text>
|
||||
</view>-->
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user