v1.0.0.0727

This commit is contained in:
maplemei 2019-07-27 16:35:23 +08:00
parent 5462a893a0
commit 80d87535c8

View File

@ -58,7 +58,7 @@ class Label extends Component{
}
}else{
if(sels.length && conf && conf.template){
html = conf.template({data, arr: sels});
html = conf.template(data, sels);
}else{
html = sels.map(sel => sel[name]).join(',')
}