作者 景龙
1 个管道 的构建 通过 耗费 0 秒

调试视频定位

... ... @@ -286,9 +286,9 @@
function video_index_url(index){
var city_id = getUrlParam('city_id');
if(city_id == ''){
$('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id=0&#video_index_'+index+'&video_index='+index);
$('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id=0&video_index='+index+'&#video_index_'+index);
}else{
$('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id='+city_id+'&#video_index_'+index+'&video_index='+index);
$('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id='+city_id+'&video_index='+index+'&#video_index_'+index);
}
}
... ...
... ... @@ -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+'/portal/region/getMoreVideo?city_id=0&#video_index_'+index+'&video_index='+index);
$('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id=0&video_index='+index+'&#video_index_'+index);
}else{
$('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id='+city_id+'&#video_index_'+index+'&video_index='+index);
$('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id='+city_id+'&video_index='+index+'&#video_index_'+index);
}
}
... ...