|
@@ -3,7 +3,7 @@
|
|
<view class="historical flex-column">
|
|
<view class="historical flex-column">
|
|
<view class="historical-style flex-column">
|
|
<view class="historical-style flex-column">
|
|
<!-- 内容 -->
|
|
<!-- 内容 -->
|
|
- <view class="historical-content flex-column" wx:for="{{orderList}}" wx:key="index" data-id="{{item.id}}">
|
|
|
|
|
|
+ <view class="historical-content flex-column" wx:for="{{orderList}}" wx:key="index" data-ordersn="{{item.orderSn}}">
|
|
<view class="content-hm flex-column">
|
|
<view class="content-hm flex-column">
|
|
<view class="content-head flex-row">
|
|
<view class="content-head flex-row">
|
|
<view class="content-head-date">{{item.payedAt}}</view>
|
|
<view class="content-head-date">{{item.payedAt}}</view>
|
|
@@ -21,7 +21,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="content-line"></view>
|
|
<view class="content-line"></view>
|
|
- <view class="content-lower flex-row" catchtap="getCompletion">
|
|
|
|
|
|
+ <view class="content-lower flex-row" data-ordersn="{{item.orderSn}}" catchtap="getCompletion">
|
|
<view class="lower-total">共{{item.goodsList.length}}件商品 合计¥{{item.payPriceFormatter}}</view>
|
|
<view class="lower-total">共{{item.goodsList.length}}件商品 合计¥{{item.payPriceFormatter}}</view>
|
|
<view class="lower-order-style flex-row">
|
|
<view class="lower-order-style flex-row">
|
|
<view class="lower-order-text">订单详情</view>
|
|
<view class="lower-order-text">订单详情</view>
|