...
|
...
|
@@ -217,7 +217,10 @@ export function pwdModifySubmit(pid, oldPwd, newPwd,newPwdConfirm) { |
|
|
Alert.alert(
|
|
|
'修改成功',
|
|
|
'',
|
|
|
[{text: 'OK', onPress: () => dispatch(logout())}]
|
|
|
[{text: 'OK', onPress: () => {
|
|
|
Actions.pop();
|
|
|
setTimeout(() => {Actions.pop()}, 0);
|
|
|
}}]
|
|
|
);
|
|
|
})
|
|
|
.catch((error) => {
|
...
|
...
|
|