jwyu 2 vuotta sitten
vanhempi
commit
3e3bd2ede8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages-video/comment/list.vue

+ 1 - 1
pages-video/comment/list.vue

@@ -20,7 +20,7 @@
                 </view>
             </view>
         </view>
-          
+        <van-empty description="暂无数据" :image="require('@/static/empty.png')" v-if="finished&&list.length===0"/>
     </view>
 </template>