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

调试视频定位

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