From 32b94f640d9890d69eb143fe0f47f63c6823fd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Sat, 6 Jul 2019 12:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/courses/Resource/Fileslistitem.js | 34 ++++++------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/public/react/src/modules/courses/Resource/Fileslistitem.js b/public/react/src/modules/courses/Resource/Fileslistitem.js index 239fd34a4..c0a55ee80 100644 --- a/public/react/src/modules/courses/Resource/Fileslistitem.js +++ b/public/react/src/modules/courses/Resource/Fileslistitem.js @@ -28,13 +28,8 @@ class Fileslistitem extends Component{ this.props.Settingtypes(discussMessage.id) } showfiles=(value)=>{ - let newvalue=Base64.encode(value) let {discussMessage,coursesId}=this.props let file_id=discussMessage.id - let link = document.createElement('a'); - document.body.appendChild(link); - link.download = Base64.decode(newvalue); - let url="/files/"+file_id+"/histories.json" axios.get(url,{ params:{ @@ -43,24 +38,17 @@ class Fileslistitem extends Component{ }).then((result)=>{ if(result.data.attachment_histories.length===0){ - // link.href = result.data.url; - // link.style.display = 'none'; - // document.body.appendChild(link); - // link.click(); - //兼容火狐浏览器 - // let evt = document.createEvent("MouseEvents"); - // evt.initEvent("click", false, false); - // link.dispatchEvent(evt); - // document.body.removeChild(link); - // // window.location.href=result.data.url; - // let url = window.URL.createObjectURL(new Blob([result.data.url])); - // let link = document.createElement('a'); - // link.style.display = 'none'; - // link.href = url; - // link.setAttribute('download',result.data.title); - // document.body.appendChild(link); - // link.click(); - window.open=result.data.url; + let link = document.createElement('a'); + // link.href = window.URL.createObjectURL(new Blob([result.data.url])); + link.href = result.data.url; + link.download = result.data.title; + //兼容火狐浏览器 + console.log(link) + document.body.appendChild(link); + let evt = document.createEvent("MouseEvents"); + evt.initEvent("click", false, false); + link.dispatchEvent(evt); + document.body.removeChild(link); }else{ this.setState({ Showoldfiles:true,