@@ -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'
});