Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xy_camera
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
xy_camera
Commits
4748a195
Commit
4748a195
authored
Aug 16, 2022
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 页面改动
parent
04b3333a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
xy_camera.ts
assets/xy_camera/scene/xy_camera.ts
+2
-2
defaultData.ts
assets/xy_camera/script/defaultData.ts
+1
-1
form.component.html
form/src/app/form/form.component.html
+4
-0
No files found.
assets/xy_camera/scene/xy_camera.ts
View file @
4748a195
...
@@ -320,9 +320,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -320,9 +320,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
if
(
middleLayer
)
{
if
(
middleLayer
)
{
const
mc
=
middleLayer
.
getComponent
(
'
middleLayer
'
);
const
mc
=
middleLayer
.
getComponent
(
'
middleLayer
'
);
// 回首页
// 回首页
mc
.
goTarIndexPage
(
0
);
mc
.
goTarIndexPage
(
this
.
data
.
jumpIdx
||
0
);
}
else
{
}
else
{
console
.
log
(
"
==回首页==
"
);
console
.
log
(
"
==回首页==
"
,
this
.
data
.
jumpIdx
);
}
}
});
});
}
}
...
...
assets/xy_camera/script/defaultData.ts
View file @
4748a195
...
@@ -53,5 +53,5 @@ export const defaultData = {
...
@@ -53,5 +53,5 @@ export const defaultData = {
"
points
"
:
""
,
"
points
"
:
""
,
"
tips
"
:
"
匾额写的是这间屋子的名字或屋子最主要的功能
"
,
"
tips
"
:
"
匾额写的是这间屋子的名字或屋子最主要的功能
"
,
"
questionScore
"
:
"
15
"
,
"
questionScore
"
:
"
15
"
,
"
jumpIdx
"
:
"
2
"
,
}
}
\ No newline at end of file
form/src/app/form/form.component.html
View file @
4748a195
...
@@ -157,6 +157,10 @@
...
@@ -157,6 +157,10 @@
</app-upload-dragon-bone>
</app-upload-dragon-bone>
<span
style=
"font-size: 20px;"
>
结束动画文本:
</span>
<span
style=
"font-size: 20px;"
>
结束动画文本:
</span>
<input
type=
"text"
nz-input
[(
ngModel
)]="
item
.
endImgTitle
"
(
blur
)="
save
()"
>
<input
type=
"text"
nz-input
[(
ngModel
)]="
item
.
endImgTitle
"
(
blur
)="
save
()"
>
<div
style=
"display: flex; align-items: center; "
>
<h2>
跳转页面:
</h2>
</div>
<input
type=
"text"
nz-input
[(
ngModel
)]="
item
.
jumpIdx
"
(
blur
)="
save
()"
>
</div>
</div>
</div>
</div>
...
...
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