Explorar el Código

Wesmiler 三勾多商户商城提交

wesmiler hace 4 años
padre
commit
9dc424593a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/shop/model/shop/User.php

+ 1 - 1
app/shop/model/shop/User.php

@@ -21,7 +21,7 @@ class User extends UserModel
         if (!$user = $this->where($where)->with(['app'])->find()) {
             return false;
         }
-        var_dump($user);
+        
         if (empty($user['app'])) {
             $this->error = '登录失败, 未找到应用信息';
             return false;