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.

14 lines
421 B

<view class="exercise">
<view class="title">
{{exercise.exercise_name}}
</view>
<view class="end">
截止时间:{{exercise.end_time_str}}
</view>
<view class="time" wx:if="{{exercise.time&&exercise.time>0}}">
答题时间:{{exercise.time}} 分钟
</view>
<button class="enter" type="main" bindtap="onTap">
{{exercise.exercise_status==2?'开始答题':'查看答题'}}
</button>
</view>