hurx 4 днів тому
батько
коміт
b1d196763e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/home/pccomponents/pages/brand.vue

+ 1 - 1
src/views/home/pccomponents/pages/brand.vue

@@ -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>
           </div>
         </template>