Commit 95aa92da authored by limingzhe's avatar limingzhe

fix: 上报数据 detail

parent 7f22a4bd
......@@ -25,6 +25,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
select: [
{label: '评测', value: 'ai'},
{label: '日期', value: 'date'},
{label: '时间', value: 'time'},
{label: '人名', value: 'name'},
......@@ -33,7 +34,15 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
{label: '电器', value: 'device'},
{label: '方位', value: 'side'},
{label: '工作', value: 'work'},
{label: '形容词', value: 'adj'},
{label: '名词', value: 'NN'},
{label: '动词', value: 'VB'},
{label: '形容词', value: 'JJ'},
{label: '副词', value: 'RB'},
{label: '代词', value: 'WP'},
{label: '数词', value: 'CD'},
{label: '介词', value: 'IN'},
{label: '单词', value: 'word'},
],
label: '比对',
......
......@@ -2495,7 +2495,7 @@ export class PlayComponent implements OnInit, OnDestroy {
console.log('iconData : ', this.iconData);
this.createResultTextArr(text);
resolve({resultTextArr:this.resultTextArr, iconData: this.iconData});
resolve({resultTextArr:this.resultTextArr, iconData: this.iconData, detail: resData.detail});
// this.setComment(resData);
})
}
......
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