Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
599f4585
Commit
599f4585
authored
Aug 17, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
7c831b8d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.do.json
project/mock/webNet/dazzle/index.do.json
+1
-1
IndexScene.ts
project/src/scenes/IndexScene.ts
+1
-1
No files found.
project/mock/webNet/dazzle/index.do.json
View file @
599f4585
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
"sendCount"
:
1
"sendCount"
:
1
}
}
],
],
"surplusCount"
:
1
,
"surplusCount"
:
0
,
"credits"
:
111111
,
"credits"
:
111111
,
"needCredits"
:
110
,
"needCredits"
:
110
,
"type"
:
2
,
"type"
:
2
,
...
...
project/src/scenes/IndexScene.ts
View file @
599f4585
...
@@ -184,7 +184,7 @@ export class IndexScene extends Scene {
...
@@ -184,7 +184,7 @@ export class IndexScene extends Scene {
hand
.
visible
=
false
;
hand
.
visible
=
false
;
}
else
{
}
else
{
reDegree
.
text
=
'0'
;
reDegree
.
text
=
'0'
;
needCredits
.
text
=
'今日次数已用完'
;
needCredits
.
text
=
'今日次数已用完'
;
needCredits
.
size
=
24
;
// needCredits.text = `${result.data.needCredits}` + "积分/次";
// needCredits.text = `${result.data.needCredits}` + "积分/次";
getBoxButton
.
visible
=
true
;
getBoxButton
.
visible
=
true
;
shareButton
.
visible
=
false
;
shareButton
.
visible
=
false
;
...
...
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