This commit is contained in:
pplokijuhyg 2019-12-20 10:39:01 +08:00
parent 9b3f63ea96
commit adcf905e5d

View File

@ -98,7 +98,7 @@
:types="item.type"
></follow>
<answer
v-if="types==5 && item.type ==1|| item.type == 2"
v-if="types==5 && (item.type == 1|| item.type == 2)"
:operation="'我收藏了该'+ status[item.type]"
:day="item.time"
:title="item.title"