Commit a4b528a6 by wangjian

1

parent aea8a84b
......@@ -128,8 +128,9 @@
if (res.code === 200) {
this.showPwdAlert = false
this.toast('支付成功', 1000)
ssetTimeout(function() {
this.$router.push('OrderDetail',{'orderId':res.data.orderId})
let that = this
setTimeout(function() {
that.$router.push('OrderDetail',{'orderId':res.data.orderId})
}, 1000);
} else {
this.toast(res.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment