From bb45946d06c6c27fa71827fe17b3e9706ab63e50 Mon Sep 17 00:00:00 2001 From: hdx Date: Wed, 29 May 2024 10:50:24 +0800 Subject: [PATCH] =?UTF-8?q?chrod(long-list):=20=E7=A7=BB=E9=99=A4=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E4=B8=8D=E9=9C=80=E8=A6=81=E7=9A=84=20as=20=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/long-list/long-list.uvue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/template/long-list/long-list.uvue b/pages/template/long-list/long-list.uvue index a37e18e6..fcef5b27 100644 --- a/pages/template/long-list/long-list.uvue +++ b/pages/template/long-list/long-list.uvue @@ -61,22 +61,22 @@ type: 'UpdatedDate', name: '最新上架', preload: true - } as SwiperViewItem, + }, { type: 'FreeHot', name: '免费热榜', preload: false - } as SwiperViewItem, + }, { type: 'PaymentHot', name: '付费热榜', preload: false - } as SwiperViewItem, + }, { type: 'HotList', name: '热门总榜', preload: false - } as SwiperViewItem + } ] as SwiperViewItem[], swiperIndex: 0, pageScrollView: null as null | UniElement, -- GitLab