Commit f896ec4c54a4addc8ad8bd7be6c21e21be2d21f9

Authored by yvan.ni
1 parent 8676ca21

1. 退款详情显示退款积分的值

pages/user/return_goods_info/return_goods_info.wxml
@@ -19,6 +19,10 @@ @@ -19,6 +19,10 @@
19 退款金额 : ¥{{return_goods.back_money}} 19 退款金额 : ¥{{return_goods.back_money}}
20 </view> 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 <view class="apply-mes pd-bg-fff"> 26 <view class="apply-mes pd-bg-fff">
23 <view class="apply-item"> 27 <view class="apply-item">
24 <view class="apply-til">售后信息</view> 28 <view class="apply-til">售后信息</view>