Commit f896ec4c54a4addc8ad8bd7be6c21e21be2d21f9
1 parent
8676ca21
1. 退款详情显示退款积分的值
Showing
1 changed file
with
4 additions
and
0 deletions
pages/user/return_goods_info/return_goods_info.wxml
... | ... | @@ -19,6 +19,10 @@ |
19 | 19 | 退款金额 : ¥{{return_goods.back_money}} |
20 | 20 | </view> |
21 | 21 | |
22 | +<view wx:if="{{return_goods.back_integral}}" class="now-price co-red" style="margin-left:30rpx; font-size:26rpx"> | |
23 | + 退款积分 : {{return_goods.back_integral}}积分 | |
24 | +</view> | |
25 | + | |
22 | 26 | <view class="apply-mes pd-bg-fff"> |
23 | 27 | <view class="apply-item"> |
24 | 28 | <view class="apply-til">售后信息</view> | ... | ... |