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:24:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8760170a2e58efa53dac640ca7f5523ac25053b1
8760170a
1 parent
26efcbb0
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/pages/myActivityList/index.vue
src/pages/myActivityList/index.vue
View file @
8760170
...
...
@@ -97,6 +97,9 @@ export default {
this.sign_count = data.sign_count ? data.sign_count : 0;
this.volunteer_count = data.volunteer_count ? data.volunteer_count : 0;
this.page = this.page + 1;
this.activity_list.forEach(item => {
item.server_time = data.server_time
});
}
},
onHide () { // 离开当前页面
...
...
@@ -166,6 +169,9 @@ export default {
this.volunteer_count = data.volunteer_count;
this.page = this.page + 1;
this.flag = true;
this.activity_list.forEach(item => {
item.server_time = data.server_time
});
} else {
Toast('没有数据')
}
...
...
Please
register
or
login
to post a comment