Commit a4b528a6 by wangjian

1

parent aea8a84b
...@@ -128,8 +128,9 @@ ...@@ -128,8 +128,9 @@
if (res.code === 200) { if (res.code === 200) {
this.showPwdAlert = false this.showPwdAlert = false
this.toast('支付成功', 1000) this.toast('支付成功', 1000)
ssetTimeout(function() { let that = this
this.$router.push('OrderDetail',{'orderId':res.data.orderId}) setTimeout(function() {
that.$router.push('OrderDetail',{'orderId':res.data.orderId})
}, 1000); }, 1000);
} else { } else {
this.toast(res.message) 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