删除orderDelivery.js
This commit is contained in:
parent
8e7d72ce71
commit
ba409a63c7
@ -1,25 +0,0 @@
|
|||||||
// import { cancelOrder } from '../../services/order';
|
|
||||||
//
|
|
||||||
// export default {
|
|
||||||
// namespace: 'orderDelivery',
|
|
||||||
//
|
|
||||||
// state: {
|
|
||||||
// orderId: 0,
|
|
||||||
// visible: false,
|
|
||||||
// },
|
|
||||||
//
|
|
||||||
// effects: {
|
|
||||||
// *getLogistics({ payload }, { call, put }) {},
|
|
||||||
// },
|
|
||||||
//
|
|
||||||
// reducers: {
|
|
||||||
// changeVisible(state, { payload }) {
|
|
||||||
// const { orderId, visible } = payload;
|
|
||||||
// return {
|
|
||||||
// ...state,
|
|
||||||
// orderId,
|
|
||||||
// visible,
|
|
||||||
// };
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// };
|
|
Loading…
Reference in New Issue
Block a user