提交 d72373ad authored 作者: pengxiaohui's avatar pengxiaohui

支付宝支付增加回调地址

上级 d12d087c
...@@ -221,16 +221,11 @@ export default { ...@@ -221,16 +221,11 @@ export default {
console.log('下单失败') console.log('下单失败')
} }
} }
} else if (payType === '4') { } else if (payType === '4' || payType === '12') {
// 微信外微信h5支付 // 微信外微信h5支付和支付宝网页支付
window.sessionStorage.setItem('isBackFormH5Pay', 1) window.sessionStorage.setItem('isBackFormH5Pay', 1)
window.sessionStorage.setItem('payment_order_id', res.payment_order_id) window.sessionStorage.setItem('payment_order_id', res.payment_order_id)
window.location.href = res.payment_url + '&redirect_url=' + encodeURIComponent(window.location.href) window.location.href = res.payment_url + '&redirect_url=' + encodeURIComponent(window.location.href)
} else if (payType === '12') {
// 支付宝网页支付
window.sessionStorage.setItem('isBackFormH5Pay', 1)
window.sessionStorage.setItem('payment_order_id', res.payment_order_id)
window.location.href = res.payment_url
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论