update SrcJyXunmi.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent adcfce0e16
commit 0d3c920027
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      SrcJyXunmi.js

@ -481,7 +481,7 @@ function xunmierji(type,ua) {
var conts = [];
for (let i = 1; i < arts.length+1; i++) {
let contname = xpathArray(html, jsondata.dtNode+jsondata.dtUrlNode+'['+i+']'+jsondata.dtUrlSubNode+jsondata.dtUrlName);
let conturl = xpathArray(html, jsondata.dtNode+jsondata.dtUrlNode+'['+i+']'+jsondata.dtUrlSubNode+jsondata.dtUrlId);
let conturl = xpathArray(html, jsondata.dtNode+jsondata.dtUrlNode+'['+i+']'+jsondata.dtUrlSubNode+(jsondata.dtUrlId[0]!="/"?"/"+jsondata.dtUrlId:jsondata.dtUrlId);
let cont = [];
for (let j = 0; j < contname.length; j++) {
let urlid = jsondata.dtUrlIdR;

Loading…
Cancel
Save