我需求是在分类序号=24时 分类颜色为红色,这段JS怎么没生效呢?
function(){
var ww = this;
if(ww ==24){
return "<font color='red'>"+ww+"</font>"
}else{
return ww;
}
不用写js,直接使用自带功能
可以看下你的 .cpt文件吗??
这个点了没?
if(ww==24){
return ""+ww+""
希望采纳