|
|
@@ -81,7 +81,7 @@
|
|
|
<li style="background:#ff9900;float: left;margin-bottom:10px;">确认参加笔试</li>
|
|
|
</a>
|
|
|
@endif
|
|
|
- @if(in_array(3,explode(',',$recruit->step)))
|
|
|
+ @if(in_array(3,explode(',',$recruit->step)) && $recruit->pen_ticket_type == 1)
|
|
|
<a href="javascript:void(0)" id="pen_ticket" data-id="{{$info->id}}" >
|
|
|
<li style="background:#ff9900;float: left;margin-bottom:10px;">笔试准考证打印</li>
|
|
|
</a>
|