fix toast message is wrong when modify email to an existed one

This commit is contained in:
MaysWind
2020-11-10 00:18:36 +08:00
parent 00fa402483
commit 2ce25d2ac6
4 changed files with 18 additions and 3 deletions
+1
View File
@@ -174,6 +174,7 @@ export default {
'error': {
'system error': 'System Error',
'api not found': 'Failed to request api',
'database operation failed': 'Database operation failed',
'incomplete or incorrect submission': 'Incomplete or incorrect submission',
'operation failed': 'Operation failed',
'nothing will be updated': 'Nothing will be updated',
+1
View File
@@ -174,6 +174,7 @@ export default {
'error': {
'system error': '系统错误',
'api not found': '接口调用失败',
'database operation failed': '数据库操作失败',
'incomplete or incorrect submission': '提交不完整或不正确',
'operation failed': '操作失败',
'nothing will be updated': '没有内容更新',