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