提交 8f25ad3d authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 444f9347
...@@ -160,7 +160,7 @@ export default { ...@@ -160,7 +160,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) {
......
...@@ -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) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论