dedsudiyu hace 13 horas
padre
commit
19dde24743
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/views/login/login.vue

+ 1 - 1
pages/views/login/login.vue

@@ -82,7 +82,7 @@
 					this.verificationList.push(4)
 				}else if(val == 5){
 					const str = this.verificationList.join(''); 
-					if(str == '1423'){
+					if(str === '1423'){
 						uni.navigateTo({
 							url: '/pages/views/login/accountLogin'
 						});