正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
@@ -286,9 +286,9 @@ | @@ -286,9 +286,9 @@ | ||
286 | function video_index_url(index){ | 286 | function video_index_url(index){ |
287 | var city_id = getUrlParam('city_id'); | 287 | var city_id = getUrlParam('city_id'); |
288 | if(city_id == ''){ | 288 | if(city_id == ''){ |
289 | - $('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id=0&video_index='+index+'&#video_index_'+index); | 289 | + $('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id=0&#video_index_'+index+'&video_index='+index); |
290 | }else{ | 290 | }else{ |
291 | - $('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id='+city_id+'&video_index='+index+'&#video_index_'+index); | 291 | + $('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id='+city_id+'&#video_index_'+index+'&video_index='+index); |
292 | } | 292 | } |
293 | } | 293 | } |
294 | 294 |
@@ -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+'/portal/region/getMoreVideo?city_id=0&video_index='+index+'&#video_index_'+index); | 299 | + $('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id=0&#video_index_'+index+'&video_index='+index); |
300 | }else{ | 300 | }else{ |
301 | - $('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id='+city_id+'&video_index='+index+'&#video_index_'+index); | 301 | + $('.video_index_url').val('http://'+window.location.host+'/portal/region/getMoreVideo?city_id='+city_id+'&#video_index_'+index+'&video_index='+index); |
302 | } | 302 | } |
303 | } | 303 | } |
304 | 304 |
-
请 注册 或 登录 后发表评论