@@ -110,6 +110,10 @@ export default {
this.$toast('请填写正确的手机号码')
return false
}
+ if (this.phone == this.mobile) {
+ this.$toast('不能和原号码一样')
+ return false
+ }
if (!this.code) {
this.$toast('请先填写验证码')