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