Authored by 孙凯

add 埋点 review by daiqiang

... ... @@ -74,6 +74,9 @@ class DetailContainer extends Component {
this.props.actions.getWeChatAtten();
this.props.actions.getCommentsList();
this.props.actions.getPraiseForArtivle();
NativeModules.YH_CommonHelper.logEvent('YB_STROLL_CONT', {});
}
componentWillUnmount() {
... ...