From a99319ab2d7627267c385cc9e5792dc68a42d1c1 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期四, 11 四月 2024 17:55:37 +0800 Subject: [PATCH] 封面 --- pages/home/home.js | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/home/home.js b/pages/home/home.js index 063db05..1522c7c 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -36,7 +36,8 @@ shoppingCartGetId: [], baseRefresh: { value: false - } + }, + loading: true }, onShow() { this.loadHomePage(); @@ -111,11 +112,13 @@ const item = res.datas[i] list.push({ value: item.icon, - link: item.jsek_link + link: item.jsek_link, + }) } this.setData({ - bannerList: list + bannerList: list, + loading: false }) }) }, -- Gitblit v1.9.1