diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerListView.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerListView.lua index bc5da61f..669a4341 100644 --- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerListView.lua +++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerListView.lua @@ -136,7 +136,8 @@ function M:GetPartnerData(index, callback) if index == 0 then self.partner_data = {} end - ViewUtil.ShowModalWait(nil) + -- printlog("lingmeng log") + -- ViewUtil.ShowModalWait(true, "正在获取全部成员战绩信息", 0.01) local fgCtr = ControllerManager.GetController(NewGroupController) fgCtr:FG_GetPartnerList(self.group_id, 0, index, 10, function(res) ViewUtil.CloseModalWait() diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua index 7eb19aa2..d151b347 100644 --- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua +++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua @@ -334,7 +334,7 @@ function M:GetRecoedData(index, type) self.record_data = {} self.lst_record.numItems = 0 end - ViewUtil.ShowModalWait("正在获取数据中") + ViewUtil.ShowModalWait(true, "正在获取全部成员战绩", 0.01) local fgCtr = ControllerManager.GetController(NewGroupController) fgCtr:FG_GetMemberStat(self.group_id, 0, self._data_choosePlayyer.uid, index, 33, 3, self.begin_time, self.end_time, type, diff --git a/lua_probject/base_project/Game/View/ViewUtil.lua b/lua_probject/base_project/Game/View/ViewUtil.lua index c6d9d211..2bc7ded3 100644 --- a/lua_probject/base_project/Game/View/ViewUtil.lua +++ b/lua_probject/base_project/Game/View/ViewUtil.lua @@ -43,6 +43,7 @@ end local modal_wait_win = nil -- local modal_wait_win_url = "ui://Common/GlobalModalWaiting" function ViewUtil.ShowModalWait(blur_view, title, time) + printlog("lingmeng log", blur_view, title, time) local flag = type(blur_view) == "boolean" ViewUtil.CloseModalWait() ViewUtil.continue = coroutine.start( diff --git a/wb_new_ui/.objs/workspace.json b/wb_new_ui/.objs/workspace.json index 64d7eb7f..3a873dea 100644 --- a/wb_new_ui/.objs/workspace.json +++ b/wb_new_ui/.objs/workspace.json @@ -31,6 +31,8 @@ "ui://2d9xdj6zab5pcji", "ui://2d9xdj6znld2cjm", "ui://m7iejg46hsbhhjn", + "ui://m7iejg46imp57ihp", + "ui://m7iejg46f6brhww", "ui://m7iejg46t1hqhxw", "ui://2d9xdj6zlumrgj", "ui://2d9xdj6znlwcgk", @@ -47,7 +49,7 @@ "test.device": "720p Phone", "canvasColor": 10066329, "auxline2": true, - "doc.activeDoc": "ui://m7iejg46hsbhhjn", + "doc.activeDoc": "ui://m7iejg46f6brhww", "libview.twoColumn": false, "libview.expandedNodes": [ "27vd145b", @@ -63,7 +65,9 @@ "27vd145b", "/font/images/win/", "m7iejg46", - "/" + "/", + "m7iejg46", + "/mgr/" ], "auxline1": true, "snapToGrid": true,