|
|
|
@ -391,6 +391,7 @@ function xunmi(name,data) { |
|
|
|
|
let search = list.map((list)=>{ |
|
|
|
|
let vodname = list.name; |
|
|
|
|
if(vodname.indexOf(name)>-1){ |
|
|
|
|
if(vodname!=name){vodname = vodname.replace(name,'‘‘’’<font color=red>'+name+'</font>')} |
|
|
|
|
let vodpic = list.pic.replace('/tu.php?tu=','').replace('/img.php?url=',''); |
|
|
|
|
let voddesc = list.desc?list.desc:""; |
|
|
|
|
let appname = '‘‘’’<font color=#f13b66a>'+obj.name+'</font>'; |
|
|
|
|