用户装扮详情 修改

This commit is contained in:
2025-11-21 17:46:39 +08:00
parent 2b79407e37
commit 06059ac9cc
2 changed files with 99 additions and 100 deletions

View File

@@ -42,7 +42,6 @@ class Room extends GuildAdmin
// 房间列表
public function index()
{
echo model('api/Decorate')->user_decorate_detail($room_data['id'],7);
$guild_id = $this->guildId;
$page = input('page', 1);
$page_limit = input('page_limit', 30);