|  |  | @@ -471,7 +471,7 @@ Page({ | 
		
	
		
			
			|  |  |  | targetAd: 2 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }).then(res => { | 
		
	
		
			
			|  |  |  | if (res && res.data) { | 
		
	
		
			
			|  |  |  | if (res.data.list.title) { | 
		
	
		
			
			|  |  |  | that.setData({ | 
		
	
		
			
			|  |  |  | xslist: res.data.list, | 
		
	
		
			
			|  |  |  | showQg:true | 
		
	
	
		
			
				|  |  | @@ -636,11 +636,7 @@ Page({ | 
		
	
		
			
			|  |  |  | // that.selectComponent("#rushtobyCard").getList(); | 
		
	
		
			
			|  |  |  | wx.stopPullDownRefresh(); | 
		
	
		
			
			|  |  |  | //爆款专区下拉刷新 | 
		
	
		
			
			|  |  |  | // that.selectComponent("#hot").getList(); | 
		
	
		
			
			|  |  |  | that.selectComponent("#hot").getChange(); | 
		
	
		
			
			|  |  |  | if(!that.kSize||!that.pSize){ | 
		
	
		
			
			|  |  |  | that.pSize = 0 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | that.selectComponent("#hot").getList(); | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | //加载更多 | 
		
	
		
			
			|  |  |  | onReachBottom: function() { | 
		
	
	
		
			
				|  |  | 
 |