qiushang 4 月之前
父节点
当前提交
6ef512c3b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/home/http/index.blade.php

+ 1 - 1
resources/views/home/http/index.blade.php

@@ -59,7 +59,7 @@
         </div>
         </div>
         <div class="flex-start" style="flex-wrap: wrap;">
         <div class="flex-start" style="flex-wrap: wrap;">
             @foreach($productList as $item)
             @foreach($productList as $item)
-                @if($item->id < 12 || $item->id > 13)
+                @if($item->id !== 12 && $item->id !== 13 && $item->id !== 17)
                 <div class="overflow" style="width: 20%; text-align: center; margin-bottom: 50px;">
                 <div class="overflow" style="width: 20%; text-align: center; margin-bottom: 50px;">
                     <img src="{{'https://www.xingyousoft.com' . $item->logo}}" style="width: 80px;height: 80px; border-radius: 10px;"/>
                     <img src="{{'https://www.xingyousoft.com' . $item->logo}}" style="width: 80px;height: 80px; border-radius: 10px;"/>
                     <p style="margin: 20px 0 10px; font-weight: 600">{{$item->title}}</p>
                     <p style="margin: 20px 0 10px; font-weight: 600">{{$item->title}}</p>