diff --git a/SrcLastChapter.js b/SrcLastChapter.js index 08922a72..83dfe20e 100644 --- a/SrcLastChapter.js +++ b/SrcLastChapter.js @@ -11,12 +11,9 @@ function JY360(){ }else if(json.defaultepisode){ list = json.defaultepisode; setResult('更新至:' + list[0].period); - }else{ - setResult(''); } }catch(e){ log('获取最新失败>'+e.message); - setResult(''); } }