...
|
...
|
@@ -129,6 +129,12 @@ class NewArrivalContainer extends Component { |
|
|
this.props.actions.getProductList(true);
|
|
|
}
|
|
|
_onPressMoreFilter(value, name){
|
|
|
let {productList} = this.props.newArrival;
|
|
|
if (value == productList.get('order')) {
|
|
|
this.props.actions.setFilterMoreView(false);
|
|
|
return;
|
|
|
}
|
|
|
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_GOODS_LIST_HOT_TAB_C', {TYPE_ID:3});
|
|
|
let lastSelectedPopular = false;
|
|
|
if (value != '') {
|
|
|
lastSelectedPopular = true;
|
...
|
...
|
|