From 68b6306c598005b3dd94d155684ec31f403c0a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 11 Aug 2022 14:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E8=AF=8D=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wechat/controller/Auto.php | 4 ++-- app/wechat/controller/Keys.php | 25 +++----------------- app/wechat/view/keys/form.html | 41 ++++++++++++--------------------- app/wechat/view/keys/index.html | 12 ++++++++-- app/wechat/view/menu/index.html | 1 + 5 files changed, 31 insertions(+), 52 deletions(-) diff --git a/app/wechat/controller/Auto.php b/app/wechat/controller/Auto.php index 2492c7959..e4188ce61 100644 --- a/app/wechat/controller/Auto.php +++ b/app/wechat/controller/Auto.php @@ -20,6 +20,7 @@ use app\wechat\model\WechatAuto; use think\admin\Controller; use think\admin\extend\CodeExtend; use think\admin\helper\QueryHelper; +use think\admin\service\SystemService; /** * 关注自动回复 @@ -98,8 +99,7 @@ class Auto extends Controller $data['code'] = CodeExtend::uniqidNumber(18, 'AM'); } if ($this->request->isGet()) { - $public = dirname($this->request->basefile(true)); - $this->defaultImage = "{$public}/static/theme/img/image.png"; + $this->defaultImage = SystemService::uri('/static/theme/img/image.png', '__FULL__'); } else { $data['content'] = strip_tags($data['content'] ?? '', ''); } diff --git a/app/wechat/controller/Keys.php b/app/wechat/controller/Keys.php index abe8f45b6..dcb88cee9 100644 --- a/app/wechat/controller/Keys.php +++ b/app/wechat/controller/Keys.php @@ -20,6 +20,7 @@ use app\wechat\model\WechatKeys; use app\wechat\service\WechatService; use think\admin\Controller; use think\admin\helper\QueryHelper; +use think\admin\service\SystemService; use think\exception\HttpResponseException; /** @@ -125,7 +126,6 @@ class Keys extends Controller /** * 配置订阅回复 * @auth true - * @menu true */ public function subscribe() { @@ -136,7 +136,6 @@ class Keys extends Controller /** * 配置默认回复 * @auth true - * @menu true */ public function defaults() { @@ -153,28 +152,10 @@ class Keys extends Controller { if ($this->request->isPost()) { $map = [['keys', '=', $data['keys']], ['id', '<>', $data['id'] ?? 0]]; - if (WechatKeys::mk()->where($map)->count() > 0) { - $this->error('该关键字已经存在!'); - } + if (WechatKeys::mk()->where($map)->count() > 0) $this->error('关键字已经存在!'); $data['content'] = strip_tags($data['content'] ?? '', ''); } elseif ($this->request->isGet()) { - $public = dirname($this->request->basefile(true)); - $this->defaultImage = "{$public}/static/theme/img/image.png"; - } - } - - /** - * 表单结果处理 - * @param boolean $result - */ - protected function _form_result(bool $result) - { - if ($result !== false) { - $iskeys = in_array(input('keys'), ['subscribe', 'default']); - $location = $iskeys ? 'javascript:$.form.reload()' : 'javascript:history.back()'; - $this->success('恭喜, 关键字保存成功!', $location); - } else { - $this->error('关键字保存失败, 请稍候再试!'); + $this->defaultImage = SystemService::uri('/static/theme/img/image.png', '__FULL__'); } } } diff --git a/app/wechat/view/keys/form.html b/app/wechat/view/keys/form.html index 8bcd5940b..a8a8d8b92 100644 --- a/app/wechat/view/keys/form.html +++ b/app/wechat/view/keys/form.html @@ -1,6 +1,3 @@ -{extend name="../../admin/view/main"} - -{block name="style"} -{/block} -{block name="content"}
公众号
@@ -41,7 +36,7 @@
- +
@@ -166,25 +161,21 @@
- -
-
- - - - - {if isset($vo['id'])}{/if} -
+
+
+ {if isset($vo['id'])}{/if} + {if isset($vo['code'])}{/if} + + +
-{/block} -{block name="script"} -{/block} \ No newline at end of file + }); + \ No newline at end of file diff --git a/app/wechat/view/keys/index.html b/app/wechat/view/keys/index.html index 398fcd69b..8bb7fd6d0 100644 --- a/app/wechat/view/keys/index.html +++ b/app/wechat/view/keys/index.html @@ -1,8 +1,16 @@ {extend name="../../admin/view/table"} {block name="button"} + + + + + + + + - + @@ -109,7 +117,7 @@