yiming
2024-03-27 3963ae3ae3ebc2908905bb1409799d7b883a802f
pages/bibliographyList/index.js
@@ -7,6 +7,7 @@
     * 页面的初始数据
     */
    data: {
      downloadLoadin: false,
      isMore: null,
      higherList: [],
      vocationalList: [],
@@ -253,6 +254,9 @@
    },
    downloadData(event) {
      this.setData({
        downloadLoadin: true
      })
      console.log(111);
      const item = event.currentTarget.dataset.item;
      // console.log(item.datas.freeFile.Value);
@@ -282,6 +286,13 @@
          console.log('下载文件失败', res);
        }
      });
      setTimeout(() => {
        this.setData({
          downloadLoadin: false
        });
      }, 2000);
    },
    onSearchSubmit: function (e) {
      const keyword = e.detail.value;