Commit 5db5127b authored by 李维's avatar 李维

更新脚本引用

parent 02a84b99
...@@ -3684,7 +3684,7 @@ ...@@ -3684,7 +3684,7 @@
"score": { "score": {
"__uuid__": "22b14cf4-f840-4245-b8f0-191b685e7250" "__uuid__": "22b14cf4-f840-4245-b8f0-191b685e7250"
}, },
"_id": "e687yyoRBIzZAOVRL8Sseh" "_id": "cbcNAZs5VODrIJJMgpLiJA"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
......
...@@ -74,8 +74,8 @@ cc.Class({ ...@@ -74,8 +74,8 @@ cc.Class({
// 生命周期 start // 生命周期 start
onLoadEnd() { start() {
console.log("onLoadEnd") console.log("start")
let getData = this.getData.bind(this); let getData = this.getData.bind(this);
if (window && window.courseware) { if (window && window.courseware) {
getData = window.courseware.getData; getData = window.courseware.getData;
......
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