rabin 3 vuotta sitten
vanhempi
commit
16aa44537c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      learn/active/src/Auth.php

+ 1 - 1
learn/active/src/Auth.php

@@ -36,7 +36,7 @@ Class Auth
 				$ids = Dever::db('active/user')->insert($insert);
 			} else {
 				if ($pass) {
-					Dever::alert('用户不存在,请用验证码登录');
+					Dever::alert('用户不存在,请用手机号登录');
 				} else {
 					$where['mobile'] = $mobile;
 					$where['name'] = substr($mobile, 0, 3).'****'.substr($mobile, 7);