Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
f5432529
Commit
f5432529
authored
Nov 11, 2018
by
Junling Bu
Browse files
feat[litemall-wx-api, litemall-wx]: 商品评价列表显示商品评价回复。
parent
f5b1a2df
Changes
3
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/checkout/checkout.wxml
View file @
f5432529
...
...
@@ -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">
...
...
litemall-wx/pages/comment/comment.wxml
View file @
f5432529
...
...
@@ -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>
...
...
renard-wx/pages/comment/comment.wxml
View file @
f5432529
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment