guo лет назад: 2
Родитель
Сommit
6bf1bd3a2f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/user/myOrder/mallOrderDetail.vue

+ 1 - 1
pages/user/myOrder/mallOrderDetail.vue

@@ -47,7 +47,7 @@
 			<view class="goodsName">{{orderData.OpenSheetQRCodeList.itemName}}</view>
 			<view class="informationLine2">
 				<view class="salePrice"><span
-						class="informationNum">¥</span>{{orderData.OpenSheetQRCodeList.totalPrice}}</view>
+						class="informationNum">¥</span>{{orderData.OpenSheetQRCodeList.salePrice}}</view>
 				<view class="informationNum" style="color: #999999;">
 					x{{orderData.OpenSheetQRCodeList.itemQty}}</view>
 			</view>