From b6923adb7b6a5fcbe4a2eaa06e1ebe0e044ba0e2 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 28 三月 2024 14:22:42 +0800 Subject: [PATCH] 代码合并 --- pages/retrievalPage/index.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/pages/retrievalPage/index.js b/pages/retrievalPage/index.js index 3524d4a..663142c 100644 --- a/pages/retrievalPage/index.js +++ b/pages/retrievalPage/index.js @@ -122,11 +122,17 @@ //鏍囩鐨勫垏鎹� onTabsChange(event) { const value = event.detail.value + // if (this.data.bookData <= 0 || this.data.courseData <= 0 || this.data.digitalTextbooksData <= 0 || this.data.seminarData <= 0 || this.data.biblioClassificationData <= 0 || this.data.bookFairData <= 0) { + // this.setData({ + // isMore: true + // }) + // } if (value === '0') { this.setData({ tabValue: value, isMore: false }) + } else if (value === '1') { console.log(value, 'tab'); this.setData({ @@ -418,7 +424,7 @@ method: 'post', data: body }).then((resp) => { - // console.log(resp); + console.log(resp, 'resp'); //鍥句功 0 const data1 = resp[0] @@ -492,6 +498,9 @@ }) wx.stopPullDownRefresh() + + + }, bibliographyGet() { let bibliographyObj = {} -- Gitblit v1.9.1