营销:装修页面适配搜索框

This commit is contained in:
owen
2023-11-04 22:06:40 +08:00
parent 82bce400d7
commit e55218330c
4 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<view v-if="template">
<s-layout title="首页" navbar="custom" tabbar="/pages/index/index" :bgStyle="template.page"
:navbarStyle="template.style?.navbar" onShareAppMessage>
<s-block v-for="(item, index) in template.components" :key="index" :styles="item.style">
<s-block v-for="(item, index) in template.components" :key="index" :styles="item.property.style">
<s-block-item :type="item.id" :data="item.property" :styles="item.property.style" />
</s-block>
<!-- 广告模块 -->