解决红中玩法设置部分失效问题
parent
86a269cad2
commit
adfcd6df10
|
|
@ -255,7 +255,12 @@ function M:LoadConfigData(data)
|
|||
end
|
||||
_config:GetController("jiangma").selectedIndex = data.jiangma
|
||||
|
||||
_config:GetChild("btn_dianpaohu").selected = data.dianpaohu
|
||||
|
||||
|
||||
if _config:GetController("btn_dianpaohu") then
|
||||
_config:GetChild("btn_dianpaohu").selected = data.dianpaohu
|
||||
end
|
||||
|
||||
|
||||
if _config:GetController("piao") then
|
||||
_config:GetController("piao").selectedIndex = data.piao_niao
|
||||
|
|
@ -263,13 +268,11 @@ function M:LoadConfigData(data)
|
|||
_config:GetChild('pf2').selected = data.piao2
|
||||
_config:GetChild('pf3').selected = data.piao3
|
||||
end
|
||||
|
||||
if _config:GetChild("btn_sihongzhong") then
|
||||
_config:GetChild("btn_sihongzhong").selected = data.laizi4_hu
|
||||
_config:GetChild("btn_wuhongzhong").selected = data.hz_hu
|
||||
_config:GetChild("btn_wuhongzhongzimo").selected = data.wuguijiabei
|
||||
end
|
||||
|
||||
if _config:GetController("difen") then
|
||||
_config:GetController("difen").selectedIndex = data.di_fen
|
||||
end
|
||||
|
|
|
|||
|
|
@ -92,6 +92,13 @@
|
|||
"ui://yzaioi79f55qvw",
|
||||
"ui://yzaioi79lr5d31",
|
||||
"ui://27vd145bycze3n",
|
||||
"ui://1hl55dqmc4r115",
|
||||
"ui://d1qrzqprc4r116",
|
||||
"ui://m7iejg46kwi0hkb",
|
||||
"ui://egnzysm7ffp38j",
|
||||
"ui://s63l0suw6cpqy",
|
||||
"ui://27vd145bh1uu3i",
|
||||
"ui://qubt49z8c4r116",
|
||||
"ui://5cdldr01qaqf3f",
|
||||
"ui://yzaioi79f55qvx",
|
||||
"ui://yzaioi79f55qvy",
|
||||
|
|
@ -132,7 +139,7 @@
|
|||
"test.device": "Xiaomi 9",
|
||||
"canvasColor": 10066329,
|
||||
"auxline2": true,
|
||||
"doc.activeDoc": "ui://27vd145bycze3n",
|
||||
"doc.activeDoc": "ui://egnzysm7ffp38j",
|
||||
"libview.twoColumn": false,
|
||||
"libview.expandedNodes": [
|
||||
"27vd145b",
|
||||
|
|
|
|||
Loading…
Reference in New Issue