Browse Source

订单详情全局触发

kk.shi 3 years ago
parent
commit
19197e1448
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/welfareMall/historical/historical.wxml

+ 2 - 2
pages/welfareMall/historical/historical.wxml

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