Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-31 19:21:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
26efcbb0d1a9a0268998de31182a5110d5618ec4
26efcbb0
1 parent
d6e8c760
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/activity-card.vue
src/components/activity-card.vue
View file @
26efcbb
<!--
* @Date: 2022-09-20 15:39:37
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-31 19:
15:12
* @LastEditTime: 2022-10-31 19:
21:17
* @FilePath: /swx/src/components/activity-card.vue
* @Description: 活动卡片组件
-->
...
...
@@ -82,7 +82,6 @@ const formatDate = (date) => {
}
const formatStatus = (item) => {
console.warn(item);
if (item?.is_end) {
return '已结束';
} else if (item?.status === 'disable') {
...
...
Please
register
or
login
to post a comment