...
|
...
|
@@ -64,13 +64,6 @@ class GroupPurchaseDetailContainer extends Component { |
|
|
this.props.actions.showShareView(true);
|
|
|
}
|
|
|
);
|
|
|
|
|
|
this.subscription = NativeAppEventEmitter.addListener(
|
|
|
'ShareCouponDetailEvent',
|
|
|
() => {
|
|
|
this.props.actions.fetchCouponInfo();
|
|
|
}
|
|
|
);
|
|
|
}
|
|
|
|
|
|
async componentDidMount() {
|
...
|
...
|
@@ -78,7 +71,7 @@ class GroupPurchaseDetailContainer extends Component { |
|
|
this.props.actions.fetchActivityGroupDetail(this.props.FP_NAME, this.props.FP_PARAM);
|
|
|
this.props.actions.fetchResourceInfo();
|
|
|
|
|
|
if(Platform.OS === 'android' && this.props.popShare == "1"){
|
|
|
if(this.props.popShare == "1"){
|
|
|
this.props.actions.fetchCouponInfo();
|
|
|
}
|
|
|
}
|
...
|
...
|
|