提交 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) {
...@@ -408,4 +408,4 @@ export default { ...@@ -408,4 +408,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论