|
@@ -78,24 +78,24 @@
|
|
|
|
|
|
<view class="box_7 flex-col" v-if="userAfterSales.refundState == 1">
|
|
|
<view class="text-wrapper_27 flex-row">
|
|
|
- <text class="text_10">退款信息</text>
|
|
|
+ <text class="text_10">退款信息</text>
|
|
|
</view>
|
|
|
<view class="text-wrapper_31 flex-row justify-between">
|
|
|
- <text class="text_17">退款单号</text>
|
|
|
- <text class="text_18">{{userAfterSales.refund.refundNo}}</text>
|
|
|
+ <text class="text_17">退款单号</text>
|
|
|
+ <text class="text_18">{{userAfterSales.refund.refundNo}}</text>
|
|
|
</view>
|
|
|
<view class="text-wrapper_32 flex-row justify-between">
|
|
|
- <text class="text_19">退款方式</text>
|
|
|
- <text class="text_20">原路返还</text>
|
|
|
+ <text class="text_19">退款方式</text>
|
|
|
+ <text class="text_20">原路返还</text>
|
|
|
</view>
|
|
|
<view class="text-wrapper_33 flex-row justify-between">
|
|
|
- <text class="text_21">退款金额</text>
|
|
|
- <text class="text_22">¥ {{userAfterSales.refund.refuseAmount}}</text>
|
|
|
- </view>
|
|
|
- <view class="text-wrapper_33 flex-row justify-between">
|
|
|
- <text class="text_21">退款时间</text>
|
|
|
- <text class="text_22">¥ {{userAfterSales.refund.refundTime}}</text>
|
|
|
+ <text class="text_21">退款金额</text>
|
|
|
+ <text class="text_22">¥ {{userAfterSales.refund.refuseAmount}}</text>
|
|
|
</view>
|
|
|
+ <view class="text-wrapper_32 flex-row justify-between">
|
|
|
+ <text class="text_19">退款时间</text>
|
|
|
+ <text class="text_20">{{userAfterSales.refund.refundTime}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
<view class="box_7 flex-col" v-if="userAfterSales.store">
|