提交 9a126e06 authored 作者: lihuihui's avatar lihuihui

修改支付

上级 dcc2f6e6
......@@ -72,7 +72,7 @@ export default {
// 微信支付
wxPay() {
const options = this.order.options
const url = `https://web-pay.ezijing.com/wxpay/h5?app_id=${options.appId}&prepay_id=${this.productId}&redirect_uri=${window.location.href}`
const url = `https://web-pay.ezijing.com/wxpay/h5?app_id=${options.appId}&prepay_id=${this.order.prepay_id}&redirect_uri=${window.location.href}`
window.location.href = url
// window.WeixinJSBridge.invoke(
// 'getBrandWCPayRequest',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论