执行诗文意境绘制任务集
执行问诊任务集
@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}}{{step.progress}}
}
@if(shareData.images) {
@for(imageUrl of shareData.images;track imageUrl){
}
}