隐藏组件

This commit is contained in:
wangxiaowei
2025-10-23 09:34:00 +08:00
parent 90c54df48b
commit 188211891f

View File

@ -13,101 +13,101 @@
</template> </template>
<!--单组图--> <!--单组图-->
<template v-if="item.type==='imageSingle'&&item.data!=null"> <!-- <template v-if="item.type==='imageSingle'&&item.data!=null">
<imagesingle :itemData="item"></imagesingle> <imagesingle :itemData="item"></imagesingle>
</template> </template> -->
<!-- 橱窗--> <!-- 橱窗-->
<template v-if="item.type == 'window'&&item.data!=null"> <!-- <template v-if="item.type == 'window'&&item.data!=null">
<windows :itemData="item"></windows> <windows :itemData="item"></windows>
</template> </template> -->
<!-- 视频组--> <!-- 视频组-->
<template v-if="item.type == 'video'"> <!-- <template v-if="item.type == 'video'">
<videos :itemData="item"></videos> <videos :itemData="item"></videos>
</template> </template> -->
<!--文章--> <!--文章-->
<template v-if="item.type == 'article'&&item.data!=null"> <!-- <template v-if="item.type == 'article'&&item.data!=null">
<articles :itemData="item"></articles> <articles :itemData="item"></articles>
</template> </template> -->
<!--头条快报--> <!--头条快报-->
<template v-if="item.type == 'special'&&item.data!=null"> <!-- <template v-if="item.type == 'special'&&item.data!=null">
<special :itemData="item"></special> <special :itemData="item"></special>
</template> </template> -->
<!--公告组--> <!--公告组-->
<template v-if="item.type == 'notice'"> <!-- <template v-if="item.type == 'notice'">
<notice :itemData="item"></notice> <notice :itemData="item"></notice>
</template> </template> -->
<!--标题组--> <!--标题组-->
<template v-if="item.type == 'title'"> <!-- <template v-if="item.type == 'title'">
<titles :itemData="item"></titles> <titles :itemData="item"></titles>
</template> </template> -->
<!--导航组--> <!--导航组-->
<template v-if="item.type==='navBar'&&item.data!=null"> <!-- <template v-if="item.type==='navBar'&&item.data!=null">
<navBar :itemData="item"></navBar> <navBar :itemData="item"></navBar>
</template> </template> -->
<!--商品组--> <!--商品组-->
<template v-if="item.type==='product'&&item.data!=null"> <!-- <template v-if="item.type==='product'&&item.data!=null">
<product :itemData="item"></product> <product :itemData="item"></product>
</template> </template> -->
<!--优惠券--> <!--优惠券-->
<template v-if="item.type==='coupon'&&item.data!=null"> <!-- <template v-if="item.type==='coupon'&&item.data!=null">
<coupon :itemData="item"></coupon> <coupon :itemData="item"></coupon>
</template> </template> -->
<!--门店--> <!--门店-->
<template v-if="item.type == 'store'&&item.data!=null"> <!-- <template v-if="item.type == 'store'&&item.data!=null">
<store :itemData="item"></store> <store :itemData="item"></store>
</template> </template> -->
<!--客服--> <!--客服-->
<template v-if="item.type == 'service'"> <!-- <template v-if="item.type == 'service'">
<service :itemData="item"></service> <service :itemData="item"></service>
</template> </template> -->
<!--富文本--> <!--富文本-->
<template v-if="item.type==='richText'"> <!-- <template v-if="item.type==='richText'">
<richText :itemData="item"></richText> <richText :itemData="item"></richText>
</template> </template> -->
<!--辅助空白--> <!--辅助空白-->
<template v-if="item.type == 'blank'"> <!-- <template v-if="item.type == 'blank'">
<blank :itemData="item"></blank> <blank :itemData="item"></blank>
</template> </template> -->
<!--辅助线--> <!--辅助线-->
<template v-if="item.type == 'guide'"> <!-- <template v-if="item.type == 'guide'">
<guide :itemData="item"></guide> <guide :itemData="item"></guide>
</template> </template> -->
<!--秒杀--> <!--秒杀-->
<template v-if="item.type == 'seckillProduct'&&item.data!=null"> <!-- <template v-if="item.type == 'seckillProduct'&&item.data!=null">
<seckillProduct :itemData="item"></seckillProduct> <seckillProduct :itemData="item"></seckillProduct>
</template> </template> -->
<!--预告--> <!--预告-->
<template v-if="item.type == 'previewProduct'&&item.data!=null"> <!-- <template v-if="item.type == 'previewProduct'&&item.data!=null">
<previewProduct :itemData="item"></previewProduct> <previewProduct :itemData="item"></previewProduct>
</template> </template> -->
<!--拼团--> <!--拼团-->
<template v-if="item.type == 'assembleProduct'&&item.data!=null"> <!-- <template v-if="item.type == 'assembleProduct'&&item.data!=null">
<assembleProduct :itemData="item"></assembleProduct> <assembleProduct :itemData="item"></assembleProduct>
</template> </template> -->
<!--砍价--> <!--砍价-->
<template v-if="item.type == 'bargainProduct'&&item.data!=null"> <!-- <template v-if="item.type == 'bargainProduct'&&item.data!=null">
<bargainProduct :itemData="item"></bargainProduct> <bargainProduct :itemData="item"></bargainProduct>
</template> </template> -->
<!--微信直播--> <!--微信直播-->
<!-- #ifdef MP-WEIXIN --> <!-- #ifdef MP-WEIXIN -->
<template v-if="item.type == 'wxlive'&&item.data!=null"> <!-- <template v-if="item.type == 'wxlive'&&item.data!=null">
<wxlive :itemData="item"></wxlive> <wxlive :itemData="item"></wxlive>
</template> </template> -->
<!-- #endif --> <!-- #endif -->
</block> </block>
</view> </view>