|
|
@ -382,7 +382,7 @@ function erji() { |
|
|
|
title: erjidetails.detail1 || "", |
|
|
|
title: erjidetails.detail1 || "", |
|
|
|
desc: erjidetails.detail2 || "", |
|
|
|
desc: erjidetails.detail2 || "", |
|
|
|
pic_url: erjidetails.img, |
|
|
|
pic_url: erjidetails.img, |
|
|
|
url: details.detailurl || surl, |
|
|
|
url: details.detailurl || (surl+'#noRecordHistory##noHistory#'), |
|
|
|
col_type: 'movie_1_vertical_pic_blur', |
|
|
|
col_type: 'movie_1_vertical_pic_blur', |
|
|
|
extra: detailextra |
|
|
|
extra: detailextra |
|
|
|
}) |
|
|
|
}) |
|
|
@ -571,6 +571,20 @@ function erji() { |
|
|
|
extra: { |
|
|
|
extra: { |
|
|
|
cls: "loadlist", |
|
|
|
cls: "loadlist", |
|
|
|
longClick: [{ |
|
|
|
longClick: [{ |
|
|
|
|
|
|
|
title: "切换类型", |
|
|
|
|
|
|
|
js: $.toString(() => { |
|
|
|
|
|
|
|
let sm; |
|
|
|
|
|
|
|
if(getItem('searchMatch','1')=="1"){ |
|
|
|
|
|
|
|
setItem('searchMatch','2'); |
|
|
|
|
|
|
|
sm = "取消换源搜索精准匹配名称"; |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
clearItem('searchMatch'); |
|
|
|
|
|
|
|
sm = "换源搜索精准匹配名称"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
refreshPage(false); |
|
|
|
|
|
|
|
return "toast://"+sm; |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
},{ |
|
|
|
title: "精准匹配:"+(getItem('searchMatch','1')=="1"?"是":"否"), |
|
|
|
title: "精准匹配:"+(getItem('searchMatch','1')=="1"?"是":"否"), |
|
|
|
js: $.toString(() => { |
|
|
|
js: $.toString(() => { |
|
|
|
let sm; |
|
|
|
let sm; |
|
|
|