Skip to content

Commit

Permalink
🐞 fix: 页面数据更新bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadwuo committed Apr 29, 2024
1 parent e967b71 commit c4bcd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/friend/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function loadData() {
}
onLoad(() => {
loadData()
uni.$on('friendEeditPageUpdate', () => {
uni.$on('friendPageUpdate', () => {
loadData()
})
})
Expand Down
2 changes: 1 addition & 1 deletion src/pages/giftOut/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function onTabsClick(item) {
onLoad(() => {
loadData()
uni.$on('giftOutEditPageUpdate', () => {
uni.$on('giftOutPageUpdate', () => {
loadData()
})
})
Expand Down

0 comments on commit c4bcd01

Please sign in to comment.