提交 0dc646c7 authored 作者: pengxiaohui's avatar pengxiaohui

Merge branch 'master' of gitlab.ezijing.com:webapp/shop-h5

......@@ -131,7 +131,7 @@ export default {
params.customer_id = this.user.id
params.customer_phone = this.user.phone || ''
params.buy_count = (params.buy_count).toString()
params.redirect_url = encodeURIComponent(this.order_details_url)
params.redirect_url = this.order_details_url
this.payment_method = params.payment_method
if (params.payment_method === '3') {
params.open_id = this.openId
......
......@@ -170,7 +170,7 @@ export default {
customer_phone: item.customer_phone,
payment_money: item.payment_money,
app_button_text: item.app_button_text,
redirect_url: encodeURIComponent(this.order_details_url)
redirect_url: this.order_details_url
}
if (this.isWxBrowser) {
if (this.openId) {
......
......@@ -104,7 +104,7 @@ export default {
customer_phone: item.customer_phone,
payment_money: item.payment_money,
app_button_text: item.app_button_text,
redirect_url: encodeURIComponent(this.order_details_url)
redirect_url: this.order_details_url
}
if (this.isWxBrowser) {
if (this.openId) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论