From ca4d6cbcd831c9747be199612d99150760327d62 Mon Sep 17 00:00:00 2001 From: toogee Date: Mon, 12 Oct 2020 13:15:02 +0800 Subject: [PATCH] replys edit --- app/index/controller/Comment.php | 1 + view/taoler/index/login/login.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index/controller/Comment.php b/app/index/controller/Comment.php index 75d53eb..bac4689 100644 --- a/app/index/controller/Comment.php +++ b/app/index/controller/Comment.php @@ -51,6 +51,7 @@ class Comment extends BaseController $comms = CommentModel::find($id); $res['rows'] = []; if($comms) { + $res['status'] = 0; $res['rows']['content'] = $comms['content']; } return json($res); diff --git a/view/taoler/index/login/login.html b/view/taoler/index/login/login.html index 4bc04c3..c876ee2 100644 --- a/view/taoler/index/login/login.html +++ b/view/taoler/index/login/login.html @@ -37,7 +37,6 @@
- 忘记密码?