This commit is contained in:
2020-09-11 20:15:49 +08:00
parent ad5ed4040c
commit 7a9c0eb53f
3 changed files with 17 additions and 6 deletions

View File

@@ -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) {