更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent 7e1a5471fa
commit b616655dd5
  1. 6
      SrcJu.js

@ -575,7 +575,7 @@ function erji() {
}) })
d.push({ d.push({
title: "首页", title: "首页",
url: 分页数组[0].url, url: pageid==0?"toast://已经是首页了":分页数组[0].url,
col_type: 'text_5', col_type: 'text_5',
extra: { extra: {
cls: "loadlist" cls: "loadlist"
@ -591,7 +591,7 @@ function erji() {
}) })
d.push({ d.push({
title: "选择", title: "选择",
url: $(分页名, 3).select(() => { url: $(分页名, 3).select((分页数组) => {
let 选择分页 = 分页数组.filter(it => { let 选择分页 = 分页数组.filter(it => {
return it.title==input; return it.title==input;
}) })
@ -612,7 +612,7 @@ function erji() {
}) })
d.push({ d.push({
title: "尾页", title: "尾页",
url: 分页数组[分页数组.length-1].url, url: pageid==分页数组.length-1?"toast://已经是尾页了":分页数组[分页数组.length-1].url,
col_type: 'text_5', col_type: 'text_5',
extra: { extra: {
cls: "loadlist" cls: "loadlist"

Loading…
Cancel
Save