wangxy 2 недель назад
Родитель
Сommit
1a6d8d0555
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      pages/chanpinXuanze/components/yuwenList.vue

+ 1 - 0
pages/chanpinXuanze/components/yuwenList.vue

@@ -3,6 +3,7 @@
     <template  v-for="{chanpin,value:item} in list" :item="item">
     <template  v-for="{chanpin,value:item} in list" :item="item">
       <cardVue v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cardVue>
       <cardVue v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cardVue>
     </template>
     </template>
+    <view class="ezy-no-more">没有更多</view>
   </view>
   </view>
   <view class="ezy-no-sj" v-else>
   <view class="ezy-no-sj" v-else>
     <icon></icon>
     <icon></icon>