Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
Overview
Overview
Details
Activity
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
穆启卓
walk_daka_h5
Commits
4bb21c46
Commit
4bb21c46
authored
Apr 02, 2019
by
Caiyijun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复swiper问题
parent
566e1e53
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+3
-1
No files found.
src/views/HaveJoinedGame.vue
View file @
4bb21c46
...
...
@@ -19,7 +19,7 @@
<div
class=
"target-people-text"
>
已有
{{
total_signup
}}
人参赛
</div>
</div>
<div
class=
"hr"
></div>
<swiper
:options=
"swiperOption"
class=
"game-scroll-container"
>
<swiper
:options=
"swiperOption"
class=
"game-scroll-container"
v-if=
"showSwiper"
>
<swiper-slide
v-for=
"(item,index) in record_list"
:key=
"index"
>
<div
class=
"game-scroll-item"
>
<div
class=
"item-title-status"
>
...
...
@@ -117,6 +117,7 @@ export default {
centeredSlides
:
true
,
spaceBetween
:
10
},
showSwiper
:
false
,
bet_bonus
:
"0.00"
,
next_signup
:
false
,
period_end
:
""
,
...
...
@@ -174,6 +175,7 @@ export default {
this
.
total_signup
=
pageData
.
total_signup
;
this
.
target_steps
=
pageData
.
target_steps
;
this
.
record_list
=
pageData
.
record_list
;
this
.
showSwiper
=
true
}
});
},
...
...
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