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