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