提交 79738e17 编写于 作者: guofeng.chen's avatar guofeng.chen

修改显示

上级 02723e68
...@@ -335,12 +335,14 @@ export default { ...@@ -335,12 +335,14 @@ export default {
if (that.returnUrl) { if (that.returnUrl) {
query.returnUrl = that.returnUrl query.returnUrl = that.returnUrl
} }
that.$router.push('prezult', query); that.$router.push('/prezult', query);
}, },
fail: function() { fail: function() {
that.$toast('支付失败,请重试~'); that.$toast('支付失败,请重试~');
}, },
cancel: function() {}, cancel: function() {
that.$toast('支付取消~');
},
complete: function() {}, complete: function() {},
}; };
chooseWXPay(payData); chooseWXPay(payData);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册