Commit c22b31ae authored by liujiangnan's avatar liujiangnan

feat: this指针

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