Browse Source

注册钱包

Panda 1 week ago
parent
commit
2df4efee84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/library/Auth.php

+ 1 - 1
application/common/library/Auth.php

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