@@ -74,7 +74,6 @@ class UserCenter extends Base
//获取当日免费抽奖记录
$date = date('Y-m-d');
$now_date_count = Db::name('store_blind_box_log')->where('m_id',$this->uid)->where('date',$date)->where('is_free',0)->count();
-
if (!$user_info['invite_img'] || !$user_info['invite_address']){
$code = $user_info['invite_code'];
$invite_img = setintivecode($code);