From 5109e97cb566608e443201204d07cbfc1c734e07 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 11 四月 2024 17:56:02 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- packageDomain/pages/sampleBookList/index.js | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/packageDomain/pages/sampleBookList/index.js b/packageDomain/pages/sampleBookList/index.js index 8ee6d3b..4264802 100644 --- a/packageDomain/pages/sampleBookList/index.js +++ b/packageDomain/pages/sampleBookList/index.js @@ -493,14 +493,10 @@ bottomLoading: false, isMoreData: list.length > 0 ? false : true, skeletonLoding: false, - loading: false }) } else { that.setData({ - bookList: [], - pageTotalCount: 0, skeletonLoding: false, - loading: false }) } } catch (error) { -- Gitblit v1.9.1