feat: v-for 调整

This commit is contained in:
2025-07-28 18:45:23 +08:00
parent 1c7bfec3dc
commit 15200ce3b8
3 changed files with 2650 additions and 75 deletions

View File

@@ -38,7 +38,7 @@
<ChatCardOther class="message-item-other" :text="item.msg">
<OneFeelMK001 v-if="mainPageDataModel.activityList.length > 0" :activityList="mainPageDataModel.activityList"/>
<template v-if="mainPageDataModel.recommendTheme.length > 0" v-for="(item) in mainPageDataModel.recommendTheme">
<template v-if="mainPageDataModel.recommendTheme.length > 0" v-for="(item, index) in mainPageDataModel.recommendTheme" :key="item.themeName">
<OneFeelMK002 :recommendTheme="item"/>
</template>