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-11-01 17:34:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d26a8f174e848baedaa5b11a814a1bc03d2b4a3
7d26a8f1
1 parent
353b4368
签到完成更新用户统计
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
src/pages/joinList/index.vue
src/pages/joinList/index.vue
View file @
7d26a8f
...
...
@@ -264,7 +264,14 @@ export default {
if (item.id === id) {
item.status = 'enable';
}
})
});
// 更新用户统计
const { code, data } = await listRegAPI({ activity_id: getCurrentPageParam().id, type: this.member_type, page: this.page, limit: this.limit });
if (code) {
this.reg_count = data.reg_count;
this.volunteer_count = data.volunteer_count;
this.sign_count = data.sign_count;
}
}
})
.catch(() => {
...
...
Please
register
or
login
to post a comment