|
|
@ -428,7 +428,7 @@ function dianboyiji() { |
|
|
|
}else if(objdata.error['fl']){ |
|
|
|
}else if(objdata.error['fl']){ |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: objdata.error['fl'], |
|
|
|
title: objdata.error['fl'], |
|
|
|
url: MY_RULE + '#noHistory#', |
|
|
|
url: MY_URL + '#noHistory#', |
|
|
|
col_type: 'text_center_1' |
|
|
|
col_type: 'text_center_1' |
|
|
|
});
|
|
|
|
});
|
|
|
|
} |
|
|
|
} |
|
|
@ -461,13 +461,13 @@ function dianboyiji() { |
|
|
|
}else if(objdata.error['vod']){ |
|
|
|
}else if(objdata.error['vod']){ |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: objdata.error['vod'], |
|
|
|
title: objdata.error['vod'], |
|
|
|
url: MY_RULE + '#noHistory#', |
|
|
|
url: MY_URL + '#noHistory#', |
|
|
|
col_type: 'text_center_1' |
|
|
|
col_type: 'text_center_1' |
|
|
|
});
|
|
|
|
});
|
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: '列表为空', |
|
|
|
title: '列表为空', |
|
|
|
url: MY_RULE + '#noHistory#', |
|
|
|
url: MY_URL + '#noHistory#', |
|
|
|
col_type: 'text_center_1' |
|
|
|
col_type: 'text_center_1' |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|