营销:适配商城装修组件【用户卡片】

This commit is contained in:
owen
2023-12-01 23:12:43 +08:00
parent 8755d64683
commit cfd6551732
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -3,13 +3,13 @@
title="我的"
tabbar="/pages/index/user"
navbar="custom"
:bgStyle="template.style?.background"
:bgStyle="template.page"
:navbarStyle="template.style?.navbar"
onShareAppMessage
:showFloatButton="true"
>
<s-block v-for="(item, index) in template.data" :key="index" :styles="item.style">
<s-block-item :type="item.type" :data="item.data" :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>
</s-layout>
</template>