- 调整注册页面

This commit is contained in:
sin
2019-03-01 15:05:56 +08:00
parent 46f4b220c9
commit ed476c671d
4 changed files with 9 additions and 173 deletions

View File

@@ -11,6 +11,7 @@ export default {
effects: {
*submit({ payload }, { call, put }) {
console.error(1);
const response = yield call(fakeRegister, payload);
yield put({
type: 'registerHandle',