Selaa lähdekoodia

新春招聘会

linwu 1 vuosi sitten
vanhempi
commit
424ca67ffc

+ 4 - 4
app/Http/Controllers/Mobile/Active/SpringController.php

@@ -153,7 +153,7 @@ class SpringController extends MobileBaseController
             $district_arr = ["%.{$select_id}%", "%{$select_id}.%"];
             $title        = $citys['select']['name'] . '专区';
         }
-        $whereRaw = "jobs.updated_at > '2023-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
+        $whereRaw = "jobs.updated_at > '2024-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
         $companys = DB::table('jobs')->join('companys', 'jobs.company_id', '=', 'companys.id')->whereRaw($whereRaw)->groupBy('jobs.company_id')->select('jobs.company_id')->pluck('company_id')->toArray();
 
         $where   = [];
@@ -296,7 +296,7 @@ class SpringController extends MobileBaseController
         $limit  = 8;
 
         $citycategory = 'jjkfq';
-        $whereRaw     = "jobs.updated_at > '2023-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
+        $whereRaw     = "jobs.updated_at > '2024-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
         $companys     = DB::table('jobs')->join('companys', 'jobs.company_id', '=', 'companys.id')->whereRaw($whereRaw)->groupBy('jobs.company_id')->select('jobs.company_id')->pluck('company_id')->toArray();
 
 
@@ -444,7 +444,7 @@ class SpringController extends MobileBaseController
         $limit  = 8;
 
         $citycategory = 'jjkfq';
-        $whereRaw     = "jobs.updated_at > '2023-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
+        $whereRaw     = "jobs.updated_at > '2024-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
         $companys     = DB::table('jobs')->join('companys', 'jobs.company_id', '=', 'companys.id')->whereRaw($whereRaw)->groupBy('jobs.company_id')->select('jobs.company_id')->pluck('company_id')->toArray();
 
 
@@ -577,7 +577,7 @@ class SpringController extends MobileBaseController
             $district_arr = ["%.{$select_id}%", "%{$select_id}.%"];
             $title        = $citys['select']['name'] . '专区';
         }
-        $whereRaw = "jobs.updated_at > '2023-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
+        $whereRaw = "jobs.updated_at > '2024-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
         $companys = DB::table('jobs')->join('companys', 'jobs.company_id', '=', 'companys.id')->whereRaw($whereRaw)->groupBy('jobs.company_id')->select('jobs.company_id')->pluck('company_id')->toArray();
 
         $where   = [];

BIN
public/themes/default/assets/mobile/images/online2021/bg_ad.png


BIN
public/themes/default/assets/mobile/images/online2021/bg_index_special.png


BIN
public/themes/default/assets/mobile/images/online2021/bg_special.png


BIN
public/themes/default/assets/mobile/images/online2021/bg_title.png


BIN
public/themes/default/assets/mobile/images/online2021/lottery_description.png


BIN
public/themes/default/assets/mobile/images/online2021/lottery_description_2023.png


BIN
public/themes/default/assets/mobile/images/online2021/lottery_gift.png


BIN
public/themes/default/assets/mobile/images/online2021/lottery_gift_2023.png


BIN
public/themes/default/assets/mobile/images/online2021/lottery_logo.png


BIN
public/themes/default/assets/mobile/images/online2021/lottery_win.png


BIN
public/themes/default/assets/mobile/images/online2021/lottery_win_2023.png


BIN
public/themes/default/assets/mobile/images/spring/header_2024.png


+ 4 - 4
public/themes/default/views/mobile/app/active/spring.blade.php

@@ -15,7 +15,7 @@
 
 @section('content')
     <div class="online2021_header">
-        <img src="{{theme_asset('mobile/images/spring/header_2023.jpg')}}?v=3">
+        <img src="{{theme_asset('mobile/images/spring/header_2024.jpg')}}?v=3">
     </div>
 
     <div class="online2021_title">
@@ -195,7 +195,7 @@
         </div>
         <img class="lottery_logo" src="{{ theme_asset('mobile/images/online2021/lottery_logo.png') }}"/>
         <div class="content_box content_box_one">
-            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_description_2023.png') }}">
+            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_description.png') }}">
             <p class="lottery_description">
                 <span class="description_title">※入群欢迎礼:</span>
                 <span class="description_content">活动期间,扫描直播专区二维码进入求职交流群,即可获得抽奖机会一次,100%中奖;</span>
@@ -235,7 +235,7 @@
             </p>
         </div>
         <div class="content_box content_box_two">
-            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_gift_2023.png') }}">
+            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_gift.png') }}">
             <div class="grid">
                 @foreach($prize as $v)
                     <div class="grid_item">
@@ -248,7 +248,7 @@
             </div>
         </div>
         <div class="content_box content_box_three">
-            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_win_2023.png') }}">
+            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_win.png') }}">
             @if (!empty($user))
                 @foreach($win as $k => $v)
                     <div class="cell">

+ 1 - 1
public/themes/default/views/mobile/app/active/spring_special.blade.php

@@ -32,7 +32,7 @@
 @endpush
 @section('content')
     <div class="online2021_header">
-        <img src="{{theme_asset('mobile/images/spring/header_2023.jpg')}}?v=3">
+        <img src="{{theme_asset('mobile/images/spring/header_2024.jpg')}}?v=3">
     </div>
     <div class="online2021_title">
         <p>{{$title}}</p>

+ 4 - 4
public/themes/default/views/mobile/app/active/spring_special_jkq.blade.php

@@ -71,7 +71,7 @@
 @section('content')
     @if(empty($source))
         <div class="online2021_header">
-            <img src="{{theme_asset('mobile/images/spring/header_2023.jpg')}}?v=3">
+            <img src="{{theme_asset('mobile/images/spring/header_2024.jpg')}}?v=3">
         </div>
     @else
         <div class="live_header">
@@ -186,7 +186,7 @@
         </div>
         <img class="lottery_logo" src="{{ theme_asset('mobile/images/online2021/lottery_logo.png') }}"/>
             <div class="content_box content_box_one">
-                <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_description_2023.png') }}?v=1">
+                <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_description.png') }}?v=1">
                 <p class="lottery_description">
                     <span class="description_title">※入群欢迎礼:</span>
                     <span class="description_content">活动期间,扫描直播专区二维码进入求职交流群,即可获得抽奖机会一次,100%中奖;</span>
@@ -226,7 +226,7 @@
                 </p>
             </div>
         <div class="content_box content_box_two">
-            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_gift_2023.png') }}?v=1">
+            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_gift.png') }}?v=1">
             <div class="grid">
                 @foreach($prize as $v)
                     <div class="grid_item">
@@ -239,7 +239,7 @@
             </div>
         </div>
         <div class="content_box content_box_three">
-            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_win_2023.png') }}?v=1">
+            <img class="content_header" src="{{ theme_asset('mobile/images/online2021/lottery_win.png') }}?v=1">
             @if (!empty($user))
                 @foreach($win as $k => $v)
                     <div class="cell">