add 埋点 review by daiqiang
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -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() { |
-
Please register or login to post a comment