1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-23 03:50:56 +08:00

v1.6.6开始

This commit is contained in:
xiaochong0302 2023-07-23 18:56:49 +08:00
parent 0c9256751d
commit c0e44a76d0
3 changed files with 5 additions and 3 deletions

View File

@ -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)
- 升级layui-v2.8.8

View File

@ -68,9 +68,9 @@ class Topic extends Service
$page = $pagerQuery->getPage();
$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)

View File

@ -16,7 +16,7 @@ class AppInfo
protected $link = 'https://www.koogua.com';
protected $version = '1.6.5';
protected $version = '1.6.6';
public function __get($name)
{