统计战绩0.01秒弹出
parent
36ee41b638
commit
2ee8b3156f
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue