|
@@ -34,7 +34,7 @@
|
|
|
<div class="name">常见问题-使用技巧</div>
|
|
|
</div>
|
|
|
@foreach ($data as $item)
|
|
|
- @if($item['product']['id'] != 12)
|
|
|
+ @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" />
|