#foreach($announcementDo in $announcementList)
#if(($velocityCount - 1) % 3 == 0)
<span style="display: none; bottom: 0px;">
#set($temps=$velocityCount - 1)
<a target="_blank"> $!announcementList.get($temps).tilte <em style="color: #8e8c8c;margin-left: 42px;">2016-08-02</em></a>
<a target="_blank"> $!announcementList.get($velocityCount).tilte <em style="color: #8e8c8c;margin-left: 42px;">2016-08-02</em></a>
#set($temp=$velocityCount+1)
<a target="_blank"> $!announcementList.get($temp).tilte <em style="color: #8e8c8c;margin-left: 42px;">2016-08-02</em></a>
</span>
#end
#end
时间: 2024-10-05 18:52:31