Bladeren bron

新春招聘会

linwu 3 maanden geleden
bovenliggende
commit
8efbf08877

+ 3 - 2
app/Http/Controllers/Mobile/Lottery/LotteryController.php

@@ -138,14 +138,15 @@ class LotteryController extends MobileBaseController
     {
         //抽奖次数
         $data = $request->all();
-        $date = date('Y-m-d');
+//        $date = date('Y-m-d');
+        $date = "2025-01-01";
         $log  = LotteryLog::where([
             ['create_time', '=', $date],
             ['type', '=', $data['type']],
             ['open_id', '=', $data['open_id']],
         ])->first();
         if (!empty($log)) {
-            return response()->json(['status' => 0, 'msg' => '您今天已抽过奖,请明天再来!']);
+            return response()->json(['status' => 0, 'msg' => '您已抽过奖!']);
         }
         LotteryLog::create([
             'create_time' => $date,

+ 1 - 1
public/themes/default/assets/mobile/css/online2021.css

@@ -6,7 +6,7 @@ a {text-decoration:none;}
 .online2021_title p {color:#db0b00;font-size:.3rem;text-align:center;padding-top:30px;font-weight:600;letter-spacing:2px;}
 
 .online2021_ad {background-image:url("../images/online2021/bg_ad.jpg");width:100%;height:80px;background-size:100% 100%;position: relative;top: -20px;}
-.online2021_ad p {color:#fac97c;font-size:.29rem;text-align:center;font-weight:600;padding:0 5%;padding-top:15px;height:60px;line-height:25px;}
+.online2021_ad p {color:#fac97c;font-size:.29rem;text-align:center;font-weight:600;padding:0 5%;padding-top:15px;height:60px;line-height:60px;}
 
 .online2021_special ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
 .online2021_special ul a {width:50%;padding:0 2% 20px 2%;display:block;}

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

@@ -6,7 +6,7 @@
 
 @push('css')
     <link rel="stylesheet" href="{{theme_asset('mobile/css/news.css')}}">
-    <link rel="stylesheet" href="{{theme_asset('mobile/css/online2021.css')}}?v=4">
+    <link rel="stylesheet" href="{{theme_asset('mobile/css/online2021.css')}}?v=5">
     <link href="{{ theme_asset('mobile/css/lottery.css') }}" rel="stylesheet">
 @endpush
 
@@ -14,7 +14,7 @@
 @endpush
 
 @section('content')
-    <div class="online2021_header">
+    <div class="online2021_header" onclick="">
         <img src="{{theme_asset('mobile/images/spring/header_2025.png')}}?v=1">
     </div>
 
@@ -22,7 +22,7 @@
         <p>晋江聚才网线上招聘会大厅</p>
     </div>
     <div class="online2021_ad">
-        <p>聚才找工作赠好礼助力找工作稳就业。看直播,找工作,近千个岗位,近万份豪礼在线等着您。</p>
+        <p>聚才网找工,收获心仪工作奖品。</p>
     </div>
     <div class="online2021_special">
         <ul>
@@ -92,6 +92,11 @@
                 <td>2月13日-15日(正月十六-十八)</td>
                 <td>万益商业广场</td>
             </tr>
+            <tr>
+                <td>经济开发区会场</td>
+                <td>2月13日-15日(正月十六-十八)</td>
+                <td>晋江经济开发区智享空间</td>
+            </tr>
         </table>
         {{--        <div class="btn btn_one"><a href="https://mp.weixin.qq.com/s/4pHWqNEPmY4GykNOVxEbAQ">了解详情</a></div>--}}
     </div>