Browse Source

退货数量显示

wenjie 5 days ago
parent
commit
aa3b8a66e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/afterSales/afterSales.wxml

+ 1 - 1
pages/afterSales/afterSales.wxml

@@ -17,7 +17,7 @@
         <!-- 信息 -->
         <view class="goods-text">
           <view class="goods-title">{{item.orderItems[0].prodName}}</view>
-          <view class="goods-quantity">数量 :{{item.orderItems[0].prodCount}}件</view>
+          <view class="goods-quantity">数量 :{{item.orderItems[0].productCount}}件</view>
           <!-- 查看详情btn -->
           <view class="item-bottom clearfix" data-refundsn="{{item.refundSn}}" bindtap="toRefundDetails">
             <text class="view-details">查看详情</text>