From 83362179442b602bb5e6162e9848fcf49018c274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 8 Dec 2025 16:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=88=BF=E9=97=B4=E6=8E=92?= =?UTF-8?q?=E8=A1=8C=E5=92=8C=E9=BB=98=E8=AE=A4=E9=80=89=E6=8B=A9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Index.php b/application/api/controller/Index.php index 63a1411c..bbb2153d 100644 --- a/application/api/controller/Index.php +++ b/application/api/controller/Index.php @@ -69,7 +69,7 @@ class Index extends BaseCom } //给前面添加一组数据 - array_unshift($list, ['id' => -1, 'label_name' => '热门','default_index' => $is_default]); + array_unshift($list, ['id' => -1, 'label_name' => '热门','default_index' => $is_default, 'sort' => 99]); return V(1, '获取成功', $list); }