You need to sign in or sign up before continuing.
Commit 7b073012 authored by liujiangnan's avatar liujiangnan

fix

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