diff --git a/application/admin/controller/wechat/Autoreply.php b/application/admin/controller/wechat/Autoreply.php index 2b62300f..fe1977cb 100644 --- a/application/admin/controller/wechat/Autoreply.php +++ b/application/admin/controller/wechat/Autoreply.php @@ -43,6 +43,7 @@ class Autoreply extends Backend $response = WechatResponse::get(['eventkey' => $row['eventkey']]); $this->view->assign("response", $response); $this->view->assign("row", $row); + return $this->view->fetch(); } } diff --git a/application/admin/view/user/user/add.phtml b/application/admin/view/user/user/add.phtml index 3bee637f..bed7c2e4 100644 --- a/application/admin/view/user/user/add.phtml +++ b/application/admin/view/user/user/add.phtml @@ -179,7 +179,7 @@