qukaidi 4 năm trước cách đây
mục cha
commit
e0c8c739a0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/index.vue

+ 2 - 2
src/views/index.vue

@@ -416,8 +416,8 @@
           :More="true"
         >
           <div slot="content" style="height: 312px">
-            <div style="padding: 5px 5px 0 5px; font-size: 16px">
-              【新闻】新闻
+            <div style="padding: 5px 5px 0 5px; font-size: 16px" v-for="(item,index) in tableDataTwo" :key="index">
+              {{item.noticeTitle}}
             </div>
           </div>
         </chi-card>