Withdraw Page

This commit is contained in:
Mr Swift
2024-08-25 17:19:25 +03:30
parent b0566dd807
commit 617f596b72
4 changed files with 298 additions and 262 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ export default {
console.log(err)
return this.$message({
type: 'warning',
message: err.data.msg
message: err.msg
})
}
})