Commit b8e0d5cf authored by liujiangnan's avatar liujiangnan

feat:

parent c22b31ae
......@@ -673,7 +673,7 @@ cc.Class({
template_description: this.courseItem.template_description,
result: JSON.stringify(answerObj),
}, (data) => {
answerObj.callback && answerObj.callback(JSON.stringify(data.row));
answerObj.callback && answerObj.callback(JSON.stringify(data.data));
});
}
window.courseware.addStar = this.addStar.bind(this);
......
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