diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index 064d7dd9..8c277822 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -337,7 +337,7 @@ function autoerji(url){ if(data.conts){ return data; }else{ - aierji(html,url); + return aierji(html,url); } } //AI二级 @@ -494,4 +494,5 @@ function aierji(html,url){ setResult(d2); } + return {}; } \ No newline at end of file