Skip to content

Commit

Permalink
🐞 fix: 送礼记录界面bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadwuo committed Dec 14, 2024
1 parent a6fbb4d commit 5cdca59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/giftOut/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ function onSelectFriend() {
url: '/pages/friend/select',
events: {
acceptDataFromOpenedPage(data) {
const { friendName, friendId } = data
dataSource.value.friendName = friendName
dataSource.value.friendId = friendId
dataSource.value.friendInfo = data
},
},
})
Expand Down

0 comments on commit 5cdca59

Please sign in to comment.