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
76f4d7f8
Commit
76f4d7f8
authored
Aug 16, 2021
by
shunx 马
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并
parent
381060c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
IndexScene.ts
project/src/scenes/IndexScene.ts
+2
-2
No files found.
project/src/scenes/IndexScene.ts
View file @
76f4d7f8
...
@@ -176,8 +176,8 @@ export class IndexScene extends Scene {
...
@@ -176,8 +176,8 @@ export class IndexScene extends Scene {
if
(
result
.
data
.
surplusCount
>
0
)
{
if
(
result
.
data
.
surplusCount
>
0
)
{
needCredits
.
text
=
'免费拆盒1次'
;
needCredits
.
text
=
'免费拆盒1次'
;
reDegree
.
text
=
`
${
result
.
data
.
surplusCount
}
`
;
reDegree
.
text
=
`
${
result
.
data
.
surplusCount
}
`
;
getBoxButton
.
visible
=
fals
e
;
getBoxButton
.
visible
=
tru
e
;
shareButton
.
visible
=
tru
e
;
shareButton
.
visible
=
fals
e
;
hand
.
visible
=
true
;
hand
.
visible
=
true
;
}
else
{
}
else
{
reDegree
.
text
=
'0'
;
reDegree
.
text
=
'0'
;
...
...
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