mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修复微信图文选择器显示
This commit is contained in:
parent
d39a7d2fb1
commit
6711dde4d5
@ -16,7 +16,6 @@ namespace app\wechat\controller;
|
|||||||
|
|
||||||
use controller\BasicAdmin;
|
use controller\BasicAdmin;
|
||||||
use service\DataService;
|
use service\DataService;
|
||||||
use service\FileService;
|
|
||||||
use service\LogService;
|
use service\LogService;
|
||||||
use service\WechatService;
|
use service\WechatService;
|
||||||
use think\Db;
|
use think\Db;
|
||||||
@ -52,7 +51,7 @@ class News extends BasicAdmin {
|
|||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function select() {
|
public function select() {
|
||||||
$this->index();
|
return $this->index();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user