Authored by 于良

修改密码不需要登录 review by yewanwan

... ... @@ -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) => {
... ...