|
@@ -552,9 +552,9 @@ class Auth
|
|
//追加
|
|
//追加
|
|
$userinfo['avatar'] = one_domain_image($userinfo['avatar']);
|
|
$userinfo['avatar'] = one_domain_image($userinfo['avatar']);
|
|
$userinfo['score'] = model('wallet')->getWallet($this->id,'score');//积分
|
|
$userinfo['score'] = model('wallet')->getWallet($this->id,'score');//积分
|
|
- $userinfo['withdraw_score'] = Db::name('user_withdraw')->where('user_id',$this->id)->where('status',1)->sum('score');//已兑换积分
|
|
|
|
- $userinfo['share_score'] = Db::name('user_score_log')->where('user_id',$this->id)->where('log_type','IN',[3,4])->sum('change_value');//分享奖励
|
|
|
|
- $userinfo['intro_number'] = Db::name('user')->where('intro_uid',$this->id)->count('id');//我的粉丝
|
|
|
|
|
|
+// $userinfo['withdraw_score'] = Db::name('user_withdraw')->where('user_id',$this->id)->where('status',1)->sum('score');//已兑换积分
|
|
|
|
+// $userinfo['share_score'] = Db::name('user_score_log')->where('user_id',$this->id)->where('log_type',3)->sum('change_value');//分享奖励
|
|
|
|
+// $userinfo['intro_number'] = Db::name('user')->where('intro_uid',$this->id)->count('id');//我的粉丝
|
|
|
|
|
|
//账号升级提醒
|
|
//账号升级提醒
|
|
$is_hualuo = $this->is_hualuo();
|
|
$is_hualuo = $this->is_hualuo();
|