修改 大数据上报字段 review by chenlin
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -125,7 +125,7 @@ class DetailContainer extends Component { | @@ -125,7 +125,7 @@ class DetailContainer extends Component { | ||
125 | 125 | ||
126 | try { | 126 | try { |
127 | let params = { | 127 | let params = { |
128 | - FROM: 2, | 128 | + IS_FROM: 2, |
129 | }; | 129 | }; |
130 | ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_COPY_WECHAT_PN_C', params); | 130 | ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_COPY_WECHAT_PN_C', params); |
131 | } catch (e) { | 131 | } catch (e) { |
-
Please register or login to post a comment