提交 bfba288f authored 作者: lihuihui's avatar lihuihui

updata

上级 24dcde1e
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
api.genOrder(params).then(response => { api.genOrder(params).then(response => {
this.order = response.data this.order = response.data
this.clearTime = setInterval(() => { this.clearTime = setInterval(() => {
this.getOrderStatus(this.order.order_no) this.getOrderStatus(this.order.id)
}, 1000) }, 1000)
// 调起微信支付 // 调起微信支付
this.wxPay() this.wxPay()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论