yiming
2024-03-05 0375a599e25b7f27c57d8c00f801761d9cce8aa2
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