|
|
|
@ -763,7 +763,7 @@ function getHistory(i){ |
|
|
|
|
title: item.title, |
|
|
|
|
url: item.ruleBaseUrl + '@rule=' + JSON.parse(item.params).find_rule, |
|
|
|
|
pic_url: item.picUrl, |
|
|
|
|
desc: item.lastClick?"足迹:"+item.lastClick.split('@@')[0]:"足迹:无", |
|
|
|
|
desc: item.lastClick?"足迹:"+item.lastClick.split('@@')[0].replace('““””<small>','').replace('</small>',''):"足迹:无", |
|
|
|
|
col_type: "movie_3", |
|
|
|
|
extra: extra |
|
|
|
|
}); |
|
|
|
|