更新 'SrcJuying.js'

pull/1/head
src48597962 2 years ago
parent 1a363828b1
commit c5e8276666
  1. 12
      SrcJuying.js

@ -534,8 +534,16 @@ function sousuo() {
try{ try{
if(MY_PAGE==1){ if(MY_PAGE==1){
let name = MY_URL.split('##')[1]; let name = MY_URL.split('##')[1];
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js'); if(name){
xunmi(name,false,true); 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{ }else{
setResult([]); setResult([]);
} }

Loading…
Cancel
Save