This commit is contained in:
wangzimeng 2025-07-16 18:30:30 +08:00
parent c15433bb8f
commit 17558493c3

View File

@ -9,11 +9,11 @@
onShareAppMessage
:showFloatButton="true"
>
<s-block v-for="(item, index) in template.data" :key="index" :styles="item.style">
<!-- <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>
<!-- 广告模块 -->
<s-popup-image />
</s-block>-->
<!-- 广告模块
<s-popup-image /> -->
</s-layout>
</view>
</template>