mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-23 11:58:41 +08:00
v1.6.6开始
This commit is contained in:
parent
0c9256751d
commit
c0e44a76d0
@ -1,3 +1,5 @@
|
|||||||
|
### [v1.6.6](https://gitee.com/koogua/course-tencent-cloud/releases/v1.6.6)(2023-08-15)
|
||||||
|
|
||||||
### [v1.6.5](https://gitee.com/koogua/course-tencent-cloud/releases/v1.6.5)(2023-07-15)
|
### [v1.6.5](https://gitee.com/koogua/course-tencent-cloud/releases/v1.6.5)(2023-07-15)
|
||||||
|
|
||||||
- 升级layui-v2.8.8
|
- 升级layui-v2.8.8
|
||||||
|
@ -68,9 +68,9 @@ class Topic extends Service
|
|||||||
$page = $pagerQuery->getPage();
|
$page = $pagerQuery->getPage();
|
||||||
$limit = $pagerQuery->getLimit();
|
$limit = $pagerQuery->getLimit();
|
||||||
|
|
||||||
$pageRepo = new TopicRepo();
|
$topicRepo = new TopicRepo();
|
||||||
|
|
||||||
return $pageRepo->paginate($params, $sort, $page, $limit);
|
return $topicRepo->paginate($params, $sort, $page, $limit);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTopic($id)
|
public function getTopic($id)
|
||||||
|
@ -16,7 +16,7 @@ class AppInfo
|
|||||||
|
|
||||||
protected $link = 'https://www.koogua.com';
|
protected $link = 'https://www.koogua.com';
|
||||||
|
|
||||||
protected $version = '1.6.5';
|
protected $version = '1.6.6';
|
||||||
|
|
||||||
public function __get($name)
|
public function __get($name)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user