提交 0ee9ed49 编写于 作者: guofeng.chen's avatar guofeng.chen

修改跳转

上级 79ff8d2c
src/images/wxpay.png

1.4 KB | W: | H:

src/images/wxpay.png

1.3 KB | W: | H:

src/images/wxpay.png
src/images/wxpay.png
src/images/wxpay.png
src/images/wxpay.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -296,7 +296,7 @@ export default { ...@@ -296,7 +296,7 @@ export default {
// openId: getAPPID(), // openId: getAPPID(),
orderId, orderId,
payChannel: 1, payChannel: 1,
tradeType: 3, tradeType: 4,
} }
this.POST('trade/center/mweb_prepay', data).then(res => { this.POST('trade/center/mweb_prepay', data).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
...@@ -335,7 +335,7 @@ export default { ...@@ -335,7 +335,7 @@ export default {
if (that.returnUrl) { if (that.returnUrl) {
query.returnUrl = that.returnUrl query.returnUrl = that.returnUrl
} }
that.$router.push('/prezult', query); that.$router.push({ path: '/prezult', query });
}, },
fail: function() { fail: function() {
that.$toast('支付失败,请重试~'); that.$toast('支付失败,请重试~');
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册