fix bug for waterflow component

This commit is contained in:
RockYang
2024-05-05 10:52:29 +08:00
parent 1232c3cd9c
commit 142cd553a3
5 changed files with 30 additions and 19 deletions

View File

@@ -72,7 +72,7 @@
</template>
</v3-waterfall>
<v3-waterfall v-if="imgType === 'dall'"
<v3-waterfall v-else-if="imgType === 'dall'"
id="waterfall"
:list="data['dall']"
srcKey="img_thumb"