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
8ced3f2e
Commit
8ced3f2e
authored
Dec 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4abc4f48
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Money.vue
src/components/playGame/Money.vue
+1
-1
Mouse.vue
src/components/playGame/Mouse.vue
+3
-3
No files found.
src/components/playGame/Money.vue
View file @
8ced3f2e
...
...
@@ -1212,7 +1212,7 @@ export default {
if
(
this
.
totalTime
===
0
)
{
window
.
clearInterval
(
clock
);
this
.
showCount
=
false
;
this
.
totalTime
=
3
;
this
.
totalTime
=
5
;
this
.
showThrityCount
=
true
;
this
.
showMoney
=
true
;
this
.
MsgBus
.
$emit
(
'daojishiMp3'
,
3
)
...
...
src/components/playGame/Mouse.vue
View file @
8ced3f2e
...
...
@@ -88,7 +88,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=
"number-ani-box"
ref=
"countBox"
v-if=
"showThrityCount"
>
...
...
@@ -153,7 +153,7 @@ export default {
data
()
{
return
{
noReady
:
true
,
totalTime
:
3
,
totalTime
:
5
,
totalTime2
:
30
,
proxy
:
{},
showCount
:
false
,
...
...
@@ -382,7 +382,7 @@ export default {
if
(
this
.
totalTime
===
0
)
{
window
.
clearInterval
(
clock2
)
this
.
showCount
=
false
this
.
totalTime
=
3
this
.
totalTime
=
5
this
.
showThrityCount
=
true
this
.
MsgBus
.
$emit
(
'daojishiMp3'
,
2
)
this
.
countDown30
()
...
...
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