guo před 2 roky
rodič
revize
6bf1bd3a2f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>