修改手机号

This commit is contained in:
saplf
2019-09-06 15:39:28 +08:00
parent 53509b8aa2
commit b700f76d27
8 changed files with 324 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ const model: Model = {
if (confirm !== newPwd) return message.warn(formatMessage({ id: 'check.msgConfirm' }));
yield put({ type: 'onUpdateState', submitting: true });
try {
yield call(changeFundPwd, newPwd, origin);
yield call(changeFundPwd, newPwd, originVisible ? undefined : origin);
yield put(routerRedux.goBack());
message.success(formatMessage({ id: 'fundpwd.success' }));
} catch (e) {