Browse Source

Merge branch 'master' of http://47.97.194.53:3000/qiushang/xingyou

Qasim 11 months ago
parent
commit
895ffe37ae
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/views/home/http/help.blade.php

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

@@ -34,6 +34,7 @@
                     <div class="name">常见问题-使用技巧</div>
                 </div>
                 @foreach ($data as $item)
+                    @if($item['product']['id'] != 12)
                     <div class="flex-between qa-item">
                         <div class="qa-soft flex-start">
                             <img src="{{ $item['product']->logo }}" class="qa-soft-img" />
@@ -53,6 +54,7 @@
                             @endforeach
                         </div>
                     </div>
+                    @endif
                 @endforeach
             </div>
         </div>