Commit 9c500069 authored by liujiangnan's avatar liujiangnan

feat: 添加描述

parent 0d523aa8
...@@ -670,6 +670,7 @@ cc.Class({ ...@@ -670,6 +670,7 @@ cc.Class({
engine_code: this.engineCode, engine_code: this.engineCode,
name: this.name, name: this.name,
template_name: this.courseItem.template_name, template_name: this.courseItem.template_name,
template_description: this.courseItem.template_description,
result: JSON.stringify(answerObj), result: JSON.stringify(answerObj),
}, (data) => { }, (data) => {
answerObj.callback && answerObj.callback(JSON.stringify(data.row)); answerObj.callback && answerObj.callback(JSON.stringify(data.row));
......
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