diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index 0af92b2..ed56613 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -105,6 +105,7 @@ class Index extends Base ['content', ''], ]); $data['create_time'] = time(); + $data['reply_content'] = ''; $messageFormValidate = new MessageFormValidate(); if (!$messageFormValidate->check($data)) { $this->error($messageFormValidate->getError()); diff --git a/public/template/default/pc/index/msg.html b/public/template/default/pc/index/msg.html index 5deed25..915cce2 100644 --- a/public/template/default/pc/index/msg.html +++ b/public/template/default/pc/index/msg.html @@ -74,7 +74,7 @@