From ed45a5cd54556b7082d15bf022088270ea58b214 Mon Sep 17 00:00:00 2001 From: jevons0411 Date: Sat, 13 Aug 2022 00:19:23 +0800 Subject: [PATCH] Update SrcJyXunmi.js --- SrcJyXunmi.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/SrcJyXunmi.js b/SrcJyXunmi.js index 0d3bd175..80ddf64c 100644 --- a/SrcJyXunmi.js +++ b/SrcJyXunmi.js @@ -114,7 +114,15 @@ function xunmi(name,data,hkss) { } var d = []; - if(hkss!=1){ + d.push({ + title: '没有接口,无法搜索', + url: "hiker://empty", + col_type: "text_center_1", + extra: { + id: "loading" + } + }); + if(!hkss){ let grouplist = datalist.map((list)=>{ return list.group||list.type; }) @@ -192,14 +200,6 @@ function xunmi(name,data,hkss) { } }); } - d.push({ - title: count>0?'加载中...':'没有接口,无法搜索', - url: "hiker://empty", - col_type: "text_center_1", - extra: { - id: "loading" - } - }); d.push({ title: '
', col_type: 'rich_text'