bool inputPhoneValid({String? msg = '请输入正确的手机号'}) { if (!this.phoneValid()) { msg.toast(); return false; } return true; }