| 
					
				 | 
			
			
				@@ -5,21 +5,21 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div  autocomplete="off" class="ng-pristine ng-invalid ng-invalid-required"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <ul class="login-form login-form-1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <li><span class="p-ico user-ico"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <input type="text"  v-model="username" class="ui-ipt ng-pristine ng-valid" placeholder="手机号码"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <div class="wrong-tips ng-hide" v-show="err.loginError === 'two'">输入的用户名或者密码不正确,请确认</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <div class="wrong-tips ng-hide" v-show="err.loginErrorEnter">请输入正确的用户名密码以及验证码!</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <div class="wrong-tips ng-hide" v-show="err.loginError === 'one'">输入的用户名或者密码不正确,请确认</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <li><span class="p-ico"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <input type="text"  v-model="username" class="ui-ipt" placeholder="手机号码"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <div class="wrong-tips" v-show="err.loginError === 'two'">输入的用户名或者密码不正确,请确认</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <div class="wrong-tips" v-show="err.loginErrorEnter">请输入正确的用户名密码以及验证码!</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <div class="wrong-tips" v-show="err.loginError === 'one'">输入的用户名或者密码不正确,请确认</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <span class="p-ico code-ico"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <span href="javascript:void(0)" style="cursor:pointer" class="p-ico ng-scope"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <span class="p-ico"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <span href="javascript:void(0)" style="cursor:pointer" class="p-ico"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <input type="password"  v-model="password" class="ui-ipt ng-scope ng-pristine ng-valid" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               placeholder="密码"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          <li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <span class="p-ico picode-ico" @click="changeCode()"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <span class="p-ico " @click="changeCode()"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <input type="text"  v-model="code" class="ui-ipt ipt-s" placeholder="图形验证码" @click="!codeShow&&changeCode()" required="required"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="wrong-tips ng-hide" v-show="codeShow && code ==''">请输入正确的验证码,看不清?点击验证码刷新</div> 
			 |