Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yyh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
wildfirecode13
yyh
Commits
22ee702c
Commit
22ee702c
authored
Dec 11, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab2.dui88.com/wanghongyuan/yyh
into dev
parents
399b3d5a
04668d51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
14 deletions
+21
-14
index.html
egret/index.html
+9
-8
StartScene.ts
egret/src/startScene/StartScene.ts
+12
-6
No files found.
egret/index.html
View file @
22ee702c
...
@@ -350,21 +350,21 @@
...
@@ -350,21 +350,21 @@
console
.
log
(
"进入分享图片"
);
console
.
log
(
"进入分享图片"
);
var
imgUrl
;
var
imgUrl
;
if
(
num
==
1
){
if
(
num
==
1
){
imgUrl
=
""
imgUrl
=
"
//yun.duiba.com.cn/db_games/activity/yzw_hjcd/map/maphz.png
"
}
else
if
(
num
==
2
){
}
else
if
(
num
==
2
){
imgUrl
=
""
imgUrl
=
"
//yun.duiba.com.cn/db_games/activity/yzw_hjcd/map/mapam.png
"
}
else
if
(
num
==
3
){
}
else
if
(
num
==
3
){
imgUrl
=
""
imgUrl
=
"
//yun.duiba.com.cn/db_games/activity/yzw_hjcd/map/mapxg.png
"
}
else
if
(
num
==
4
){
}
else
if
(
num
==
4
){
imgUrl
=
""
imgUrl
=
"
//yun.duiba.com.cn/db_games/activity/yzw_hjcd/map/maptb.png
"
}
else
if
(
num
==
5
){
}
else
if
(
num
==
5
){
imgUrl
=
""
imgUrl
=
"
//yun.duiba.com.cn/db_games/activity/yzw_hjcd/map/maprb.png
"
}
else
if
(
num
==
6
){
}
else
if
(
num
==
6
){
imgUrl
=
""
imgUrl
=
"
//yun.duiba.com.cn/db_games/activity/yzw_hjcd/map/maphg.png
"
}
else
if
(
num
==
7
){
}
else
if
(
num
==
7
){
imgUrl
=
""
imgUrl
=
"
//yun.duiba.com.cn/db_games/activity/yzw_hjcd/map/mapcx.png
"
}
else
if
(
num
==
8
){
}
else
if
(
num
==
8
){
imgUrl
=
""
imgUrl
=
"
//yun.duiba.com.cn/db_games/activity/yzw_hjcd/map/mapmg.png
"
}
}
AlipayJSBridge
.
call
(
'esportsShare'
,
{
imgUrl
:
imgUrl
});
AlipayJSBridge
.
call
(
'esportsShare'
,
{
imgUrl
:
imgUrl
});
}
}
...
@@ -373,6 +373,7 @@
...
@@ -373,6 +373,7 @@
}
}
</script>
</script>
<!-- <script>
<!-- <script>
//音乐自动播放
//音乐自动播放
$(document).ready(function () {
$(document).ready(function () {
...
...
egret/src/startScene/StartScene.ts
View file @
22ee702c
...
@@ -133,17 +133,23 @@ export default class StartScene extends Scene {
...
@@ -133,17 +133,23 @@ export default class StartScene extends Scene {
}
else
{
}
else
{
this
.
scorelab
.
text
=
"我的分数:0"
;
this
.
scorelab
.
text
=
"我的分数:0"
;
}
}
if
(
this
.
level
>
0
){
if
(
!
GCache
.
readCache
(
"isGuide"
)){
GCache
.
writeCache
(
"isGuide"
,
true
);
GCache
.
writeCache
(
"isGuide"
,
true
);
this
.
openGuide
(
);
GCache
.
writeCache
(
"isGuide2"
,
true
);
}
else
{
}
else
{
if
(
!
GCache
.
readCache
(
"isGuide2"
)){
if
(
!
GCache
.
readCache
(
"isGuide"
)){
let
data
=
{
type
:
2
}
GCache
.
writeCache
(
"isGuide"
,
true
);
PanelCtrl
.
instance
.
show
(
ModuleTypes
.
GUIDE_PANEL
,
data
);
this
.
openGuide
();
}
else
{
if
(
!
GCache
.
readCache
(
"isGuide2"
)){
let
data
=
{
type
:
2
}
PanelCtrl
.
instance
.
show
(
ModuleTypes
.
GUIDE_PANEL
,
data
);
}
}
}
}
}
if
(
this
.
type
&&
this
.
type
==
1
){
if
(
this
.
type
&&
this
.
type
==
1
){
//引导过程中点亮杭州 回到引导页面显示第几位火炬手
//引导过程中点亮杭州 回到引导页面显示第几位火炬手
...
...
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