Browse Source

注册钱包

Panda 1 tuần trước cách đây
mục cha
commit
2df4efee84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);