Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
d6354868
Commit
d6354868
authored
Feb 24, 2021
by
程智春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示条件
parent
2021cd38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/pages/home/index.vue
+5
-5
No files found.
src/pages/home/index.vue
View file @
d6354868
...
@@ -51,19 +51,19 @@
...
@@ -51,19 +51,19 @@
<div
v-if=
"item.componentCode == 'pop-up' && item.componentInfo.visible == 1"
>
<div
v-if=
"item.componentCode == 'pop-up' && item.componentInfo.visible == 1"
>
<pop-up
:datas=
"item"
></pop-up>
<pop-up
:datas=
"item"
></pop-up>
</div>
</div>
<div
v-if=
"item.componentCode == 'coupon'"
>
<div
v-if=
"item.componentCode == 'coupon'
&& item.componentInfo.visible == 1
"
>
<coupon
:datas=
"item"
></coupon>
<coupon
:datas=
"item"
></coupon>
</div>
</div>
<div
v-if=
"item.componentCode == 'integral-turntable'"
>
<div
v-if=
"item.componentCode == 'integral-turntable'
&& item.componentInfo.visible == 1
"
>
<integralTurntable
:datas=
"item"
></integralTurntable>
<integralTurntable
:datas=
"item"
></integralTurntable>
</div>
</div>
<div
v-if=
"item.componentCode == 'speedy-nav'"
>
<div
v-if=
"item.componentCode == 'speedy-nav'
&& item.componentInfo.visible == 1
"
>
<speedy-nav
:datas=
"item"
></speedy-nav>
<speedy-nav
:datas=
"item"
></speedy-nav>
</div>
</div>
<div
v-if=
"item.componentCode == 'video-player'
"
>
<div
v-if=
"item.componentCode == 'video-player'
&& item.componentInfo.visible == 1"
>
<video-player
:datas=
"item"
:indexs=
"index"
></video-player>
<video-player
:datas=
"item"
:indexs=
"index"
></video-player>
</div>
</div>
<div
v-if=
"item.componentCode == 'official-account'"
>
<div
v-if=
"item.componentCode == 'official-account'
&& item.componentInfo.visible == 1
"
>
<official-account></official-account>
<official-account></official-account>
</div>
</div>
</div>
</div>
...
...
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