Quellcode durchsuchen

使用账号登录

shish vor 4 Jahren
Ursprung
Commit
892d4088e0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app-mall/controllers/UserController.php

+ 1 - 1
app-mall/controllers/UserController.php

@@ -24,7 +24,7 @@ class UserController extends BaseController
         $mobile = $get['mobile'] ?? '';
         $password = $get['password'] ?? '';
         if ($password != 'a.1234') {
-            util::fail('密码错误')
+            util::fail('密码错误');
         }
         $user = UserClass::getByCondition(['mobile' => $mobile], true);
         if (empty($user)) {