Authored by 孙凯

add 埋点 review by daiqiang

@@ -74,6 +74,9 @@ class DetailContainer extends Component { @@ -74,6 +74,9 @@ class DetailContainer extends Component {
74 this.props.actions.getWeChatAtten(); 74 this.props.actions.getWeChatAtten();
75 this.props.actions.getCommentsList(); 75 this.props.actions.getCommentsList();
76 this.props.actions.getPraiseForArtivle(); 76 this.props.actions.getPraiseForArtivle();
  77 +
  78 + NativeModules.YH_CommonHelper.logEvent('YB_STROLL_CONT', {});
  79 +
77 } 80 }
78 81
79 componentWillUnmount() { 82 componentWillUnmount() {