zhengjinyi 2 년 전
부모
커밋
2ea5885f8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/user/order/order-sharedetails.vue

+ 1 - 1
pages/user/order/order-sharedetails.vue

@@ -84,7 +84,7 @@ export default {
 			this.OrderService.QueryOrderDetails({ shopOrderId: this.shopOrderId, userId: this.userId })
 				.then(response => {
 					let data = response.data
-					this.status = data.order.status
+					this.status = data.shopOrder.status
 					this.addressData = data.userInfo
 					this.orderInfo = data.shopOrder
 					this.shopOrderData = data.shopOrderList