Compare commits

..

No commits in common. '4142d19ca94ea22a8ee34294fc0bc46d115f781a' and '0acf0051825ea6c27ad7f3ce1f7231596a210904' have entirely different histories.

@ -307,7 +307,7 @@
<ul style="" class="speciList">
<li v-for="(item2, index2) in getPaginatedData(item, index)" :key="index2">
<span style="color: #ccc">-</span>
<a target="_blank" style="cursor: pointer" @click="pubHref(item2.specialId, 5)">
<a target="_blank" @click="pubHref(item2.specialId, 5)">
{{item2.specialTitle}}
</a>
<span class="date">{{item2.createTime | formatDate}}</span>

Loading…
Cancel
Save