1.diy---- 文章列表开发

master
sws 2024-09-10 16:39:36 +08:00
parent 9fe526066c
commit 4104e2bc7f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<view class="ht">
<view class="ht-auto min-ht">
<componentDiyHeader></componentDiyHeader>
<view v-if="value.diy_data.length > 0" :style="diy_content_style">
<view v-for="(item, index) in value.diy_data" :key="index">
@ -54,7 +54,7 @@
componentFloatWindow,
componentTextTitle,
componentAuxiliaryBlank,
componentCarousel
componentCarousel,
},
data() {
return {