Commit 10380d5a by 李嘉林

横向标签添加图片画廊组件

parent ff46b601
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment