diff --git a/SrcJuying.js b/SrcJuying.js index 7185647d..8bf6401c 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -534,8 +534,16 @@ function sousuo() { try{ if(MY_PAGE==1){ let name = MY_URL.split('##')[1]; - require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js'); - xunmi(name,false,true); + if(name){ + require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js'); + xunmi(name,false,true); + }else{ + setResult([{ + title: "当前小程序版本过低,需升级", + url: "海阔视界首页频道规则【聚影√】¥home_rule_url¥http://hiker.nokia.press/hikerule/rulelist.json?id=5102", + col_type: "text_1" + }]); + } }else{ setResult([]); }