Authored by 张丽霞

店铺UI,review byRedding

... ... @@ -170,7 +170,7 @@ const styles = StyleSheet.create({
height: 38,
top: 1,
bottom: 1,
marginLeft: width - 40,
left: width - 40,
backgroundColor: 'transparent',
justifyContent: 'center',
},
... ...
... ... @@ -162,8 +162,6 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -188,8 +186,6 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
FILTER_VALUE: this.props.brandStore.filterNameFactors.toJS(),
}
console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_GOODS_LIST_C', param);
}
... ... @@ -210,8 +206,6 @@ class BrandStoreContainer extends Component {
IS_RED: 0,
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
}
console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_GOODS_LIST_C', param);
} else if (this.props.brandStore.storeFilter == 2) {
let param = {
... ... @@ -222,8 +216,6 @@ class BrandStoreContainer extends Component {
IS_RED: 0,
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
}
console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_GOODS_LIST_C', param);
}
}
... ... @@ -239,8 +231,6 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -255,8 +245,6 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -271,8 +259,6 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -287,8 +273,6 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -303,8 +287,6 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ...
... ... @@ -248,9 +248,6 @@ function shopDataExposure(eventName, data) {
DATA: data,
};
// console.log(eventName)
// console.log(params)
ReactNative.NativeModules.YH_CommonHelper.logEvent(eventName, params);
};
}
... ...