Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
于良
8 years ago
Commit
e769daf46ab5d6ea4ac0ac6c3fc12b2e71c276d9
1 parent
2b7c7728
删除log review by 草莓
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
js/brandStore/containers/BrandStoreContainer.js
js/redPersonBrand/containers/RedPersonBrandContainer.js
js/brandStore/containers/BrandStoreContainer.js
View file @
e769daf
...
...
@@ -144,8 +144,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE
:
this
.
props
.
brandStore
.
info
.
shop_template_type
,
IS_RED
:
0
,
}
console
.
log
(
'------各楼层'
);
console
.
log
(
param
);
// console.log('------各楼层');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_HOME_FLR_C'
,
param
);
}
...
...
@@ -170,8 +170,8 @@ 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
);
// console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_GOODS_LIST_C'
,
param
);
}
...
...
@@ -192,8 +192,8 @@ class BrandStoreContainer extends Component {
IS_RED
:
0
,
TEMPLATE_TYPE
:
this
.
props
.
brandStore
.
info
.
shop_template_type
,
}
console
.
log
(
'------点击品牌店铺页中全部TAB中的商品列表时---111---'
);
console
.
log
(
param
);
// 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
=
{
...
...
@@ -204,8 +204,8 @@ class BrandStoreContainer extends Component {
IS_RED
:
0
,
TEMPLATE_TYPE
:
this
.
props
.
brandStore
.
info
.
shop_template_type
,
}
console
.
log
(
'------点击品牌店铺页中全部TAB中的商品列表时---111---'
);
console
.
log
(
param
);
// console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_GOODS_LIST_C'
,
param
);
}
}
...
...
@@ -221,8 +221,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE
:
this
.
props
.
brandStore
.
info
.
shop_template_type
,
IS_RED
:
0
,
}
console
.
log
(
'------各楼层'
);
console
.
log
(
param
);
// console.log('------各楼层');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_HOME_FLR_C'
,
param
);
}
...
...
@@ -237,8 +237,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE
:
this
.
props
.
brandStore
.
info
.
shop_template_type
,
IS_RED
:
0
,
}
console
.
log
(
'------各楼层'
);
console
.
log
(
param
);
// console.log('------各楼层');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_HOME_FLR_C'
,
param
);
}
...
...
@@ -253,8 +253,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE
:
this
.
props
.
brandStore
.
info
.
shop_template_type
,
IS_RED
:
0
,
}
console
.
log
(
'------各楼层'
);
console
.
log
(
param
);
// console.log('------各楼层');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_HOME_FLR_C'
,
param
);
}
...
...
@@ -269,8 +269,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE
:
this
.
props
.
brandStore
.
info
.
shop_template_type
,
IS_RED
:
0
,
}
console
.
log
(
'------各楼层'
);
console
.
log
(
param
);
// console.log('------各楼层');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_HOME_FLR_C'
,
param
);
}
...
...
@@ -285,8 +285,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE
:
this
.
props
.
brandStore
.
info
.
shop_template_type
,
IS_RED
:
0
,
}
console
.
log
(
'------各楼层'
);
console
.
log
(
param
);
// console.log('------各楼层');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_HOME_FLR_C'
,
param
);
}
...
...
js/redPersonBrand/containers/RedPersonBrandContainer.js
View file @
e769daf
...
...
@@ -145,8 +145,8 @@ class RedPersonBrandContainer extends Component {
TEMPLATE_TYPE
:
this
.
props
.
redBrand
.
shopIntro
.
shop_template_type
,
IS_RED
:
1
,
}
console
.
log
(
'------各楼层---red---'
);
console
.
log
(
param
);
// console.log('------各楼层---red---');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_HOME_FLR_C'
,
param
);
}
...
...
@@ -177,8 +177,8 @@ class RedPersonBrandContainer extends Component {
param
.
FILTER_VALUE
=
this
.
props
.
redBrand
.
filterNameFactors
.
toJS
();
param
.
SORT_TYPE
=
orderWithString
(
this
.
props
.
redBrand
.
productList
.
order
);
}
console
.
log
(
'------点击品牌店铺页中全部TAB中的商品列表时---red---'
);
console
.
log
(
param
);
// console.log('------点击品牌店铺页中全部TAB中的商品列表时---red---');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_GOODS_LIST_C'
,
param
);
}
...
...
@@ -205,8 +205,8 @@ class RedPersonBrandContainer extends Component {
TEMPLATE_TYPE
:
this
.
props
.
redBrand
.
shopIntro
.
shop_template_type
,
IS_RED
:
1
,
}
console
.
log
(
'------各楼层---red---'
);
console
.
log
(
param
);
// console.log('------各楼层---red---');
// console.log(param);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_BRAND_SHOP_HOME_FLR_C'
,
param
);
}
...
...
Please
register
or
login
to post a comment