|  |  | @@ -100,7 +100,7 @@ Component({ | 
		
	
		
			
			|  |  |  | that.setData({ | 
		
	
		
			
			|  |  |  | allow_load: false, | 
		
	
		
			
			|  |  |  | loading: true, | 
		
	
		
			
			|  |  |  | content: "——— 在拉裤子就掉了啦 ———" | 
		
	
		
			
			|  |  |  | content: "——— 再拉裤子就掉了啦 ———" | 
		
	
		
			
			|  |  |  | }); | 
		
	
		
			
			|  |  |  | console.log("我已经加载完毕") | 
		
	
		
			
			|  |  |  | } | 
		
	
	
		
			
				|  |  | @@ -127,7 +127,7 @@ Component({ | 
		
	
		
			
			|  |  |  | } else { | 
		
	
		
			
			|  |  |  | that.setData({ | 
		
	
		
			
			|  |  |  | loading: true, | 
		
	
		
			
			|  |  |  | content: "——— 在拉裤子就掉了啦 ———" | 
		
	
		
			
			|  |  |  | content: "——— 再拉裤子就掉了啦 ———" | 
		
	
		
			
			|  |  |  | }) | 
		
	
		
			
			|  |  |  | setTimeout(function () { | 
		
	
		
			
			|  |  |  | that.setData({ | 
		
	
	
		
			
				|  |  | 
 |