mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
v6.9.0
This commit is contained in:
@ -75,6 +75,11 @@ class UserIntegral extends Common
|
||||
'page_total' => $page_total,
|
||||
'data' => $data['data'],
|
||||
];
|
||||
if($this->page == 1)
|
||||
{
|
||||
$result['user_integral_header'] = IntegralService::UserIntegralPageHeader($this->user['id']);
|
||||
}
|
||||
|
||||
return ApiService::ApiDataReturn(SystemBaseService::DataReturn($result));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user