|
@@ -73,15 +73,14 @@
|
|
|
},
|
|
|
onLoad(option){
|
|
|
this.orderID = option.orderID
|
|
|
- // this.orderID = 11315
|
|
|
+ this.userID = option.userId
|
|
|
this.initOrderDetaileData()
|
|
|
},
|
|
|
methods: {
|
|
|
initOrderDetaileData(){//初始化页面数据@参数:订单ID
|
|
|
- this.OrderService.QueryOrderDetails({ orderID : this.orderID }).then(response =>{
|
|
|
+ this.OrderService.QueryOrderDetails({ orderID : this.orderID,userId : this.userID }).then(response =>{
|
|
|
let resData = response.data;
|
|
|
this.isRequest = true
|
|
|
- this.userID = resData.order.userID
|
|
|
this.status = resData.order.status
|
|
|
this.addressData = resData.userInfo
|
|
|
this.information = resData.order
|