diff --git a/application/admin/controller/Config.php b/application/admin/controller/Config.php index a65af64d7..5d1d9273b 100644 --- a/application/admin/controller/Config.php +++ b/application/admin/controller/Config.php @@ -41,7 +41,7 @@ class Config extends Controller $this->title = '系统参数配置'; if ($this->request->isGet()) return $this->fetch(); foreach ($this->request->post() as $k => $v) sysconf($k, $v); - $this->success('系统参数配置保存成功!'); + $this->success('系统参数配置成功!'); } /** @@ -101,7 +101,7 @@ class Config extends Controller $this->error("阿里云OSS存储配置失效,{$e->getMessage()}"); } } else { - $this->success('文件存储配置保存成功!'); + $this->success('文件存储配置成功!'); } } } diff --git a/application/wechat/view/config/payment.html b/application/wechat/view/config/payment.html index a8b5afe19..cff63e314 100644 --- a/application/wechat/view/config/payment.html +++ b/application/wechat/view/config/payment.html @@ -1,7 +1,7 @@ {extend name="admin@main"} {block name="content"} -