litian
2024-07-10 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d
packageBookService/pages/components/webView/index.js
@@ -32,7 +32,6 @@
        src: ''
      })
      if (options) {
        console.log(options)
        wx.setNavigationBarTitle({
          title: options.fileName,
          skeletonLoding: true
@@ -96,12 +95,10 @@
            const src = app.config.requestCtx + '/file/GetPdfPageImage?md5=' + data.md5 + '&index=' + (i + 1) + '&dpi=300'
            list.push(src)
          }
          console.log(list)
          that.setData({
            pdfList: list,
            skeletonLoding: false,
          })
        }
      })
    }