From a93cffcddc46421963f9772636bf67d527a88336 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 1 Sep 2024 16:22:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SrcJuying.js b/SrcJuying.js index 89fb3762..cfce3a72 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -655,7 +655,7 @@ function dianboyiji(testdata) { let sgroup = jkdata.group || jkdata.type; let sname = jkdata.name; if(!sgroup){ - sourceName = ''; + sname = ''; } if(MY_PAGE==1){ @@ -747,7 +747,7 @@ function dianboyiji(testdata) { col_type: "icon_3_round_fill" }) - if(!sourceName){ + if(!sname){ d.push({ col_type: "line_blank" }); @@ -761,7 +761,7 @@ function dianboyiji(testdata) { } }) }else{ - setPageTitle(sourceName); + setPageTitle(sname); if (typeof(setPreResult)!="undefined" && getMyVar('点播动态加载loading')!='1') { d.push({ @@ -851,7 +851,7 @@ function dianboyiji(testdata) { } } } - if(sourceName){ + if(sname){ try{ require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyData.js'); let yidata = getYiData(jkdata);