Authored by htoooth

fix

... ... @@ -34,4 +34,4 @@ export default function() {
sellType: ''
}
};
};
}
... ...
... ... @@ -12,4 +12,4 @@ export {
step1,
step2,
step3
};
\ No newline at end of file
};
... ...
... ... @@ -49,4 +49,4 @@ export default function() {
],
}
};
};
\ No newline at end of file
}
... ...
... ... @@ -102,4 +102,4 @@ export default function() {
],
},
};
}
\ No newline at end of file
}
... ...
... ... @@ -14,4 +14,4 @@ export default function() {
},
showExample: false
};
};
\ No newline at end of file
}
... ...
... ... @@ -38,4 +38,4 @@ export default function() {
colors: [],
sizes: []
};
};
\ No newline at end of file
}
... ...
... ... @@ -4,4 +4,4 @@ import edit from './edit';
export {
edit
};
\ No newline at end of file
};
... ...
... ... @@ -9,4 +9,4 @@ import list from './list';
export {
info,
list
}
\ No newline at end of file
};
... ...
... ... @@ -65,4 +65,4 @@ export default function() {
address: null,
adminName: null
};
}
\ No newline at end of file
}
... ...
... ... @@ -285,4 +285,4 @@ export default function() {
onSuccess: null
}
};
};
}
... ...
... ... @@ -95,4 +95,4 @@ export default function() {
smallSortId: null,
}
};
};
\ No newline at end of file
}
... ...
... ... @@ -7,4 +7,4 @@ export default function() {
count: 0,
categoryId: '',
};
};
\ No newline at end of file
}
... ...
... ... @@ -8,4 +8,4 @@ import list from './list';
export {
edit,
list
};
\ No newline at end of file
};
... ...
... ... @@ -48,4 +48,4 @@ export default function() {
pageSize: 20
}
};
};
\ No newline at end of file
}
... ...