修改adv数据

This commit is contained in:
anhaogxs
2021-02-03 21:01:16 +08:00
parent 504e476e30
commit 41a2882fd3
2 changed files with 25 additions and 23 deletions

View File

@ -25,7 +25,7 @@
<Menu :list="item.componentContent.menus" v-if="item.type=='menu'"></Menu>
<!-- 滚动新闻 -->
<!-- 广告 -->
<Adv v-if="item.type=='adv'" />
<Adv v-if="item.type=='adv'" :detail="item.componentContent.detail" />
<!-- 热门榜单 -->
<HotCommodity v-if="item.type=='hotCommodity'" :detail="likeInfo"></HotCommodity>
<!-- 超值拼团 -->