Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
xiaoxiaole
Commits
24b27212
Commit
24b27212
authored
Feb 26, 2020
by
wjf
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab2.dui88.com:wanghongyuan/xiaoxiaole into dev
parents
97680d6d
0cba617b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
SAUP_sendLogData.ts
egret/src/SAUP_sendLogData.ts
+1
-0
MapScene.ts
egret/src/mapScene/MapScene.ts
+3
-1
HoneyPotShootAni.ts
egret/src/something/anis/HoneyPotShootAni.ts
+1
-1
baseinfo.json
mock/happyclear/baseinfo.json
+1
-1
No files found.
egret/src/SAUP_sendLogData.ts
View file @
24b27212
...
@@ -9,6 +9,7 @@ export default ([sapmodid, eleid], saData = {}) => {
...
@@ -9,6 +9,7 @@ export default ([sapmodid, eleid], saData = {}) => {
try
{
try
{
elem
.
setAttribute
(
'sa-data'
,
JSON
.
stringify
(
saData
));
elem
.
setAttribute
(
'sa-data'
,
JSON
.
stringify
(
saData
));
if
(
window
[
'SAUP'
]
&&
window
[
'SAUP'
].
sendLogData
)
{
if
(
window
[
'SAUP'
]
&&
window
[
'SAUP'
].
sendLogData
)
{
console
.
log
(
'发送埋点'
,
sapmodid
,
eleid
)
window
[
'SAUP'
].
sendLogData
(
"click"
,
{
window
[
'SAUP'
].
sendLogData
(
"click"
,
{
tag
:
elem
,
// 必传;如果需要传拓展的信息,在tag中加一个sa-data,将需要传的内容用json格式传到sa-data
tag
:
elem
,
// 必传;如果需要传拓展的信息,在tag中加一个sa-data,将需要传的内容用json格式传到sa-data
sapmodid
:
sapmodid
,
// 必传;区块编码
sapmodid
:
sapmodid
,
// 必传;区块编码
...
...
egret/src/mapScene/MapScene.ts
View file @
24b27212
...
@@ -452,7 +452,9 @@ export default class MapScene extends Scene {
...
@@ -452,7 +452,9 @@ export default class MapScene extends Scene {
// this['guide'].visible = false;
// this['guide'].visible = false;
// return;
// return;
// }
// }
if
(
this
[
'actsShowBtn'
].
visible
)
this
[
'guide'
].
visible
=
true
;
this
[
'guide'
].
visible
=
true
;
// });
// });
}
}
};
};
...
...
egret/src/something/anis/HoneyPotShootAni.ts
View file @
24b27212
...
@@ -28,7 +28,7 @@ export class HoneyPotShootAni extends egret.DisplayObjectContainer {
...
@@ -28,7 +28,7 @@ export class HoneyPotShootAni extends egret.DisplayObjectContainer {
// this.shoot.rotation = rotation;
// this.shoot.rotation = rotation;
egret
.
Tween
.
get
(
this
)
egret
.
Tween
.
get
(
this
)
.
set
({
scaleX
:
0
,
scaleY
:
0
})
.
set
({
scaleX
:
0
,
scaleY
:
0
})
.
to
({
x
:
p
[
0
],
y
:
p
[
1
],
scaleX
:
1
,
scaleY
:
1
},
700
)
.
to
({
x
:
p
[
0
],
y
:
p
[
1
],
scaleX
:
1
,
scaleY
:
1
},
700
,
egret
.
Ease
.
quadIn
)
.
to
({
scaleX
:
1.2
,
scaleY
:
1.2
},
400
)
.
to
({
scaleX
:
1.2
,
scaleY
:
1.2
},
400
)
.
to
({
scaleX
:
1
,
scaleY
:
1
},
200
)
.
to
({
scaleX
:
1
,
scaleY
:
1
},
200
)
.
call
(()
=>
{
.
call
(()
=>
{
...
...
mock/happyclear/baseinfo.json
View file @
24b27212
...
@@ -5,6 +5,6 @@
...
@@ -5,6 +5,6 @@
"redBombSwitchTime"
:
"77798963487234"
"redBombSwitchTime"
:
"77798963487234"
},
},
"desc"
:
"OK"
,
"desc"
:
"OK"
,
"success"
:
tru
e
,
"success"
:
fals
e
,
"timestamp"
:
1572923489898
"timestamp"
:
1572923489898
}
}
\ No newline at end of file
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