orderListFresh.js 161 B

123
  1. export let shouldFresh = false;
  2. export const orderListShouldFresh = () => (shouldFresh = true);
  3. export const orderListFinishFresh = () => (shouldFresh = false);