diff --git a/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua b/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua index 5b0b33af..abbfacfd 100644 --- a/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua +++ b/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua @@ -309,7 +309,10 @@ local function __fillRoomItem(self, index, item, room) MsgWindow.new( self._root_view, '确定解散该桌子吗?\r(解散该桌子没有任何结算信息,请谨慎操作)', - MsgWindow.MsgMode.OkAndCancel + MsgWindow.MsgMode.OkAndCancel, + nil, + nil, + { titleUrl = "ui://NewGroup/title_jiesan", openClose = true, closeZone = true } ) _curren_msg.onOk:Add( function() @@ -2208,8 +2211,8 @@ function M:__loadGroupData() btn_bxx.onClick:Set( function() local ctrNum = 1 - if (self.curGroup.lev==3 and self.curGroup.partnerLev>0) or self.curGroup.lev==1 or self.curGroup.lev==2 then - ctrNum=2 + if (self.curGroup.lev == 3 and self.curGroup.partnerLev > 0) or self.curGroup.lev == 1 or self.curGroup.lev == 2 then + ctrNum = 2 end local gmv = GroupMngFagPackView.new(self.curGroup.id, self._root_view, ctrNum, DataManager.SelfUser.account_id) diff --git a/wb_new_ui/assets/Common/MessageBox.xml b/wb_new_ui/assets/Common/MessageBox.xml index 88986122..1ae1a076 100644 --- a/wb_new_ui/assets/Common/MessageBox.xml +++ b/wb_new_ui/assets/Common/MessageBox.xml @@ -3,7 +3,6 @@ -