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
afc6ac95
Commit
afc6ac95
authored
May 15, 2018
by
Junling Bu
Browse files
update[litemall-wx]: 退款取消订单的按钮命名“申请退款”,这样可以和未支付取消订单的“取消订单”想区别。
parent
e2be9f90
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/ucenter/orderDetail/orderDetail.wxml
View file @
afc6ac95
...
...
@@ -9,7 +9,7 @@
<view class="btn active" bindtap="payOrder" wx:if="{{handleOption.pay}}">去付款</view>
<view class="btn active" bindtap="confirmOrder" wx:if="{{handleOption.confirm}}">确认收货</view>
<view class="btn active" bindtap="deleteOrder" wx:if="{{handleOption.delete}}">删除订单</view>
<view class="btn active" bindtap="refundOrder" wx:if="{{handleOption.refund}}">
取消订单
</view>
<view class="btn active" bindtap="refundOrder" wx:if="{{handleOption.refund}}">
申请退款
</view>
</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