Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NEWYEARPARTY
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
华国豪
NEWYEARPARTY
Commits
4abc4f48
Commit
4abc4f48
authored
Dec 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/newyearparty
parents
4f1d6a85
038f263b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Money.vue
src/components/playGame/Money.vue
+2
-2
No files found.
src/components/playGame/Money.vue
View file @
4abc4f48
...
...
@@ -958,7 +958,7 @@
</div>
<!-- 倒计时 -->
<div
class=
"shu-start-tooltip-box"
v-if=
"showCount"
>
<div
class=
"shu-num-box"
>
{{
totalTime
}}
</div>
<div
class=
"shu-num-box"
>
{{
totalTime
==
5
?
'Ready'
:(
totalTime
==
1
?
"GO"
:(
totalTime
-
1
))
}}
</div>
</div>
<!-- 烟花 -->
<div
class=
"fireworks"
>
...
...
@@ -1028,7 +1028,7 @@ export default {
NUMBER_OF_LEAVES
:
18
,
showPeople
:
false
,
showCount
:
false
,
totalTime
:
3
,
totalTime
:
5
,
totalTime2
:
30
,
// 显示30秒倒计时
showThrityCount
:
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