From e5f45ec9c2eabaa3e4241caad2d49c3629eaf0c8 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 30 九月 2024 14:18:40 +0800 Subject: [PATCH] loading --- pages/bookExhibitionList/index.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pages/bookExhibitionList/index.js b/pages/bookExhibitionList/index.js index 91877cb..a3ce605 100644 --- a/pages/bookExhibitionList/index.js +++ b/pages/bookExhibitionList/index.js @@ -23,7 +23,7 @@ start: 0, size: 16, }, - keynoteValue: null, + keynoteValue: [], filteredItems: [], newValue: null, bookExhibitionList: [], @@ -172,6 +172,8 @@ * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜� */ onShareAppMessage() {}, + onShareTimeline() {}, + // 鍥剧墖鏁版嵁鐨勬帴鍙� bookExhibitionGet(newValue) { this.setData({ -- Gitblit v1.9.1