From 0375a599e25b7f27c57d8c00f801761d9cce8aa2 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 05 三月 2024 18:12:17 +0800 Subject: [PATCH] revert: 阿斯顿 --- pages/bibliographyList/index.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/bibliographyList/index.js b/pages/bibliographyList/index.js index dfa20f5..cab19a3 100644 --- a/pages/bibliographyList/index.js +++ b/pages/bibliographyList/index.js @@ -10,9 +10,9 @@ higherList: [], vocationalList: [], teacherList: [], - higherTotal: null, - vocationalTotal: null, - teacherTotal: null, + higherTotal: 0, + vocationalTotal: 0, + teacherTotal: 0, value: '', BarHeight: '', navBarHeight: '' @@ -34,6 +34,7 @@ this.setData({ BarHeight: sysInfo.statusBarHeight, navBarHeight: navBarHeight }) + @@ -223,6 +224,7 @@ }, downloadData(event) { + console.log(111); const item = event.currentTarget.dataset.item; // console.log(item.datas.freeFile.Value); const URL = 'http://182.92.203.7:3001/file/api/ApiDownload?md5=' + item.datas.freeFile.Value -- Gitblit v1.9.1