统计战绩0.01秒弹出

master
罗家炜 2025-09-28 21:06:33 +08:00
parent 36ee41b638
commit 2ee8b3156f
4 changed files with 10 additions and 4 deletions

View File

@ -136,7 +136,8 @@ function M:GetPartnerData(index, callback)
if index == 0 then if index == 0 then
self.partner_data = {} self.partner_data = {}
end end
ViewUtil.ShowModalWait(nil) -- printlog("lingmeng log")
-- ViewUtil.ShowModalWait(true, "正在获取全部成员战绩信息", 0.01)
local fgCtr = ControllerManager.GetController(NewGroupController) local fgCtr = ControllerManager.GetController(NewGroupController)
fgCtr:FG_GetPartnerList(self.group_id, 0, index, 10, function(res) fgCtr:FG_GetPartnerList(self.group_id, 0, index, 10, function(res)
ViewUtil.CloseModalWait() ViewUtil.CloseModalWait()

View File

@ -334,7 +334,7 @@ function M:GetRecoedData(index, type)
self.record_data = {} self.record_data = {}
self.lst_record.numItems = 0 self.lst_record.numItems = 0
end end
ViewUtil.ShowModalWait("正在获取数据中") ViewUtil.ShowModalWait(true, "正在获取全部成员战绩", 0.01)
local fgCtr = ControllerManager.GetController(NewGroupController) local fgCtr = ControllerManager.GetController(NewGroupController)
fgCtr:FG_GetMemberStat(self.group_id, 0, self._data_choosePlayyer.uid, fgCtr:FG_GetMemberStat(self.group_id, 0, self._data_choosePlayyer.uid,
index, 33, 3, self.begin_time, self.end_time, type, index, 33, 3, self.begin_time, self.end_time, type,

View File

@ -43,6 +43,7 @@ end
local modal_wait_win = nil local modal_wait_win = nil
-- local modal_wait_win_url = "ui://Common/GlobalModalWaiting" -- local modal_wait_win_url = "ui://Common/GlobalModalWaiting"
function ViewUtil.ShowModalWait(blur_view, title, time) function ViewUtil.ShowModalWait(blur_view, title, time)
printlog("lingmeng log", blur_view, title, time)
local flag = type(blur_view) == "boolean" local flag = type(blur_view) == "boolean"
ViewUtil.CloseModalWait() ViewUtil.CloseModalWait()
ViewUtil.continue = coroutine.start( ViewUtil.continue = coroutine.start(

View File

@ -31,6 +31,8 @@
"ui://2d9xdj6zab5pcji", "ui://2d9xdj6zab5pcji",
"ui://2d9xdj6znld2cjm", "ui://2d9xdj6znld2cjm",
"ui://m7iejg46hsbhhjn", "ui://m7iejg46hsbhhjn",
"ui://m7iejg46imp57ihp",
"ui://m7iejg46f6brhww",
"ui://m7iejg46t1hqhxw", "ui://m7iejg46t1hqhxw",
"ui://2d9xdj6zlumrgj", "ui://2d9xdj6zlumrgj",
"ui://2d9xdj6znlwcgk", "ui://2d9xdj6znlwcgk",
@ -47,7 +49,7 @@
"test.device": "720p Phone", "test.device": "720p Phone",
"canvasColor": 10066329, "canvasColor": 10066329,
"auxline2": true, "auxline2": true,
"doc.activeDoc": "ui://m7iejg46hsbhhjn", "doc.activeDoc": "ui://m7iejg46f6brhww",
"libview.twoColumn": false, "libview.twoColumn": false,
"libview.expandedNodes": [ "libview.expandedNodes": [
"27vd145b", "27vd145b",
@ -63,7 +65,9 @@
"27vd145b", "27vd145b",
"/font/images/win/", "/font/images/win/",
"m7iejg46", "m7iejg46",
"/" "/",
"m7iejg46",
"/mgr/"
], ],
"auxline1": true, "auxline1": true,
"snapToGrid": true, "snapToGrid": true,