this.targetvalue改成你要的数
-------
function(){
var a=this.targetValue;
if(a==0){
return this.category+this.value;}
else {
return this.category+this.value+this.targetValue
}
var bl=this.targetValue;//目标值
if(bl==0){
return "";}