Commit 7b073012 authored by liujiangnan's avatar liujiangnan

fix

parent a4bc3023
...@@ -14,7 +14,7 @@ new Vue({ ...@@ -14,7 +14,7 @@ new Vue({
window.courseware.getData((dt) => { window.courseware.getData((dt) => {
this.fileData = dt; this.fileData = dt;
},key); },key);
window['air'].getUploadVideoCallback = (url, data) => { window['air'].getUploadCallback = (url, data) => {
this.uploadUrl = url; this.uploadUrl = url;
this.uploadData = data; this.uploadData = data;
}; };
......
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