qiushang 10 月之前
父節點
當前提交
06cdeb04d2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      resources/views/home/http/index.blade.php

+ 2 - 0
resources/views/home/http/index.blade.php

@@ -59,11 +59,13 @@
         </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)
                 <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>
                     <a style="display: inline-block;" href="{{'https://xy.xingyousoft.com/soft/' . $item->domain_prefix . '/' . $item->domain_prefix . '_XY.exe'}}"><div class="a-btn-download">点击下载</div></a>
                     <a style="display: inline-block;" href="{{'https://xy.xingyousoft.com/soft/' . $item->domain_prefix . '/' . $item->domain_prefix . '_XY.exe'}}"><div class="a-btn-download">点击下载</div></a>
                 </div>
                 </div>
+                @endif
             @endforeach
             @endforeach
         </div>
         </div>
     </div>
     </div>