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, }) } }) }