...
|
...
|
@@ -296,9 +296,9 @@ |
|
|
function video_index_url(index){
|
|
|
var city_id = getUrlParam('city_id');
|
|
|
if(city_id == ''){
|
|
|
$('.video_index_url').val('http://'+window.location.host+'?city_id=0&video_index='+index+'&#video_index_'+index);
|
|
|
$('.video_index_url').val('http://'+window.location.host+'/getMoreVideo?city_id=0&video_index='+index+'&#video_index_'+index);
|
|
|
}else{
|
|
|
$('.video_index_url').val('http://'+window.location.host+'?city_id='+city_id+'&video_index='+index+'&#video_index_'+index);
|
|
|
$('.video_index_url').val('http://'+window.location.host+'/getMoreVideo?city_id='+city_id+'&video_index='+index+'&#video_index_'+index);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|