...
|
...
|
@@ -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() {
|
...
|
...
|
|