Commit cea26999 authored by 李维's avatar 李维

修复俄罗斯版本同意条款很难选中的问题

parent dc9712fa
......@@ -10202,7 +10202,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 450,
"width": 600,
"height": 50
},
"_anchorPoint": {
......@@ -10652,7 +10652,7 @@
"_groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"_id": "d0osMy/ZtHXoscl2w2e8hG"
"_id": "bculR2beNBO5nM79CTtybd"
},
{
"__type__": "cc.Label",
......@@ -10685,7 +10685,7 @@
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "62xY5DmaBN97RRqNn+nwuZ"
"_id": "3eeB4wvY9IvK2xA/4EnIZU"
},
{
"__type__": "cc.RichText",
......@@ -11001,7 +11001,7 @@
"_groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"_id": "70EJ61P9RFeodCZvZDOyiA"
"_id": "39y3fKQr1HwrHmhnFqzmJ0"
},
{
"__type__": "cc.Label",
......@@ -11034,7 +11034,7 @@
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "7fzKR3dbdBypPSVLOpv5dr"
"_id": "d0s8MrViBNDroD++EmyP1d"
},
{
"__type__": "cc.RichText",
......
......@@ -139,7 +139,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 针对俄语调整协议、声明的位置
if(this.localLanguage == "ru-ru") {
cc.find("Canvas/bg/ui/btnLaw/radio").x = -275.074;
cc.find("Canvas/bg/ui/btnLaw/check").x = -283.525
cc.find("Canvas/bg/ui/btnLaw/check").x = -275.074;
cc.find("Canvas/bg/ui/btnLaw/New Label_1").x = -254.576;
cc.find("Canvas/bg/ui/btnLaw/privacy").x = -138.207;
cc.find("Canvas/bg/ui/btnLaw/New Label_2").x = 77.799;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment