|
|
|
@ -382,7 +382,7 @@ function xunmi(name,data,ishkss) { |
|
|
|
|
let img = xpathArray(gethtml, jsondata.scVodNode+jsondata.scVodImg); |
|
|
|
|
let mark = xpathArray(gethtml, jsondata.scVodNode+jsondata.scVodMark)||""; |
|
|
|
|
var list = []; |
|
|
|
|
for(var j in title){dturl |
|
|
|
|
for(var j in title){ |
|
|
|
|
list.push({"id":/^http|\{vid}$/.test(href[j])?href[j]:href[j].replace(/\/.*?\/|\.html/g,''),"name":title[j],"pic":img[j],"desc":mark[j]}) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|