src/eleRedux/shopCartReducer.js/foodsMap. const foodsMap = (state = Map({}), action) => { switch (action.type) { case 'ADD_FOOD': if (state.get(action.id)) ...
確定! 回上一頁