更新 'SrcJuying.js'

master
src48597962 9 months ago
parent 7dc45e3fc7
commit 5c28155697
  1. 8
      SrcJuying.js

@ -326,7 +326,7 @@ function dianboerji() {
//点播一级 //点播一级
function dianboyiji() { function dianboyiji() {
addListener("onClose", $.toString(() => { addListener("onClose", $.toString(() => {
clearMyVar('动态加载loading'); clearMyVar('点播动态加载loading');
clearMyVar('搜索临时搜索数据'); clearMyVar('搜索临时搜索数据');
})); }));
let d = []; let d = [];
@ -352,7 +352,7 @@ function dianboyiji() {
col_type: "icon_3_round_fill" col_type: "icon_3_round_fill"
}) })
d.push({ d.push({
title: "搜索", title: "占位",
url: $('#noLoading#').lazyRule(() => { url: $('#noLoading#').lazyRule(() => {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js');
return selectSource(); return selectSource();
@ -395,7 +395,7 @@ function dianboyiji() {
}else{ }else{
setPageTitle(sourceGroup+'_'+sourceName); setPageTitle(sourceGroup+'_'+sourceName);
if (typeof(setPreResult)!="undefined" && getMyVar('动态加载loading')!='1') { if (typeof(setPreResult)!="undefined" && getMyVar('点播动态加载loading')!='1') {
d.push({ d.push({
title: "", title: "",
url: "hiker://empty", url: "hiker://empty",
@ -415,7 +415,7 @@ function dianboyiji() {
}) })
setPreResult(d); setPreResult(d);
d = []; d = [];
putMyVar('动态加载loading', '1'); putMyVar('点播动态加载loading', '1');
} }
} }

Loading…
Cancel
Save