This commit is contained in:
liuye
2023-06-14 16:37:24 +08:00
parent da25a3750e
commit a146bbbd5a

View File

@@ -77,7 +77,7 @@
</div> </div>
<div class="list-wrap" v-if="row[categoryIndexList[r]].records && row[categoryIndexList[r]].records.length>0"> <div class="list-wrap" v-if="row[categoryIndexList[r]].records && row[categoryIndexList[r]].records.length>0">
<div class="list-card" v-for="(category,index) in row[categoryIndexList[r]].records" :key="index" <div class="list-card" v-for="(category,index) in row[categoryIndexList[r]].records" :key="index"
@click="$linkTo('/mods/AppContent/contentDetail?id='+category.id)"> @click="$linkTo('/mods/AppContent/contentDetail?id='+category.id)" v-if="index < 5">
<div class="header">{{ category.title }}</div> <div class="header">{{ category.title }}</div>
<div class="content-wrap" <div class="content-wrap"
v-if="category.contentType==0 && category.files && category.files.length<3&&category.files.length>0"> v-if="category.contentType==0 && category.files && category.files.length<3&&category.files.length>0">