更新 'SrcJuying.js'

master
src48597962 9 months ago
parent ff4de5ad34
commit 3a6bd28851
  1. 6
      SrcJuying.js

@ -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'
}); });
} }

Loading…
Cancel
Save