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
06fcb47a
Commit
06fcb47a
authored
Oct 29, 2019
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e1f6d0d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.html
egret/index.html
+1
-1
ScratchPanel.ts
egret/src/panels/ScratchPanel.ts
+3
-3
No files found.
egret/index.html
View file @
06fcb47a
...
...
@@ -43,7 +43,7 @@
<script
src=
"libs/zepto.min.js"
></script>
<script
src=
"libs/security.js"
></script>
<script
src=
"libs/downloadApp.js"
></script>
<script
src=
"libs/svga.egret.min.js"
></script>
<script
src=
"libs/svga.egret.min
2
.js"
></script>
<script
src=
"libs/aes.js"
></script>
<script
src=
"libs/pad-zeropadding.js"
></script>
<!-- //线上不需要 -->
...
...
egret/src/panels/ScratchPanel.ts
View file @
06fcb47a
...
...
@@ -8,7 +8,7 @@ import CutTimer from "../CutTimer";
import
Utils
from
"../Utils"
;
import
{
DataManager
}
from
"../../libs/tw/manager/DataManager"
;
export
default
class
i
ScratchPanel
extends
Panel
{
export
default
class
ScratchPanel
extends
Panel
{
private
cutTimer
:
CutTimer
;
constructor
(
data
)
{
...
...
@@ -20,7 +20,7 @@ export default class iScratchPanel extends Panel {
super
.
start
();
this
.
showlog
();
const
scratchData
=
DataManager
.
ins
.
getData
(
'hc_turnableDojoin'
);
const
scratchData
=
DataManager
.
ins
.
getData
(
'hc_turnableDojoin'
);
this
[
'light1'
].
visible
=
this
[
'light2'
].
visible
=
false
;
this
[
'con'
].
addChild
(
this
.
data
.
mv
);
...
...
@@ -91,7 +91,7 @@ export default class iScratchPanel extends Panel {
}
// 添加邀请图标
let
dNum
=
this
.
data
.
help
edCount
-
this
.
data
.
avatarList
.
length
;
let
dNum
=
this
.
data
.
totalNe
edCount
-
this
.
data
.
avatarList
.
length
;
for
(
let
i
=
0
;
i
<
dNum
;
i
++
)
{
this
.
data
.
avatarList
.
push
(
"scratch_invite_png"
);
}
...
...
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