You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
467 B

<navigator class="item-container" hover-class="none" url="/markdown/competition/competition/competition?identifier={{data.identifier}}">
<view class="image-wrp" catchtap="previewImage">
<image class="item-image" lazy-load mode="heightFix" src="{{eduUrl}}/{{data.image}}"></image>
</view>
<view class="item-detail">
<view>{{data.name}}</view>
<view class="tip">竞赛时间:{{data.start_time}}~{{data.end_time}}</view>
</view>
</navigator>