From eb1d9fdfe616700090263f68f0dddef5a72a20dd Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 2 May 2023 08:13:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJu.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJu.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SrcJu.js b/SrcJu.js index 55935ce2..d0bdabfc 100644 --- a/SrcJu.js +++ b/SrcJu.js @@ -574,7 +574,7 @@ function erji() { 分页名.push(pageid==i?'““””'+it.title:it.title) }) d.push({ - title: 首页, + title: "首页", url: 分页数组[0].url, col_type: 'text_5', extra: { @@ -582,7 +582,7 @@ function erji() { } }) d.push({ - title: 上页, + title: "上页", url: pageid-1<0?"toast://已经是首页了":分页数组[pageid-1].url, col_type: 'text_5', extra: { @@ -590,7 +590,7 @@ function erji() { } }) d.push({ - title: 选择, + title: "选择", url: $(分页名, 3).select(() => { let 选择分页 = 分页数组.filter(it => { return it.title==input; @@ -603,7 +603,7 @@ function erji() { } }) d.push({ - title: 下页, + title: "下页", url: pageid+1>分页数组.length?"toast://已经是尾页了":分页数组[pageid+1].url, col_type: 'text_5', extra: { @@ -611,7 +611,7 @@ function erji() { } }) d.push({ - title: 尾页, + title: "尾页", url: 分页数组[分页数组.length].url, col_type: 'text_5', extra: {