@@ -141,7 +141,7 @@
},
//下一步
nextStep() {
- if (!this.verifyCode || !this.personId) {
+ if (!this.verifyCode) {
mui.toast('请获取并填写验证码');
} else {
this.isLoading = true;