qiushang 3 天之前
父节点
当前提交
15fdbb2ff3
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      resources/views/home/http/help.blade.php
  2. 2 1
      resources/views/home/http/help2.blade.php

+ 2 - 1
resources/views/home/http/help.blade.php

@@ -32,7 +32,8 @@
                         $item['product']->id !== 12 &&
                             $item['product']->id !== 13 &&
                             $item['product']->id !== 17 &&
-                            $item['product']->id !== 18)
+                            $item['product']->id !== 18 &&
+                            $item['product']->id < 18)
                         <div class="flex-between qa-item">
                             <div class="qa-soft flex-start">
                                 <img src="{{ $item['product']->logo }}" class="qa-soft-img" />

+ 2 - 1
resources/views/home/http/help2.blade.php

@@ -32,7 +32,8 @@
                         $item['product']->id == 12 ||
                             $item['product']->id == 13 ||
                             $item['product']->id == 17 ||
-                            $item['product']->id == 18)
+                            $item['product']->id == 18 ||
+                            $item['product']->id > 18)
                         <div class="flex-between qa-item">
                             <div class="qa-soft flex-start">
                                 <img src="{{ $item['product']->logo }}" class="qa-soft-img" />