소스 검색

1.订单详情

guo 2 년 전
부모
커밋
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>