Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-20 15:39:37 | 2 | * @Date: 2022-09-20 15:39:37 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-10-31 19:15:12 | 4 | + * @LastEditTime: 2022-10-31 19:21:17 |
| 5 | * @FilePath: /swx/src/components/activity-card.vue | 5 | * @FilePath: /swx/src/components/activity-card.vue |
| 6 | * @Description: 活动卡片组件 | 6 | * @Description: 活动卡片组件 |
| 7 | --> | 7 | --> |
| ... | @@ -82,7 +82,6 @@ const formatDate = (date) => { | ... | @@ -82,7 +82,6 @@ const formatDate = (date) => { |
| 82 | } | 82 | } |
| 83 | 83 | ||
| 84 | const formatStatus = (item) => { | 84 | const formatStatus = (item) => { |
| 85 | - console.warn(item); | ||
| 86 | if (item?.is_end) { | 85 | if (item?.is_end) { |
| 87 | return '已结束'; | 86 | return '已结束'; |
| 88 | } else if (item?.status === 'disable') { | 87 | } else if (item?.status === 'disable') { | ... | ... |
-
Please register or login to post a comment