* deleteDetails({payload}, {call, put}) {
const result = yield call(deleteDetails, {payload});
if (result.code !== 200) {
throw result.msg;
} else {
Toast.success(result.msg, 1);
yield put(routerRedux.goBack())
}
},
execute the timing prompt first, and then return to the previous page after completing the prompt. How to deal with asynchronous queuing