|
@@ -85,11 +85,9 @@
|
|
<div class="mobile_index_news module-box" id="emergency">
|
|
<div class="mobile_index_news module-box" id="emergency">
|
|
<ul>
|
|
<ul>
|
|
<li>
|
|
<li>
|
|
- <a href="{{route("mobile.health.attract.show")}}" rel="nofollow noopener noreferrer"><b>></b>{{cut_str("晋江市加快集聚高校毕业生来(留)晋创业就业的若干措施", 15, 0, '...')}}<span class="jc_rt">2024-10-18</span></a>
|
|
|
|
- <a href="{{route("mobile.health.attract.show")}}" rel="nofollow noopener noreferrer"><b>></b>{{cut_str("晋江市关于支持泉州(晋江)人力资源服务产业园发展的若干措施", 15, 0, '...')}}<span class="jc_rt">2024-10-15</span></a>
|
|
|
|
- <a href="{{route("mobile.health.attract.show")}}" rel="nofollow noopener noreferrer"><b>></b>{{cut_str("关于落实支持柔性引才有关事项工作的通知", 15, 0, '...')}}<span class="jc_rt">2024-10-08</span></a>
|
|
|
|
- <a href="{{route("mobile.health.attract.show")}}" rel="nofollow noopener noreferrer"><b>></b>{{cut_str("关于开展 “涌泉”行动集聚各类人才 在泉创业就业的若干措施", 15, 0, '...')}}<span class="jc_rt">2024-09-20</span></a>
|
|
|
|
- <a href="{{route("mobile.health.attract.show")}}" rel="nofollow noopener noreferrer"><b>></b>{{cut_str("福建省高层次人才认定申报手册", 15, 0, '...')}}<span class="jc_rt">2024-09-01</span></a>
|
|
|
|
|
|
+ @foreach($attract_list as $v)
|
|
|
|
+ <a href="{{route("mobile.health.attract.show")}}?id={{$v['id']}}" rel="nofollow noopener noreferrer"><b>></b>{{cut_str($v['title'], 15, 0, '...')}}<span class="jc_rt">{{date('Y-m-d',strtotime($v['created_at']))}}</span></a>
|
|
|
|
+ @endforeach
|
|
</li>
|
|
</li>
|
|
<div onclick="window.location='{{route("mobile.health.attract.index")}}';" style="text-align:center;height:.8rem;line-height:.8rem;background:#fff;">查看更多</div>
|
|
<div onclick="window.location='{{route("mobile.health.attract.index")}}';" style="text-align:center;height:.8rem;line-height:.8rem;background:#fff;">查看更多</div>
|
|
</ul>
|
|
</ul>
|
|
@@ -97,8 +95,9 @@
|
|
<div class="mobile_index_news module-box" id="gongzhonghao" style="display: none;">
|
|
<div class="mobile_index_news module-box" id="gongzhonghao" style="display: none;">
|
|
<ul>
|
|
<ul>
|
|
<li>
|
|
<li>
|
|
- <a href="https://mp.weixin.qq.com/s/A0fQqYtWMs3szvJxKUOPCg" rel="nofollow noopener noreferrer"><b>></b>{{cut_str("公众号文章1,公众号文章1,公众号文章1,公众号文章1,公众号文章1,", 15, 0, '...')}}<span class="jc_rt">2024-10-18</span></a>
|
|
|
|
- <a href="https://mp.weixin.qq.com/s/A0fQqYtWMs3szvJxKUOPCg" rel="nofollow noopener noreferrer"><b>></b>{{cut_str("公众号文章2,公众号文章2,公众号文章2,公众号文章2,公众号文章2,", 15, 0, '...')}}<span class="jc_rt">2024-10-15</span></a>
|
|
|
|
|
|
+ @foreach($gongzhonghao_list as $v)
|
|
|
|
+ <a href="{{$v['is_url']}}" rel="nofollow noopener noreferrer"><b>></b>{{cut_str($v['title'], 15, 0, '...')}}<span class="jc_rt">{{date('Y-m-d',strtotime($v['created_at']))}}</span></a>
|
|
|
|
+ @endforeach
|
|
</li>
|
|
</li>
|
|
<div onclick="window.location='{{route("mobile.health.gongzhonghao.index")}}';" style="text-align:center;height:.8rem;line-height:.8rem;background:#fff;">查看更多</div>
|
|
<div onclick="window.location='{{route("mobile.health.gongzhonghao.index")}}';" style="text-align:center;height:.8rem;line-height:.8rem;background:#fff;">查看更多</div>
|
|
</ul>
|
|
</ul>
|