Authored by 陈林

删除了log。review by 孙凯

... ... @@ -26,7 +26,6 @@ export default class GroupPurchase extends Component {
} = this.props;
let banner = productList.banner;
let url = productList.url;
console.log('banner', banner);
if(banner === '') return null;
... ...
... ... @@ -78,8 +78,6 @@ class InstallmentMyOrderContainer extends Component {
}
onPressGoNew() {
console.log("onPressGoNew");
this.props.actions.getoNewArrival();
}
... ...
... ... @@ -36,9 +36,7 @@ const initialState = new InitialState;
export default function productReducer(state=initialState, action) {
switch(action.type) {
case SET_CURRENT_TAB: {
console.log("chenlin")
console.log(action.payload)
return state.set('currentTab', action.payload);
}
case SET_EDITED_INDEX: {
... ...