修改
This commit is contained in:
@@ -232,7 +232,7 @@ export default {
|
||||
this.$u.api.getOrderInfo({
|
||||
order_id: id,
|
||||
}).then(res => {
|
||||
// console.log(res)
|
||||
console.log(res)
|
||||
if(res.errCode == 0) {
|
||||
this.orderInfo = res.data;
|
||||
this.setTitle(this.orderInfo.view_type);
|
||||
@@ -286,6 +286,7 @@ export default {
|
||||
toOtherPage(url) {
|
||||
this.$u.route('/pageE/order/' + url, {
|
||||
oid: this.orderInfo.order_id,
|
||||
type:this.orderInfo.view_type
|
||||
});
|
||||
},
|
||||
makePhone(phone) {
|
||||
|
||||
Reference in New Issue
Block a user