家族周期修复

master
1076390229 2025-08-06 20:21:46 +08:00
parent ae30a4f9b2
commit 01d35b8332
2 changed files with 6 additions and 2 deletions

View File

@ -220,8 +220,6 @@ function M:init(url)
--FamilyChatRoom:Show(self.ChatRoomData)
self.com_FamilyChatRoom:Show()
end)
self:Reflash()
end
function M:Reflash()

View File

@ -688,4 +688,10 @@ function M:OnResult1(...)
end
end
function M:Show()
MainView.Show(self)
print(self._room)
end
return M