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>