Commit 28370039 authored by liujiangnan's avatar liujiangnan

feat

parent 50eb3725
...@@ -89,7 +89,8 @@ new Vue({ ...@@ -89,7 +89,8 @@ new Vue({
this.fileData= { this.fileData= {
name: file.name, name: file.name,
url: response.url, url: response.url,
ppt_html: response.ppt_html ppt_html: response.ppt_html,
pdf_url: response.pdf_url,
}; };
window.courseware.setData(this.fileData,null,key); window.courseware.setData(this.fileData,null,key);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment