|
|
@@ -126,8 +126,10 @@ async function handleCancel() {
|
|
|
申请通过后,将退回至原账户
|
|
|
</view>
|
|
|
<view v-if="refundOrderInfo.returnMoneySts == refundStatus.ReturnCompleted" class="mt20rpx flex items-center text-24rpx text-#AAAAAA">
|
|
|
- <view>退还金额:{{ refundOrderInfo.refundMoney }}</view>
|
|
|
- <view>退还积分:{{ refundOrderInfo.refundScore }}(已过期{{ refundOrderInfo.refundExpiredScore }}) </view>
|
|
|
+ <view>退还金额:{{ refundOrderInfo.userRefundMoney }}</view>
|
|
|
+ <view class="ml20rpx">
|
|
|
+ 退还积分:{{ refundOrderInfo.refundScore }}(已过期{{ refundOrderInfo.refundExpiredScore }})
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="mt20rpx rounded-16rpx bg-white p24rpx">
|