Browse Source

空白页

jwyu 2 years ago
parent
commit
3e3bd2ede8
1 changed files with 1 additions and 1 deletions
  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>