From ecbc81c918a288dc752b1634b3f545f795d992aa Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 20 三月 2024 16:15:41 +0800 Subject: [PATCH] 图书分类,图书列表样式修改,答题器优化 --- pages/bibliographyList/index.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/bibliographyList/index.js b/pages/bibliographyList/index.js index d3fee23..4c3cd21 100644 --- a/pages/bibliographyList/index.js +++ b/pages/bibliographyList/index.js @@ -15,7 +15,8 @@ teacherTotal: 0, value: '', BarHeight: '', - navBarHeight: '' + navBarHeight: '', + }, /** @@ -226,9 +227,9 @@ 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 + const URL = app.config.requestCtx + '/file/api/ApiDownload?md5=' + item.datas.freeFile.Value item.determine = false - + console.log(URL, 'URL'); setTimeout(() => { if (URL) { item.determine = true -- Gitblit v1.9.1