diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupGameSettingView_jaingxi.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupGameSettingView_jaingxi.lua index e5a0fbe6..271fb8f7 100644 --- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupGameSettingView_jaingxi.lua +++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupGameSettingView_jaingxi.lua @@ -15,7 +15,6 @@ function GroupGameSettingView.new(blur_view, gid, pid, room_config, callback) self._animation = false --self._full = true self._full_offset = false - self.selectedIndex = index self._close_destroy = true self._put_map = false self._new_hide = false @@ -30,8 +29,6 @@ function GroupGameSettingView.new(blur_view, gid, pid, room_config, callback) self.room_config_config = json.decode(room_config.config) end - - self.rewards_data = {} self.callback = callback --self._full = true @@ -585,6 +582,7 @@ function M:FillFagData() play.xipai_rewardValueType = self.hpData.xipai_rewardValueType play.anchou_rewardValueType = 1 _data.maxPlayers = res.Data.maxPlayers + _data.gameType = res.Data.gameType play.config = json.encode(_data) play.hp_times = self.hpData.times play.maxPlayers = _data.maxPlayers @@ -626,6 +624,7 @@ function M:FillFagData() play.xipai_rewardValueType = self.hpData.xipai_rewardValueType play.anchou_rewardValueType = 1 _data.maxPlayers = res.Data.maxPlayers + _data.gameType = res.Data.gameType play.config = json.encode(_data) play.hp_times = self.hpData.times play.maxPlayers = _data.maxPlayers @@ -1085,6 +1084,7 @@ function M:FillFagData_jiangxi() play.xipai_rewardValueType = self.hpData.xipai_rewardValueType play.anchou_rewardValueType = 1 _data.maxPlayers = res.Data.maxPlayers + play.gameType = res.Data.gameType play.config = json.encode(_data) play.hp_times = self.hpData.times play.maxPlayers = _data.maxPlayers @@ -1126,6 +1126,7 @@ function M:FillFagData_jiangxi() play.xipai_rewardValueType = self.hpData.xipai_rewardValueType play.anchou_rewardValueType = 1 _data.maxPlayers = res.Data.maxPlayers + play.gameType = res.Data.gameType play.config = json.encode(_data) play.hp_times = self.hpData.times play.maxPlayers = _data.maxPlayers diff --git a/wb_new_ui/assets/Lobby/NumberRecord/Component/comp_numberRecordDetailChild.xml b/wb_new_ui/assets/Lobby/NumberRecord/Component/comp_numberRecordDetailChild.xml index a0614755..df9d0631 100644 --- a/wb_new_ui/assets/Lobby/NumberRecord/Component/comp_numberRecordDetailChild.xml +++ b/wb_new_ui/assets/Lobby/NumberRecord/Component/comp_numberRecordDetailChild.xml @@ -11,20 +11,21 @@ - + - + - + - + + @@ -35,6 +36,7 @@ + \ No newline at end of file diff --git a/wb_new_ui/assets/Lobby/Record.xml b/wb_new_ui/assets/Lobby/Record.xml index 4272cce1..6c456082 100644 --- a/wb_new_ui/assets/Lobby/Record.xml +++ b/wb_new_ui/assets/Lobby/Record.xml @@ -23,13 +23,27 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -45,10 +59,15 @@ - - + + + + + + + diff --git a/wb_new_ui/assets/Lobby/component/Record/Component/listChild_detailMain.xml b/wb_new_ui/assets/Lobby/component/Record/Component/listChild_detailMain.xml index 8d735109..1e69f634 100644 --- a/wb_new_ui/assets/Lobby/component/Record/Component/listChild_detailMain.xml +++ b/wb_new_ui/assets/Lobby/component/Record/Component/listChild_detailMain.xml @@ -6,18 +6,21 @@ - + - + +