From b403fad9028088b3aaa49c8557c3886088ed0fe0 Mon Sep 17 00:00:00 2001 From: hdm Date: Sat, 12 Mar 2022 13:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=A4=E6=B5=81QQ=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/index/main.html | 6 ++++-- app/note/view/index/add.html | 2 +- app/note/view/index/view.html | 2 +- app/oa/controller/Approve.php | 1 - 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/home/view/index/main.html b/app/home/view/index/main.html index 1002355..31610ac 100644 --- a/app/home/view/index/main.html +++ b/app/home/view/index/main.html @@ -150,9 +150,11 @@ BUG反馈 - hdm58@qq.com + hdm58@qq.com + + QQ交流群 - 24641076 + 搜Q群:24641076,或点击 gougucms交流群 同系开源软件 diff --git a/app/note/view/index/add.html b/app/note/view/index/add.html index 358dc82..370acec 100644 --- a/app/note/view/index/add.html +++ b/app/note/view/index/add.html @@ -31,7 +31,7 @@ - 公告展示期间* + 展示期间*
diff --git a/app/note/view/index/view.html b/app/note/view/index/view.html index 88b0bed..2afee14 100644 --- a/app/note/view/index/view.html +++ b/app/note/view/index/view.html @@ -15,7 +15,7 @@ - 公告展示期间 + 展示期间 {$note.start_time | date='Y-m-d'} - {$note.end_time | date='Y-m-d'} 状态 diff --git a/app/oa/controller/Approve.php b/app/oa/controller/Approve.php index 5d1cfcf..40bf74a 100644 --- a/app/oa/controller/Approve.php +++ b/app/oa/controller/Approve.php @@ -10,7 +10,6 @@ declare (strict_types = 1); namespace app\oa\controller; use app\base\BaseController; -use think\exception\ValidateException; use think\facade\Db; use think\facade\View;