Commit c22b31ae authored by liujiangnan's avatar liujiangnan

feat: this指针

parent 6d7a8103
...@@ -582,7 +582,7 @@ ...@@ -582,7 +582,7 @@
"__id__": 7 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 13 "__id__": 13
...@@ -777,7 +777,7 @@ ...@@ -777,7 +777,7 @@
"__id__": 7 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 17 "__id__": 17
......
...@@ -676,7 +676,7 @@ cc.Class({ ...@@ -676,7 +676,7 @@ cc.Class({
answerObj.callback && answerObj.callback(JSON.stringify(data.row)); answerObj.callback && answerObj.callback(JSON.stringify(data.row));
}); });
} }
window.courseware.addStar = this.addStar; window.courseware.addStar = this.addStar.bind(this);
}, },
callNativeFunction(param) { callNativeFunction(param) {
......
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