Commit 10380d5a by 李嘉林

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

parent ff46b601
...@@ -121,6 +121,9 @@ ...@@ -121,6 +121,9 @@
<div v-if="item1.componentCode == 'video-player' && item1.componentInfo.visible == 1" > <div v-if="item1.componentCode == 'video-player' && item1.componentInfo.visible == 1" >
<video-player :datas="item1" :indexs="index"></video-player> <video-player :datas="item1" :indexs="index"></video-player>
</div> </div>
<div v-if="item1.componentCode == 'photo-gallery' && item1.componentInfo.visible == 1" >
<photo-gallery :datas="item1" :indexs="index"></photo-gallery>
</div>
<!-- <component <!-- <component
:is="item1.componentCode" :is="item1.componentCode"
:datas="item1" :datas="item1"
......
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
"pop-up":"/static/nativeComponents/PopUp/index", "pop-up":"/static/nativeComponents/PopUp/index",
"share-popup":"/static/nativeComponents/SharePopup/index", "share-popup":"/static/nativeComponents/SharePopup/index",
"speedy-nav":"/static/nativeComponents/SpeedyNav/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, "enablePullDownRefresh":true,
"styleIsolation": "apply-shared" "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