任务集执行展示
执行诗文意境绘制任务集
执行问诊任务集
测试JSON
测试TestCompletion
@for(step of taskList;track step.title;){
@if(step.progress==0 && !step.error){
}
@if(step.progress!=0 && step.progress!=1){
}
@if(step.progress==1){
}
@if(step.error){
}
{{step.title}} @if(step.progress){{{step.progress * 100 | number:"2.0-0"}}%}
@if(step.error){
{{step.error}}
}
}
@if(shareData.images) {
@for(imageUrl of shareData.images;track imageUrl){
}
}
@if(shareData.diagResult){
{{shareData.diagResult.title}}
{{shareData.diagResult.desc}}
{{shareData.diagResult.content}}
}