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>