fix:修复订单详情接口没有取值alipay_order_number字段
This commit is contained in:
parent
70bf73f486
commit
e6a81db651
|
@ -62,6 +62,7 @@
|
||||||
plaflam: 1,
|
plaflam: 1,
|
||||||
payResult: false,
|
payResult: false,
|
||||||
copyLink: '',
|
copyLink: '',
|
||||||
|
orderId:'',
|
||||||
redirect_url: '' //微信小程序链接
|
redirect_url: '' //微信小程序链接
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@ -118,6 +119,7 @@
|
||||||
this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段
|
this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段
|
||||||
this.redirect_url = res.data.wechat_redirect_url;
|
this.redirect_url = res.data.wechat_redirect_url;
|
||||||
this.payStatus = res.data.pay_status;
|
this.payStatus = res.data.pay_status;
|
||||||
|
this.orderId=res.data.alipay_order_number;
|
||||||
} else {
|
} else {
|
||||||
this.countdownFn();
|
this.countdownFn();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue