From 14f7839ff1c25cca8d9e7dad4d717973797ff2d9 Mon Sep 17 00:00:00 2001 From: chenjingjing <chenjingjing@192.168.10.3> Date: 星期四, 27 十二月 2018 14:21:56 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyccjj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/iframe/homeinfo.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/iframe/homeinfo.html b/gx_tieta/WebRoot/iframe/homeinfo.html index 4a8eeb3..5b826e8 100644 --- a/gx_tieta/WebRoot/iframe/homeinfo.html +++ b/gx_tieta/WebRoot/iframe/homeinfo.html @@ -288,7 +288,7 @@ </table> </div> {{# }else if(item.type == 'env'){ }} - <div class="layui-tab-item"> + <div class="layui-tab-item {{ item.cshow }}"> <div id="video" style="width: 100%;height: 100%;"></div> <div id="videos" class="video-list"> <div class="video-list-container"> @@ -338,7 +338,7 @@ </div> </div> {{# }else if(item.type == 'envImg'){ }} - <div class="layui-tab-item"> + <div class="layui-tab-item {{ item.cshow }}"> <div class="layui-carousel" id="imgCarousel" lay-filter="imgCarousel"> <div carousel-item="" class="carousel-item" id="carouselItems"></div> </div> -- Gitblit v1.9.1