|
|
@@ -3,8 +3,6 @@
|
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
|
<view class="flex-space list" v-for="(item, index) in list.data" :key="index" @click="goDetail(item)">
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<view class="label">
|
|
|
<text>日期:{{item.addTime.substr(5,11)}}</text>
|
|
|
<text>单号:{{item.orderSn}}</text>
|
|
|
@@ -14,9 +12,7 @@
|
|
|
<text style="position:absolute;right:-425upx;top:0upx;">{{ item.status==0?'退款中':item.status==1?'已完成':'退款中' }}</text>
|
|
|
|
|
|
</view>
|
|
|
- <view class="flex val">{{item.refundPrice}} <view class="iconfont iconxiangyou"></view> </view>
|
|
|
-
|
|
|
-
|
|
|
+ <view class="flex val">{{parseFloat(item.refundPrice)}} <view class="iconfont iconxiangyou"></view> </view>
|
|
|
|
|
|
</view>
|
|
|
</block>
|