| 
					
				 | 
			
			
				@@ -127,7 +127,7 @@ class PQImageCropVC: PQBaseViewController, UIScrollViewDelegate { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let bottomView = UIView(frame: CGRect(x: 0, y: cScreenHeigth - cDevice_iPhoneTabBarHei, width: cScreenWidth, height: cDevice_iPhoneTabBarHei)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let deleteBtn = UIButton(frame: CGRect(x: cDefaultMargin, y: 0, width: cDevice_iPhoneTabBarHei, height: cDevice_iPhoneTabBarHei)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         bottomView.backgroundColor = PQBFConfig.shared.styleBackGroundColor 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        deleteBtn.setImage(UIImage(named: "icon_detail_back"), for: .normal) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        deleteBtn.setImage(UIImage.moduleImage(named: "icon_detail_back", moduleName: "BFCommonKit"), for: .normal) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         deleteBtn.addTarget(self, action: #selector(tappedClose), for: .touchUpInside) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         bottomView.addSubview(deleteBtn) 
			 |