lrf402788946 5 năm trước cách đây
mục cha
commit
96058a74a0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      parts/time-table.vue

+ 0 - 1
parts/time-table.vue

@@ -109,7 +109,6 @@ export default {
       return `周${word}`;
     },
     getDate(date) {
-      console.log(date);
       let arr = date.split('-');
       return `${arr[1]}月${arr[2]}日`;
     },