提交结算resultlua报错导致麻将无法显示结算页面问题
parent
2a0d641e3d
commit
f2d71fa4cf
|
|
@ -86,4 +86,10 @@ function M:HideInputField()
|
|||
self._view:GetController("sdk").selectedIndex = 1
|
||||
end
|
||||
|
||||
function M:Show()
|
||||
getmetatable(M).__index.Show(self)
|
||||
self._view:Center()
|
||||
self._view.x = self._view.x + (GRoot.inst.width - self._view.width -300)/2
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ function M:InitView()
|
|||
self.begin_time, self.end_time = self.time_panel:GetDate()
|
||||
self.record_data = {}
|
||||
self.record_data.numItems = 0
|
||||
self:GetRecoedData(0)
|
||||
self:GetRecoedData(0, self._data_selectedSortType)
|
||||
end, { showDay = group.lev < 3 and 30 or 7 })
|
||||
|
||||
local ctr_page = self._view:GetController("type")
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ function Main()
|
|||
if Application.platform == RuntimePlatform.WindowsEditor then
|
||||
debug_print = true
|
||||
end
|
||||
debug_print = true
|
||||
-- debug_print = true
|
||||
local NetManager = taurus.client.NetManager
|
||||
NetManager.debug_print = debug_print
|
||||
-- 网络延时8秒
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
},
|
||||
"n70_zgd9": {
|
||||
"hidden": true
|
||||
},
|
||||
"n77_syh3": {
|
||||
"hidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,11 +2,14 @@
|
|||
"libview.firstColumnWidth": 413,
|
||||
"libview.iconScale": 0,
|
||||
"doc.openedDocs": [
|
||||
"ui://lkq9ne9speuq8b",
|
||||
"ui://lkq9ne9ssyh3rk",
|
||||
"ui://lkq9ne9speuq3r",
|
||||
"ui://lkq9ne9so0c1ru",
|
||||
"ui://lkq9ne9speuq4i"
|
||||
"ui://m7iejg4610snh5j",
|
||||
"ui://l0ds4ys6h1uu26",
|
||||
"ui://27vd145bp2bz6s",
|
||||
"ui://27vd145bhznkce2",
|
||||
"ui://27vd145blwcl28",
|
||||
"ui://27vd145bimywcd5",
|
||||
"ui://27vd145bcjli6",
|
||||
"ui://lkq9ne9speuq8b"
|
||||
],
|
||||
"test.device": "Huawei Mate20",
|
||||
"canvasColor": 10066329,
|
||||
|
|
@ -15,11 +18,7 @@
|
|||
"libview.twoColumn": false,
|
||||
"libview.expandedNodes": [
|
||||
"lkq9ne9s",
|
||||
"/",
|
||||
"lkq9ne9s",
|
||||
"/component/",
|
||||
"lkq9ne9s",
|
||||
"/component/Main/"
|
||||
"/"
|
||||
],
|
||||
"auxline1": true,
|
||||
"snapToGrid": true,
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
<component id="n77_syh3" name="btn_close" src="vg2c4" fileName="buttons/Btn_Close.xml" pkg="27vd145b" xy="900,-14"/>
|
||||
<component id="n77_syh3" name="btn_close" src="vg2c4" fileName="buttons/Btn_Close.xml" pkg="27vd145b" xy="900,-14" visible="false"/>
|
||||
<image id="n68_zgd9" name="n68" src="kxwjac" fileName="images/szsrk.png" xy="914,710" size="717,83" group="n70_zgd9"/>
|
||||
<text id="n71_zgd9" name="tex_chat" xy="936,711" size="669,83" group="n70_zgd9" visible="false" touchable="false" font="Microsoft YaHei" fontSize="36" color="#cfd3de" vAlign="middle" autoSize="none" bold="true" singleLine="true" autoClearText="true" text="发的发顺丰撒旦法" input="true" prompt="[color=#888888]输入内容[/color]" maxLength="20"/>
|
||||
<component id="n69_zgd9" name="btn_send" src="zgd92y" fileName="component/Button3.xml" xy="1644,708" size="182,110" group="n70_zgd9" visible="false" touchable="false"/>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<component id="n0_lwcl" name="win_mode" src="cjli6" fileName="UIPanel.xml" xy="0,0" size="2532,1170">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</component>
|
||||
<component id="n1_lwcl" name="contentPane" src="cjli6" fileName="UIPanel.xml" xy="599,0" size="1334,1170">
|
||||
<relation target="" sidePair="center-center,height-height"/>
|
||||
<component id="n1_lwcl" name="contentPane" src="cjli6" fileName="UIPanel.xml" xy="0,0" size="2532,1170">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</component>
|
||||
</displayList>
|
||||
<transition name="in">
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -93,6 +93,7 @@ public class VerCheck : MonoBehaviour
|
|||
|
||||
|
||||
|
||||
|
||||
if (isGFF==false&&isDXYGFF==false)
|
||||
{
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue