panda 4 tháng trước cách đây
mục cha
commit
7fb344840b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      application/common/library/Auth.php

+ 0 - 2
application/common/library/Auth.php

@@ -188,8 +188,6 @@ class Auth
 
             //注册钱包
             Db::name('user_wallet')->insertGetId(['user_id'=>$user->id]);
-            //注册用户活跃
-            Db::name('user_active')->insertGetId(['user_id'=>$user->id]);
 
             //注册成功的事件
             Hook::listen("user_register_successed", $this->_user, $data);