From 7715014e4e149a483569ed67d5933b4836b937d2 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 1 Jun 2024 09:38:25 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJuying.js b/SrcJuying.js index 3dbbb722..82b8f033 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -435,7 +435,7 @@ function dianboyiji() { let vodlists = objdata.vodlists || []; if(vodlists.length>0){ - vodLists.forEach(list=>{ + vodlists.forEach(list=>{ let vodname =list.vod_name.replace(/<\/?.+?\/?>/g,''); if(vodname){ d.push({ @@ -470,7 +470,7 @@ function dianboyiji() { }); } }catch(e){ - log(sourceData.name+'>调用一级数据异常>' + ' 错误行#' + e.lineNumber); + log(sourceData.name+'>调用一级数据异常>' + e.message + ' 错误行#' + e.lineNumber); } } deleteItemByCls("loading_gif");