Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
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
Administrator
jd-vx-app
Commits
7ce33180
Commit
7ce33180
authored
May 05, 2022
by
肖健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
轮播图自动播放
parent
6d817986
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
home.vue
pages/home.vue
+1
-1
shop.vue
pages/shop.vue
+1
-1
No files found.
pages/home.vue
View file @
7ce33180
<
template
>
<
template
>
<view
class=
"appCotent"
v-if=
"show"
>
<view
class=
"appCotent"
v-if=
"show"
>
<view
class=
"index-content"
>
<view
class=
"index-content"
>
<u-swiper
:radius=
"0"
:height=
"210"
:list=
"list5"
circular
@
change=
"e => current = e.current"
:autoplay=
"
fals
e"
>
<u-swiper
:radius=
"0"
:height=
"210"
:list=
"list5"
circular
@
change=
"e => current = e.current"
:autoplay=
"
tru
e"
>
<view
slot=
"indicator"
class=
"indicator"
>
<view
slot=
"indicator"
class=
"indicator"
>
<view
class=
"indicator__dot"
v-for=
"(item, index) in list5"
:key=
"index"
:class=
"[index === current && 'indicator__dot--active']"
>
<view
class=
"indicator__dot"
v-for=
"(item, index) in list5"
:key=
"index"
:class=
"[index === current && 'indicator__dot--active']"
>
</view>
</view>
...
...
pages/shop.vue
View file @
7ce33180
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</div>
</div>
<div
class=
"shop__swiper"
>
<div
class=
"shop__swiper"
>
<view
class=
"u-demo-block"
>
<view
class=
"u-demo-block"
>
<u-swiper
:list=
"list3"
previousMargin=
"30"
nextMargin=
"30"
circular
:autoplay=
"
fals
e"
height=
'150'
radius=
"5"
bgColor=
"#ffffff"
></u-swiper>
<u-swiper
:list=
"list3"
previousMargin=
"30"
nextMargin=
"30"
circular
:autoplay=
"
tru
e"
height=
'150'
radius=
"5"
bgColor=
"#ffffff"
></u-swiper>
</view>
</view>
</div>
</div>
<div
class=
"view__content"
>
<div
class=
"view__content"
>
...
...
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