Authored by 张文文

注释请求

... ... @@ -92,7 +92,7 @@ export default class GroupPurchaseDetail extends Component {
resource,
} = this.props;
let dataSource = {
productResourceInfo: resource.resourceList ? resource.resourceList.toArray() : [],
productResourceInfo: [1],
productListTitle: [2],
productList: productList.list ? productList.list.toArray() : [],
};
... ...
... ... @@ -63,7 +63,7 @@ class GroupPurchaseDetailContainer extends Component {
async componentDidMount() {
this.props.actions.getProductList();
this.props.actions.fetchActivityGroupDetail();
this.props.actions.fetchResourceInfo();
// this.props.actions.fetchResourceInfo();
}
componentWillUnmount() {
... ...