diff --git a/service/Application/Home/Controller/OrderController.class.php b/service/Application/Home/Controller/OrderController.class.php index b272d1b89..39efd77ca 100755 --- a/service/Application/Home/Controller/OrderController.class.php +++ b/service/Application/Home/Controller/OrderController.class.php @@ -201,7 +201,7 @@ class OrderController extends CommonController $ret = OrderService::Pay($params); if($ret['code'] == 0) { - redirect($ret['data']); + redirect($ret['data']['data']); } else { $this->assign('msg', $ret['msg']); $this->display('/Public/TipsError');