|
|
@@ -260,7 +260,7 @@ define(['app/app'], function (app) {
|
|
|
toaster.pop('error', '请输入用户手机号码');
|
|
|
return;
|
|
|
}
|
|
|
- if (!$scope.userTelSuccess || !$scope.userEmailSuccess) {
|
|
|
+ if ($scope.userTelError || $scope.userEmailError) {
|
|
|
toaster.pop('error', '请输入正确的信息后提交');
|
|
|
return;
|
|
|
}
|