Commit 751801a3 authored by liujiangnan's avatar liujiangnan

添加方法

parent 750385c9
...@@ -68,6 +68,12 @@ ...@@ -68,6 +68,12 @@
console.log("******local********"); console.log("******local********");
localStorage.setItem("courseware_data",JSON.stringify(data)); localStorage.setItem("courseware_data",JSON.stringify(data));
callback&&callback(); callback&&callback();
},
uploadUrl: function(){
return "";
},
uploadData: function(){
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