diff --git a/application/index/controller/Order.php b/application/index/controller/Order.php index fff489a97..1368c4441 100755 --- a/application/index/controller/Order.php +++ b/application/index/controller/Order.php @@ -235,8 +235,7 @@ class Order extends Common $this->assign('msg', '参数有误'); return $this->fetch('public/tips_error'); } else { - $this->assign('url', urldecode($params['url'])); - $this->assign('order_no', $params['order_no']); + $this->assign('params', $params); return $this->fetch('qrcode_pay'); } } diff --git a/application/index/view/default/order/qrcode_pay.html b/application/index/view/default/order/qrcode_pay.html index 9b5eeff66..500c7f2fe 100644 --- a/application/index/view/default/order/qrcode_pay.html +++ b/application/index/view/default/order/qrcode_pay.html @@ -21,7 +21,7 @@