qiushang 3 päivää sitten
vanhempi
commit
15fdbb2ff3

+ 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" />