|
@@ -10,7 +10,7 @@
|
|
|
<link rel="stylesheet" type="text/css" href="{{ theme_asset('app/css/company/company_ajax_dialog.css')}}"/>
|
|
|
<link rel="stylesheet" type="text/css" href="{{ theme_asset('app/css/common_ajax_dialog.css')}}"/>
|
|
|
<link href="{{theme_asset('app/css/jobs/jobs.css')}}" rel="stylesheet"/>
|
|
|
- <link href="{{theme_asset('app/css/active/online2021.css')}}" rel="stylesheet"/>
|
|
|
+ <link href="{{theme_asset('app/css/active/online2021.css')}}?v=1" rel="stylesheet"/>
|
|
|
<style>
|
|
|
body {background: url('{{theme_asset("app/images/online2021/bg_list.jpg")}}');}
|
|
|
.header{width:100%;max-width: 1920px;min-width: 1200px;position: relative;z-index: 99;}
|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
@section('content')
|
|
|
<div class="header">
|
|
|
- <img src="{{theme_asset('app/images/online2021/list_header.png')}}">
|
|
|
+ <img src="{{theme_asset('app/images/online2021/list_header.png')}}?v=1">
|
|
|
</div>
|
|
|
<div class="newjobfair">
|
|
|
<div class="online2021_title_left">
|
|
@@ -47,7 +47,7 @@
|
|
|
</div>
|
|
|
</li>
|
|
|
</a>
|
|
|
- <a href="{{route('active.jobfair.spring',['citycategory'=>'anhaizhen'])}}">
|
|
|
+ {{--<a href="{{route('active.jobfair.spring',['citycategory'=>'anhaizhen'])}}">
|
|
|
<li>
|
|
|
<div class="special_box">
|
|
|
<p>>>安海镇专区<<</p>
|
|
@@ -67,7 +67,7 @@
|
|
|
<p>>>内坑镇专区<<</p>
|
|
|
</div>
|
|
|
</li>
|
|
|
- </a>
|
|
|
+ </a>--}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="clear"></div>
|
|
@@ -146,7 +146,7 @@
|
|
|
<td>晋江市阳光广场</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- {{--<div class="btn" style="margin-top:20px;"><a href="https://mp.weixin.qq.com/s/yX4FLywTCdH8JEhxVogJZQ" target="_blank">了解详情</a></div>--}}
|
|
|
+ <div class="btn"><a href="javascript:showWechat()">了解详情</a></div>
|
|
|
</div>
|
|
|
<div class="out_item">
|
|
|
<p class="title">晋江市企业赴省外招聘会</p>
|
|
@@ -172,7 +172,7 @@
|
|
|
<td>云南红河州劳务协作</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- {{--<div class="btn"><a href="https://mp.weixin.qq.com/s/yX4FLywTCdH8JEhxVogJZQ" target="_blank">了解详情</a></div>--}}
|
|
|
+ <div class="btn"><a href="javascript:showWechat()">点击报名</a></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -271,6 +271,13 @@
|
|
|
title: '参会企业'
|
|
|
});
|
|
|
});
|
|
|
-
|
|
|
+ function showWechat() {
|
|
|
+ var qsDialog = $(this).dialog({
|
|
|
+ title: "微信扫码",
|
|
|
+ backdrop: false
|
|
|
+ });
|
|
|
+ var content='<img style="width:50%;display:block;margin:0 auto;" src="{{theme_asset('app/images/online2021/province_out.jpg')}}"/><p style="text-align:center;font-size:22px;color:#EC0C00;">添加微信好友报名参加赴省外招聘活动</p>';
|
|
|
+ qsDialog.setContent(content);
|
|
|
+ }
|
|
|
</script>
|
|
|
@endsection
|