alipaylife

This commit is contained in:
devil_gong
2018-12-21 18:42:47 +08:00
parent 392e8c0523
commit 66a5b6a2df
36 changed files with 525 additions and 327 deletions

View File

@ -44,7 +44,7 @@ class AppHomeNav extends Common
$params = input();
// 分页
$number = MyC('admin_page_number', 10, true);;
$number = MyC('admin_page_number', 10, true);
// 条件
$where = AppNavService::AppHomeNavListWhere($params);