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