Merge branch 'dev'

This commit is contained in:
2025-04-11 11:45:56 +08:00
9 changed files with 51 additions and 38 deletions

View File

@@ -147,7 +147,7 @@ class TopsNas extends BaseController
'id',
'pid',
'name',
'picture',
'picture'
])
->where('isshow', '=', 1)
->where('country_code', '=', $this->country_code)
@@ -264,7 +264,6 @@ class TopsNas extends BaseController
return $this->fetch();
}
// 根据分类获取文章
private function getArticleByCategory($categorys, $limit = null)
{