We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15272a commit a618c46Copy full SHA for a618c46
1 file changed
frontend/components/BizMessages.vue
@@ -106,9 +106,9 @@
106
{{ msg.des }}
107
</div>
108
109
- <div v-if="msg.content_list && msg.content_list.length > 0" class="flex flex-col">
+ <div v-if="msg.content_list && msg.content_list.length > 1" class="flex flex-col">
110
<a
111
- v-for="(item, idx) in msg.content_list"
+ v-for="(item, idx) in msg.content_list.slice(1)"
112
:key="idx"
113
:href="item.url"
114
target="_blank"
0 commit comments