Showing
1 changed file
with
1 additions
and
1 deletions
@@ -250,8 +250,8 @@ export function login(account, password) { | @@ -250,8 +250,8 @@ export function login(account, password) { | ||
250 | }) | 250 | }) |
251 | .catch((error) => { | 251 | .catch((error) => { |
252 | Alert.alert( | 252 | Alert.alert( |
253 | + '登录消息', | ||
253 | error.message?error.message:'登录失败', | 254 | error.message?error.message:'登录失败', |
254 | - '', | ||
255 | [{text: 'OK'}] | 255 | [{text: 'OK'}] |
256 | ); | 256 | ); |
257 | dispatch(loginFailure(error)); | 257 | dispatch(loginFailure(error)); |
-
Please register or login to post a comment