|
@@ -3,7 +3,7 @@
|
|
<navigation-bar title="订单详情"></navigation-bar>
|
|
<navigation-bar title="订单详情"></navigation-bar>
|
|
|
|
|
|
<scroll-view class="record-list" type="list" scroll-y bindscrolltolower="loadMore">
|
|
<scroll-view class="record-list" type="list" scroll-y bindscrolltolower="loadMore">
|
|
- <view class="order-status">
|
|
|
|
|
|
+ <view class="order-status" wx:if="{{statusList[status]}}">
|
|
<view class="status">
|
|
<view class="status">
|
|
<image src="{{ statusList[status].logo }}"></image>
|
|
<image src="{{ statusList[status].logo }}"></image>
|
|
<text>{{ statusList[status].title }}</text>
|
|
<text>{{ statusList[status].title }}</text>
|
|
@@ -52,11 +52,11 @@
|
|
</view>
|
|
</view>
|
|
<view class="order-item">
|
|
<view class="order-item">
|
|
<view class="title">退款金额</view>
|
|
<view class="title">退款金额</view>
|
|
- <view class="value">¥{{ goodsInfo.refundAmount }}</view>
|
|
|
|
|
|
+ <view class="value red">¥{{ goodsInfo.refundAmount }}</view>
|
|
</view>
|
|
</view>
|
|
<view class="order-item">
|
|
<view class="order-item">
|
|
<view class="title">退款路径</view>
|
|
<view class="title">退款路径</view>
|
|
- <view class="value red">{{ goodsInfo.refundStyleStr }}</view>
|
|
|
|
|
|
+ <view class="value">{{ goodsInfo.refundStyleStr }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</scroll-view>
|