Browse Source

Update Item.php

邹景立 2 years ago
parent
commit
93fce3cbc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/data/controller/news/Item.php

+ 1 - 1
app/data/controller/news/Item.php

@@ -93,7 +93,7 @@ class Item extends Controller
     protected function _form_result(bool $state)
     {
         if ($state) {
-            $this->success('文章内容保存成功!', 'javascript:history.back()');
+            $this->success('文章保存成功!', 'javascript:history.back()');
         }
     }