Authored by 张文文

bug fix reviewd by aozhe.zhu

... ... @@ -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();
}
}
... ...
... ... @@ -54,7 +54,6 @@ export default class ContentNotifyListCell extends Component {
let params = {
action: 'go.h5',
params: {
title:'有货社区发帖规范',
url:data.link,
}
}
... ...