Skip to content

Commit

Permalink
[+] Add error msg on verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Jan 26, 2025
1 parent b3f1658 commit b4410ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/VerificationView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ async function realPersonPay() {
if (!rs) return
if (rs.status === 200) {
window.open(rs.data.url)
} else {
message.error(rs.message)
}
}
Expand Down

0 comments on commit b4410ae

Please sign in to comment.