Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NJ_login
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
NJ_login
Commits
cea26999
Commit
cea26999
authored
Jan 10, 2024
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复俄罗斯版本同意条款很难选中的问题
parent
dc9712fa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
NJ_login.fire
assets/NJ_login/scene/NJ_login.fire
+5
-5
NJ_login.ts
assets/NJ_login/scene/NJ_login.ts
+1
-1
No files found.
assets/NJ_login/scene/NJ_login.fire
View file @
cea26999
...
@@ -10202,7 +10202,7 @@
...
@@ -10202,7 +10202,7 @@
},
},
"_contentSize": {
"_contentSize": {
"__type__": "cc.Size",
"__type__": "cc.Size",
"width":
45
0,
"width":
60
0,
"height": 50
"height": 50
},
},
"_anchorPoint": {
"_anchorPoint": {
...
@@ -10652,7 +10652,7 @@
...
@@ -10652,7 +10652,7 @@
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"showInEditor": false,
"_id": "
d0osMy/ZtHXoscl2w2e8hG
"
"_id": "
bculR2beNBO5nM79CTtybd
"
},
},
{
{
"__type__": "cc.Label",
"__type__": "cc.Label",
...
@@ -10685,7 +10685,7 @@
...
@@ -10685,7 +10685,7 @@
"_N$fontFamily": "Arial",
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$overflow": 0,
"_N$cacheMode": 0,
"_N$cacheMode": 0,
"_id": "
62xY5DmaBN97RRqNn+nwuZ
"
"_id": "
3eeB4wvY9IvK2xA/4EnIZU
"
},
},
{
{
"__type__": "cc.RichText",
"__type__": "cc.RichText",
...
@@ -11001,7 +11001,7 @@
...
@@ -11001,7 +11001,7 @@
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"showInEditor": false,
"_id": "
70EJ61P9RFeodCZvZDOyiA
"
"_id": "
39y3fKQr1HwrHmhnFqzmJ0
"
},
},
{
{
"__type__": "cc.Label",
"__type__": "cc.Label",
...
@@ -11034,7 +11034,7 @@
...
@@ -11034,7 +11034,7 @@
"_N$fontFamily": "Arial",
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$overflow": 0,
"_N$cacheMode": 0,
"_N$cacheMode": 0,
"_id": "
7fzKR3dbdBypPSVLOpv5dr
"
"_id": "
d0s8MrViBNDroD++EmyP1d
"
},
},
{
{
"__type__": "cc.RichText",
"__type__": "cc.RichText",
...
...
assets/NJ_login/scene/NJ_login.ts
View file @
cea26999
...
@@ -139,7 +139,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -139,7 +139,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 针对俄语调整协议、声明的位置
// 针对俄语调整协议、声明的位置
if
(
this
.
localLanguage
==
"
ru-ru
"
)
{
if
(
this
.
localLanguage
==
"
ru-ru
"
)
{
cc
.
find
(
"
Canvas/bg/ui/btnLaw/radio
"
).
x
=
-
275.074
;
cc
.
find
(
"
Canvas/bg/ui/btnLaw/radio
"
).
x
=
-
275.074
;
cc
.
find
(
"
Canvas/bg/ui/btnLaw/check
"
).
x
=
-
2
83.525
cc
.
find
(
"
Canvas/bg/ui/btnLaw/check
"
).
x
=
-
2
75.074
;
cc
.
find
(
"
Canvas/bg/ui/btnLaw/New Label_1
"
).
x
=
-
254.576
;
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/privacy
"
).
x
=
-
138.207
;
cc
.
find
(
"
Canvas/bg/ui/btnLaw/New Label_2
"
).
x
=
77.799
;
cc
.
find
(
"
Canvas/bg/ui/btnLaw/New Label_2
"
).
x
=
77.799
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment