Authored by 张文文

注释请求

@@ -92,7 +92,7 @@ export default class GroupPurchaseDetail extends Component { @@ -92,7 +92,7 @@ export default class GroupPurchaseDetail extends Component {
92 resource, 92 resource,
93 } = this.props; 93 } = this.props;
94 let dataSource = { 94 let dataSource = {
95 - productResourceInfo: resource.resourceList ? resource.resourceList.toArray() : [], 95 + productResourceInfo: [1],
96 productListTitle: [2], 96 productListTitle: [2],
97 productList: productList.list ? productList.list.toArray() : [], 97 productList: productList.list ? productList.list.toArray() : [],
98 }; 98 };
@@ -63,7 +63,7 @@ class GroupPurchaseDetailContainer extends Component { @@ -63,7 +63,7 @@ class GroupPurchaseDetailContainer extends Component {
63 async componentDidMount() { 63 async componentDidMount() {
64 this.props.actions.getProductList(); 64 this.props.actions.getProductList();
65 this.props.actions.fetchActivityGroupDetail(); 65 this.props.actions.fetchActivityGroupDetail();
66 - this.props.actions.fetchResourceInfo(); 66 + // this.props.actions.fetchResourceInfo();
67 } 67 }
68 68
69 componentWillUnmount() { 69 componentWillUnmount() {