From 9002337a6403a717015c15e1e6036212e5968030 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 7 Jan 2020 11:02:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=AE=E4=BF=A1=E8=8F=9C?= =?UTF-8?q?=E5=8D=95bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wechat/controller/Menu.php | 2 +- app/wechat/view/menu/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/wechat/controller/Menu.php b/app/wechat/controller/Menu.php index 72e9edd6e..5aeef5531 100644 --- a/app/wechat/controller/Menu.php +++ b/app/wechat/controller/Menu.php @@ -62,7 +62,7 @@ class Menu extends Controller if ($this->request->get('output') === 'json') { $where = [['keys', 'notin', ['subscribe', 'default']], ['status', '=', '1']]; $keys = $this->app->db->name('WechatKeys')->where($where)->order('sort desc,id desc')->select(); - $this->success('获取数据成功!', ['wechat_menud_ata' => sysdata($this->ckey), 'keysdata' => $keys]); + $this->success('获取数据成功!', ['menudata' => sysdata($this->ckey), 'keysdata' => $keys]); } else { $this->title = '微信菜单定制'; $this->fetch(); diff --git a/app/wechat/view/menu/index.html b/app/wechat/view/menu/index.html index 4999b6042..48d496b1d 100644 --- a/app/wechat/view/menu/index.html +++ b/app/wechat/view/menu/index.html @@ -183,6 +183,7 @@ $rootScope.$watch('item', function () { if ($rootScope.item.type === 'click') setTimeout(function () { form.render('select'); + $rootScope.item.key = $('[lay-filter="key"]').val(); }, 50) }, true);