Fix account item style

This commit is contained in:
saplf
2019-09-02 17:56:03 +08:00
parent 4480fc8e19
commit 47d7819f2d
6 changed files with 9 additions and 17 deletions

View File

@@ -68,7 +68,6 @@ const model: Model = {
*load(_, { call, put, all }) {
yield put({ type: 'onUpdatePageState', payload: PageState.Pending });
yield delay(800);
try {
const areacodes = yield call(getAreaCodes);