...
|
...
|
@@ -172,15 +172,17 @@ class BrandStoreContainer extends Component { |
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${productSkn}"}}`;
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url);
|
|
|
|
|
|
let productId = product && product.get('product_id', 0);
|
|
|
let order = orderWithString(this.props.brandStore.productList.order);
|
|
|
let param = {
|
|
|
TYPE_ID: 6,
|
|
|
ENT_ID: this.props.brandStore.shopId,
|
|
|
I_INDEX: rowId+1,
|
|
|
PRD_ID: productSkn,
|
|
|
I_INDEX: rowId+1,
|
|
|
PRD_ID: productId,
|
|
|
SORT_TYPE: order,
|
|
|
REC_ID: this.props.brandStore.productList.recId,
|
|
|
}
|
|
|
|
|
|
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_GOODS_LIST_DT', param);
|
|
|
}
|
|
|
|
...
|
...
|
@@ -304,7 +306,7 @@ class BrandStoreContainer extends Component { |
|
|
TAB_ID: value,
|
|
|
TAB_NAME: name,
|
|
|
}
|
|
|
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_GOODS_LIST_C', param);
|
|
|
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_TAB_C', param);
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|