|
|
@@ -272,7 +272,7 @@ class AuthController extends PublicController
|
|
|
$get = Yii::$app->request->get();
|
|
|
$mobile = isset($get['mobile']) ? $get['mobile'] : 0;
|
|
|
if (stringUtil::isMobile($mobile) == false) {
|
|
|
- util::fail('请填写正常的手机号');
|
|
|
+ util::fail('请填写正确手机号');
|
|
|
}
|
|
|
$password = isset($get['password']) && !empty($get['password']) ? $get['password'] : '';
|
|
|
if (empty($password)) {
|