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

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

...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
params.customer_id = this.user.id params.customer_id = this.user.id
params.customer_phone = this.user.phone || '' params.customer_phone = this.user.phone || ''
params.buy_count = (params.buy_count).toString() 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 this.payment_method = params.payment_method
if (params.payment_method === '3') { if (params.payment_method === '3') {
params.open_id = this.openId params.open_id = this.openId
......
...@@ -170,7 +170,7 @@ export default { ...@@ -170,7 +170,7 @@ export default {
customer_phone: item.customer_phone, customer_phone: item.customer_phone,
payment_money: item.payment_money, payment_money: item.payment_money,
app_button_text: item.app_button_text, 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.isWxBrowser) {
if (this.openId) { if (this.openId) {
...@@ -429,4 +429,4 @@ export default { ...@@ -429,4 +429,4 @@ export default {
padding:0.2rem; padding:0.2rem;
} }
} }
</style> </style>
\ No newline at end of file
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
customer_phone: item.customer_phone, customer_phone: item.customer_phone,
payment_money: item.payment_money, payment_money: item.payment_money,
app_button_text: item.app_button_text, 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.isWxBrowser) {
if (this.openId) { if (this.openId) {
...@@ -294,4 +294,4 @@ export default { ...@@ -294,4 +294,4 @@ export default {
padding:0.2rem; padding:0.2rem;
} }
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论