| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="item" v-if="info.refundInfo"> |
| | | <!-- <view class="item" v-if="info.refundInfo"> |
| | | <view class="tuikuan"> |
| | | <view class="tuikuan-top"> |
| | | <text>退款金额</text> |
| | |
| | | <text v-if="info.refundInfo.status !== 1">{{info.refundInfo.createTime || ''}}</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <view class="item" v-if="info.commentStatus === 1"> |
| | | <view class="comment"> |
| | | <view class="comment-top"> |
| | |
| | | <view class="tuikuan"> |
| | | <view class="tuikuan-top"> |
| | | <text>退款金额</text> |
| | | <text>¥{{((info.refundInfo.refundAmount || 0)/100).toFixed(2)}}</text> |
| | | <text>{{((info.refundInfo.refundAmount || 0)/100).toFixed(2)}}</text> |
| | | </view> |
| | | <view class="tuikuan-bottom"> |
| | | <text v-if="info.refundInfo.status === 0">退款中</text> |