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

bug fixes

上级 444f9347
......@@ -160,7 +160,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) {
......@@ -408,4 +408,4 @@ export default {
padding:0.2rem;
}
}
</style>
\ No newline at end of file
</style>
......@@ -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) {
......@@ -294,4 +294,4 @@ export default {
padding:0.2rem;
}
}
</style>
\ No newline at end of file
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论