소스 검색

错误修改

lijj 2 년 전
부모
커밋
4554420571
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      miniapp/pages/yuecai/professional_style/index.vue

+ 1 - 1
miniapp/pages/yuecai/professional_style/index.vue

@@ -3,7 +3,7 @@
     <u-swiper :list="bannerList" @click="clickInfo" keyName="cover"></u-swiper>
     <u-list @scrolltolower="scrolltolower" height="calc(100% - 50px)" lowerThreshold="10">
       <u-list-item v-for="(item, index) in list" :key="index">
-        <u-cell :title="item.name" @click="toDetail(item.id)">
+        <u-cell :title="item.title" @click="toDetail(item.id)">
           <u-avatar slot="icon" shape="square" size="35" :src="item.cover"
             customStyle="margin: -3px 5px -3px 0"></u-avatar>
         </u-cell>