@@ -24,7 +24,7 @@
/>
<div :style="titleCss" class="bigBrand1 zi-hover">{{ item.title || '' }}</div>
<div :style="subtitleCss" class="bigBrand2">
- {{ item.title || '' }}
+ {{ item.brandTitle || item.brandName || '' }}
</div>
</template>