mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[修复]因ThinkPHP升级导致微信关键字编辑功能
This commit is contained in:
parent
edf9413277
commit
daa06a8e3c
@ -151,8 +151,7 @@ class Keys extends BasicAdmin
|
||||
public function subscribe()
|
||||
{
|
||||
$this->assign('title', '编辑默认回复');
|
||||
$extend = ['keys' => 'subscribe'];
|
||||
return $this->_form($this->table, 'form', 'keys', $extend, $extend);
|
||||
return $this->_form($this->table, 'form', 'keys', [], ['keys' => 'subscribe']);
|
||||
}
|
||||
|
||||
|
||||
@ -167,8 +166,7 @@ class Keys extends BasicAdmin
|
||||
public function defaults()
|
||||
{
|
||||
$this->assign('title', '编辑无配置默认回复');
|
||||
$extend = ['keys' => 'default'];
|
||||
return $this->_form($this->table, 'form', 'keys', $extend, $extend);
|
||||
return $this->_form($this->table, 'form', 'keys', [], ['keys' => 'default']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user