|
@@ -128,12 +128,16 @@ class NewArrivalContainer extends Component { |
|
@@ -128,12 +128,16 @@ class NewArrivalContainer extends Component { |
128
|
this.props.actions.resetListPageInfo();
|
128
|
this.props.actions.resetListPageInfo();
|
129
|
this.props.actions.getProductList(true);
|
129
|
this.props.actions.getProductList(true);
|
130
|
}
|
130
|
}
|
131
|
- _onPressMoreFilter(value){
|
131
|
+ _onPressMoreFilter(value, name){
|
132
|
this.props.actions.setFilterMoreView(false);
|
132
|
this.props.actions.setFilterMoreView(false);
|
133
|
this.props.actions.resetListPageInfo();
|
133
|
this.props.actions.resetListPageInfo();
|
134
|
this.props.actions.setProductListFilter(value);
|
134
|
this.props.actions.setProductListFilter(value);
|
135
|
this.props.actions.getProductList(true);
|
135
|
this.props.actions.getProductList(true);
|
136
|
|
136
|
|
|
|
137
|
+ if(name == '人气'){
|
|
|
138
|
+ ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_GOODS_LIST_HOT_TAB_C', {TYPE_ID: 3});
|
|
|
139
|
+ }
|
|
|
140
|
+
|
137
|
}
|
141
|
}
|
138
|
_onPressCloseMoreFilter(){
|
142
|
_onPressCloseMoreFilter(){
|
139
|
this.props.actions.setFilterMoreView(false);
|
143
|
this.props.actions.setFilterMoreView(false);
|