|
|
|
@ -407,6 +407,8 @@ function getYiData(jkdata) { |
|
|
|
|
let vodimg = pdfh(it, extdata['分类片单图片']); |
|
|
|
|
let voddesc = pdfh(it, extdata['分类片单副标题']); |
|
|
|
|
if(vodname && vodid){ |
|
|
|
|
vodimg = /^\//.test(vodimg)?vodurlhead+vodimg:vodimg; |
|
|
|
|
vodimg = vodimg.includes('(')?vodimg.match(/(\'(.*?)\')/)[1]:vodimg; |
|
|
|
|
let arr = {"vod_url":vodid,"vod_name":vodname,"vod_desc":voddesc,"vod_pic":vodimg}; |
|
|
|
|
vodlists.push(arr); |
|
|
|
|
} |
|
|
|
|