Browse Source

场景多显示的问题(advertiser)

bao.zhang 9 years ago
parent
commit
cc44b3351f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/webapp/assets/js/advertiser/operatoradGroup.js

+ 2 - 1
src/main/webapp/assets/js/advertiser/operatoradGroup.js

@@ -451,7 +451,7 @@ $(document).ready(function(){
 				var p_checked = check_input[i].checked;
 				if(check_input[i].checked ==true){
 					checked_id = check_input[i].value;
-				}
+				
 				if(checked_id==1){
 					var zone_url_place = ctx+"/advertiser/main/ad/target/operator-ad-group/palceList";
 					$.getJSON( zone_url_place, function(data){
@@ -471,6 +471,7 @@ $(document).ready(function(){
 						});
 			 		})	
 				}
+				}
 			}
 			
 		})