# 轮播图

# 后台配置 app管理 > 广告推荐

102

# 配置说明

名称: 图片的名称
编码: 编码
图片全路径: 完整路径
点击跳转链接: 广告链接
优先级: 排序
状态: --
图片: 轮播图

# 移动端首页会显示对应的轮播图

<!-- 对应的移动端组件 -->
<bd-swiper
    v-if="adList.length"
    :data="adList"
    @clickItem="toAd"
    :isPreview="false"
    class="marT-20 boderR ad-swiper">
</bd-swiper>