Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
ycc-website
Commits
5a12c415
Commit
5a12c415
authored
Feb 08, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c02424fb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
m-explain.vue
src/components/mobile/m-explain.vue
+2
-2
Count.vue
src/components/pc/BlockChainBrowser/Count.vue
+1
-1
explain.vue
src/components/pc/explain.vue
+2
-2
scene.vue
src/components/pc/scene.vue
+1
-1
No files found.
src/components/mobile/m-explain.vue
View file @
5a12c415
...
@@ -44,13 +44,13 @@ export default Vue.extend({
...
@@ -44,13 +44,13 @@ export default Vue.extend({
handleChange
(
v
:
number
)
{
handleChange
(
v
:
number
)
{
this
.
index
=
v
this
.
index
=
v
if
(
this
.
timer
)
clearInterval
(
this
.
timer
)
if
(
this
.
timer
)
clearInterval
(
this
.
timer
)
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
window
.
setInterval
(()
=>
{
this
.
index
<
4
?
this
.
index
++
:
this
.
index
=
1
this
.
index
<
4
?
this
.
index
++
:
this
.
index
=
1
},
4000
)
},
4000
)
}
}
},
},
created
()
{
created
()
{
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
window
.
setInterval
(()
=>
{
this
.
index
<
4
?
this
.
index
++
:
this
.
index
=
1
this
.
index
<
4
?
this
.
index
++
:
this
.
index
=
1
},
4000
)
},
4000
)
},
},
...
...
src/components/pc/BlockChainBrowser/Count.vue
View file @
5a12c415
...
@@ -16,7 +16,7 @@ export default Vue.extend({
...
@@ -16,7 +16,7 @@ export default Vue.extend({
mounted
()
{
mounted
()
{
this
.
caculateTime
()
this
.
caculateTime
()
if
(
this
.
Timer
===
0
)
if
(
this
.
Timer
===
0
)
this
.
Timer
=
setInterval
(()
=>
{
this
.
Timer
=
window
.
setInterval
(()
=>
{
this
.
caculateTime
()
this
.
caculateTime
()
},
1000
)
},
1000
)
},
},
...
...
src/components/pc/explain.vue
View file @
5a12c415
...
@@ -47,13 +47,13 @@ export default Vue.extend({
...
@@ -47,13 +47,13 @@ export default Vue.extend({
handleChange
(
v
:
number
)
{
handleChange
(
v
:
number
)
{
this
.
index
=
v
this
.
index
=
v
if
(
this
.
timer
)
clearInterval
(
this
.
timer
)
if
(
this
.
timer
)
clearInterval
(
this
.
timer
)
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
window
.
setInterval
(()
=>
{
this
.
index
<
4
?
this
.
index
++
:
this
.
index
=
1
this
.
index
<
4
?
this
.
index
++
:
this
.
index
=
1
},
4000
)
},
4000
)
}
}
},
},
created
()
{
created
()
{
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
window
.
setInterval
(()
=>
{
this
.
index
<
4
?
this
.
index
++
:
this
.
index
=
1
this
.
index
<
4
?
this
.
index
++
:
this
.
index
=
1
},
4000
)
},
4000
)
},
},
...
...
src/components/pc/scene.vue
View file @
5a12c415
...
@@ -154,7 +154,7 @@ export default Vue.extend({
...
@@ -154,7 +154,7 @@ export default Vue.extend({
},
},
initTimer
()
{
initTimer
()
{
if
(
this
.
timer
)
clearInterval
(
this
.
timer
)
if
(
this
.
timer
)
clearInterval
(
this
.
timer
)
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
window
.
setInterval
(()
=>
{
this
.
index
++
this
.
index
++
this
.
clickChange
(
this
.
index
)
this
.
clickChange
(
this
.
index
)
if
(
this
.
index
===
13
)
{
if
(
this
.
index
===
13
)
{
...
...
chenqikuai
@chenqikuai
mentioned in commit
748f7ae1
·
Mar 03, 2022
mentioned in commit
748f7ae1
mentioned in commit 748f7ae18ac2f8eb14ee7c2865eaea786342a520
Toggle commit list
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