| 
					
				 | 
			
			
				@@ -147,7 +147,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 验证结束 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     finish(value) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(value) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$api 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         .post('/user/sms/send', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           phone: this.phone, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -172,11 +171,12 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 1000) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         .catch(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          this.isShowCodeDialog = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.codeObj.isSuccess = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.codeObj.isFail = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          setTimeout(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.$refs.verification.refresh() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          }, 1500) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          // setTimeout(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          //   this.$refs.verification.refresh() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          // }, 1500) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 |