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
10380d5a
Commit
10380d5a
authored
May 24, 2021
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
横向标签添加图片画廊组件
parent
ff46b601
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
src/components/basicTool/transverse-label/index.vue
+3
-0
src/components/basicTool/transverse-label/main.json
+2
-1
No files found.
src/components/basicTool/transverse-label/index.vue
View file @
10380d5a
...
...
@@ -121,6 +121,9 @@
<div
v-if=
"item1.componentCode == 'video-player' && item1.componentInfo.visible == 1"
>
<video-player
:datas=
"item1"
:indexs=
"index"
></video-player>
</div>
<div
v-if=
"item1.componentCode == 'photo-gallery' && item1.componentInfo.visible == 1"
>
<photo-gallery
:datas=
"item1"
:indexs=
"index"
></photo-gallery>
</div>
<!--
<component
:is=
"item1.componentCode"
:datas=
"item1"
...
...
src/components/basicTool/transverse-label/main.json
View file @
10380d5a
...
...
@@ -15,7 +15,8 @@
"pop-up"
:
"/static/nativeComponents/PopUp/index"
,
"share-popup"
:
"/static/nativeComponents/SharePopup/index"
,
"speedy-nav"
:
"/static/nativeComponents/SpeedyNav/index"
,
"video-player"
:
"/static/nativeComponents/VideoPlayer/index"
"video-player"
:
"/static/nativeComponents/VideoPlayer/index"
,
"photo-gallery"
:
"/static/nativeComponents/PhotoGallery/index"
},
"enablePullDownRefresh"
:
true
,
"styleIsolation"
:
"apply-shared"
...
...
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