diff --git a/lua_probject/base_project/Game/View/FamilyView.lua b/lua_probject/base_project/Game/View/FamilyView.lua index 939d3519..fc31c8c6 100644 --- a/lua_probject/base_project/Game/View/FamilyView.lua +++ b/lua_probject/base_project/Game/View/FamilyView.lua @@ -43,7 +43,7 @@ function M:init(url) self.familyType.selectedIndex = 1 self:ConnetFamily(1, groups, true) else - self.familyType.selectedIndex = 3 + self:JoinFamily() end end) -------绑定成员战绩按钮