Commit 5793381a authored by liujiangnan's avatar liujiangnan

feat

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