From 9ba507bed7688a1a9eee31255e40add8bf1a8689 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期日, 28 四月 2024 18:54:33 +0800 Subject: [PATCH] 书展bug --- pages/bibliographyList/index.js | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) diff --git a/pages/bibliographyList/index.js b/pages/bibliographyList/index.js index ee3e3b0..a4e6b10 100644 --- a/pages/bibliographyList/index.js +++ b/pages/bibliographyList/index.js @@ -54,19 +54,12 @@ navBarHeight: navBarHeight, barHeight: systInfo.statusBarHeight, }) - let event = { detail: { value: "0" } } - this.onTabsChange(event) - - - - - }, /** @@ -80,7 +73,8 @@ * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鏄剧ず */ onShow() { - console.log(this.data.value); + // console.log(this.data.value); + }, /** @@ -145,7 +139,7 @@ //楂樼瓑鏁欒偛 higherGet(keyword) { - console.log(keyword, 'keyword'); + // console.log(keyword, 'keyword'); let searchObj = { 'Name*': keyword, '||author*': keyword, @@ -178,12 +172,12 @@ res.datas.forEach(item => { item.determine = true }) - console.log(res, 789111); + // console.log(res, 789111); this.setData({ higherList: res.datas, higherTotal: res.total }) - console.log(this.data.higherList, '5555'); + // console.log(this.data.higherList, '5555'); this.setData({ loading: false, //寮�鍚鏋跺睆鍔犺浇 hidden: false, //鏄惁灞曠ず鍐呭 -- Gitblit v1.9.1