packageBookService/pages/bookServices/detail/components/tree/index.js
@@ -168,8 +168,10 @@ if (item.selectType == "document" || item.selectType == "pdf") { const fileLink = app.config.requestCtx + "/file/api/ApiDownload?md5=" + item.file; console.log(item, 'item789'); // freeFile const fileLink = item.file ? app.config.requestCtx + "/file/api/ApiDownload?md5=" + item.file : app.config.requestCtx + "/file/api/ApiDownload?md5=" + item.freeFile console.log(fileLink, "fileLink"); //提示加载中 util.showLoading();