cp装扮修改

This commit is contained in:
2025-11-21 17:23:50 +08:00
parent 10370f0da5
commit 8d9659d0fa
2 changed files with 24 additions and 4 deletions

View File

@@ -26,7 +26,8 @@ class UserCp extends BaseCom
//Cp 空间
public function cpZone()
{
$reslut = model('UserCp')->cpZone($this->uid);
$user_id = input('user_id', 0);
$reslut = model('UserCp')->cpZone($user_id);
return V($reslut['code'], $reslut['msg'], $reslut['data']);
}