@conecli/cone-render 0.10.1-shop3.52 → 0.10.1-shop3.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.ts +1 -1
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.h5.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web/report.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/language/en_US.json +4 -0
- package/dist/language/zh_CN.json +4 -0
- package/dist/language/zh_HK.json +4 -0
- package/dist/utils/utils.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import { domain } from '../../api';
|
|
2
1
|
shop: '/pages/shop/index/index',
|
|
3
2
|
detail: '/pages/gold/item/pages/detail/index',
|
|
4
3
|
jxDetail: '/pages/item/detail/detail',
|
|
5
4
|
searchCoupon: '/pages/search/subPackages/coupon/coupon',
|
|
6
5
|
h5: '/pages/h5/index',
|
|
7
6
|
jingGouHome: '/pages/index/index',
|
|
8
7
|
shopFans: '/pages/shopfans/pages/index/index',
|
|
9
8
|
shopLight: '/pages/shoplight/pages/index/index',
|
|
10
9
|
couponSearch: '/pages/search/subPackages/coupon/coupon',
|
|
11
10
|
jxCouponSearch: '/pages/search_copr/index',
|
|
12
11
|
shopx: '/pages/shopx/pages/index/index',
|
|
13
12
|
shopSearch: '/pages/shopx/pages/searchPanel/index',
|
|
14
13
|
jdLive: '/pages/jd_live/pages/liveRoom/index',
|
|
15
14
|
mshop: domain.mshop,
|
|
16
15
|
pages: domain.pages,
|
|
17
16
|
couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
|
|
18
17
|
jxCouponSearch: `${domain.jxDomain}/search/coupon.shtml`,
|
|
19
18
|
pcCouponSearch: `${domain.pcSo}/Search`,
|
|
20
19
|
shopSecondActivity: `${domain.sale}/m/h5/`,
|
|
21
20
|
shopLight: `${domain.sale}/liteshop/index.html`,
|
|
22
21
|
detail: `${domain.mobileDetail}/product/`,
|
|
23
22
|
jxDetail: `${domain.wqs}/item/view.html`,
|
|
24
23
|
tjDetail: `${domain.kpl}/product`,
|
|
25
24
|
pcDetail: `https://item.jd.com/`,
|
|
26
25
|
pcCoupon: `${domain.pcCoupon}/ilink/couponActiveFront/linkKey/front_index.action`,
|
|
27
26
|
mobileHome: `${domain.mobileHome}`,
|
|
28
27
|
rank: `${domain.ranking}/comLandingPage/comLandingPage`,
|
|
29
28
|
wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
|
|
30
29
|
wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
|
|
31
30
|
wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
|
|
32
31
|
myCouponList: `${domain.wqs}/my/coupon/index.shtml`,
|
|
33
32
|
myRedPacketList: `${domain.wqs}/my/redpacket.shtml`,
|
|
34
33
|
memberHome: `${domain.pages}/member/home`,
|
|
35
34
|
memberCard: `${domain.pages}/member/card`,
|
|
36
35
|
memberPoints: `${domain.pages}/member/points`,
|
|
37
36
|
memberBenefit: `${domain.pages}/member/benefit`,
|
|
38
37
|
memberScores: `${domain.pages}/member/scores`,
|
|
39
38
|
memberScoreRule: `${domain.pages}/member/scoreRule`,
|
|
40
39
|
memberProduct: `${domain.pages}/member/product`,
|
|
41
40
|
memberCoupon: `${domain.pages}/member/coupon`,
|
|
42
41
|
shopMember: `${domain.shopMember}/shopcard`,
|
|
43
42
|
shopMemberCardAgreement: `${domain.shopMember}/member/cardAgreement`,
|
|
44
43
|
shopMemberCardInstruction: `${domain.shopMember}/member/cardInstruction`,
|
|
45
44
|
shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
|
|
46
45
|
shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
|
|
47
46
|
shopMemberRule: `${domain.shopMember}/member/membersRule`,
|
|
48
47
|
shopSuperMemberRule: `${domain.shopMember}/member/memberWelfareRule`,
|
|
49
48
|
shopMemberEquityRule: `${domain.shopMember}/member/memberEquityRule`,
|
|
50
49
|
shopMemberWelfare: `${domain.shopMember}/member/memberWelfare`,
|
|
51
50
|
shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
|
|
52
51
|
shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
|
|
53
52
|
shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
|
|
54
53
|
shopMemberGood: `${domain.shopMember}/member/membersGood`,
|
|
55
54
|
shopMemberCouponList: `${domain.shopMember}/couponList/index.html`,
|
|
56
55
|
shopMemberOpenCard: `${domain.shopMember}/openCard/index.html`,
|
|
57
56
|
shopMemberPayDescription: `${domain.shopMember}/brandSubscribeExplain/index.html`,
|
|
58
57
|
beanDetail: `${domain.bean}/beanDetail/index.action`,
|
|
59
58
|
totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
|
|
60
59
|
mLive: `${domain.lives}/#`,
|
|
61
60
|
shopHome: `${domain.pages}/shop/home`,
|
|
62
61
|
shopIntroduce: `${domain.pages}/shop/introduce`,
|
|
63
62
|
shopSearch: `${domain.pages}/shop/search`,
|
|
64
63
|
shopLottery: `${domain.pages}/shop/lottery`,
|
|
65
64
|
shopCoupon: `${domain.pages}/shop/coupon`,
|
|
66
65
|
shopWares: `${domain.pages}/shop/wares`,
|
|
67
66
|
shopFastShopping: `${domain.pages}/shop/fastShopping`,
|
|
68
67
|
shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
|
|
69
68
|
shopVideos: `${domain.pages}/shop/videos`,
|
|
70
69
|
shopMoreGoods: `${domain.pages}/shop/moreGoods`,
|
|
71
70
|
shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
|
|
72
71
|
dongDongChat: `${domain.jdcs}/chat/index.action`,
|
|
73
72
|
samCenter: `${domain.pages}/shop/samCenter`,
|
|
74
73
|
samCard: `${domain.pages}/shop/samCard`,
|
|
75
74
|
shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
|
|
76
75
|
shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
|
|
77
76
|
sageAuthorHome: `${domain.ecoDomain}/content/dr_home/index.html`,
|
|
78
77
|
sageShopInteract: `${domain.pages}/app/interact`,
|
|
79
78
|
shopMemberInfoEdit: `${domain.pages}/app/memberInfoEdit`,
|
|
80
79
|
shopCouponPop: `${domain.pages}/app/couponPop`,
|
|
80
|
+
import { domain } from '../../api';
|
|
81
81
|
shop: '/pages/shop/index/index',
|
|
82
82
|
detail: '/pages/gold/item/pages/detail/index',
|
|
83
83
|
jxDetail: '/pages/item/detail/detail',
|
|
84
84
|
searchCoupon: '/pages/search/subPackages/coupon/coupon',
|
|
85
85
|
h5: '/pages/h5/index',
|
|
86
86
|
jingGouHome: '/pages/index/index',
|
|
87
87
|
shopFans: '/pages/shopfans/pages/index/index',
|
|
88
88
|
shopLight: '/pages/shoplight/pages/index/index',
|
|
89
89
|
couponSearch: '/pages/search/subPackages/coupon/coupon',
|
|
90
90
|
jxCouponSearch: '/pages/search_copr/index',
|
|
91
91
|
shopx: '/pages/shopx/pages/index/index',
|
|
92
92
|
shopSearch: '/pages/shopx/pages/searchPanel/index',
|
|
93
93
|
jdLive: '/pages/jd_live/pages/liveRoom/index',
|
|
94
94
|
mshop: domain.mshop,
|
|
95
95
|
pages: domain.pages,
|
|
96
96
|
couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
|
|
97
97
|
jxCouponSearch: `${domain.jxDomain}/search/coupon.shtml`,
|
|
98
98
|
pcCouponSearch: `${domain.pcSo}/Search`,
|
|
99
99
|
shopSecondActivity: `${domain.sale}/m/h5/`,
|
|
100
100
|
shopLight: `${domain.sale}/liteshop/index.html`,
|
|
101
101
|
detail: `${domain.mobileDetail}/product/`,
|
|
102
102
|
jxDetail: `${domain.wqs}/item/view.html`,
|
|
103
103
|
tjDetail: `${domain.kpl}/product`,
|
|
104
104
|
pcDetail: `https://item.jd.com/`,
|
|
105
105
|
pcCoupon: `${domain.pcCoupon}/ilink/couponActiveFront/linkKey/front_index.action`,
|
|
106
106
|
mobileHome: `${domain.mobileHome}`,
|
|
107
107
|
rank: `${domain.ranking}/comLandingPage/comLandingPage`,
|
|
108
108
|
wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
|
|
109
109
|
wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
|
|
110
110
|
wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
|
|
111
111
|
myCouponList: `${domain.wqs}/my/coupon/index.shtml`,
|
|
112
112
|
myRedPacketList: `${domain.wqs}/my/redpacket.shtml`,
|
|
113
113
|
memberHome: `${domain.pages}/member/home`,
|
|
114
114
|
memberCard: `${domain.pages}/member/card`,
|
|
115
115
|
memberPoints: `${domain.pages}/member/points`,
|
|
116
116
|
memberBenefit: `${domain.pages}/member/benefit`,
|
|
117
117
|
memberScores: `${domain.pages}/member/scores`,
|
|
118
118
|
memberScoreRule: `${domain.pages}/member/scoreRule`,
|
|
119
119
|
memberProduct: `${domain.pages}/member/product`,
|
|
120
120
|
memberCoupon: `${domain.pages}/member/coupon`,
|
|
121
121
|
shopMember: `${domain.shopMember}/shopcard`,
|
|
122
122
|
shopMemberCardAgreement: `${domain.shopMember}/member/cardAgreement`,
|
|
123
123
|
shopMemberCardInstruction: `${domain.shopMember}/member/cardInstruction`,
|
|
124
124
|
shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
|
|
125
125
|
shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
|
|
126
126
|
shopMemberRule: `${domain.shopMember}/member/membersRule`,
|
|
127
127
|
shopSuperMemberRule: `${domain.shopMember}/member/memberWelfareRule`,
|
|
128
128
|
shopMemberEquityRule: `${domain.shopMember}/member/memberEquityRule`,
|
|
129
129
|
shopMemberWelfare: `${domain.shopMember}/member/memberWelfare`,
|
|
130
130
|
shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
|
|
131
131
|
shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
|
|
132
132
|
shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
|
|
133
133
|
shopMemberGood: `${domain.shopMember}/member/membersGood`,
|
|
134
134
|
shopMemberCouponList: `${domain.shopMember}/couponList/index.html`,
|
|
135
135
|
shopMemberOpenCard: `${domain.shopMember}/openCard/index.html`,
|
|
136
136
|
shopMemberPayDescription: `${domain.shopMember}/brandSubscribeExplain/index.html`,
|
|
137
137
|
beanDetail: `${domain.bean}/beanDetail/index.action`,
|
|
138
138
|
totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
|
|
139
139
|
mLive: `${domain.lives}/#`,
|
|
140
140
|
shopHome: `${domain.pages}/shop/home`,
|
|
141
141
|
shopIntroduce: `${domain.pages}/shop/introduce`,
|
|
142
142
|
shopSearch: `${domain.pages}/shop/search`,
|
|
143
143
|
shopLottery: `${domain.pages}/shop/lottery`,
|
|
144
144
|
shopCoupon: `${domain.pages}/shop/coupon`,
|
|
145
145
|
shopWares: `${domain.pages}/shop/wares`,
|
|
146
146
|
shopFastShopping: `${domain.pages}/shop/fastShopping`,
|
|
147
147
|
shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
|
|
148
148
|
shopVideos: `${domain.pages}/shop/videos`,
|
|
149
149
|
shopMoreGoods: `${domain.pages}/shop/moreGoods`,
|
|
150
150
|
shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
|
|
151
151
|
dongDongChat: `${domain.jdcs}/chat/index.action`,
|
|
152
152
|
samCenter: `${domain.pages}/shop/samCenter`,
|
|
153
153
|
samCard: `${domain.pages}/shop/samCard`,
|
|
154
154
|
shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
|
|
155
155
|
shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
|
|
156
156
|
sageAuthorHome: `${domain.ecoDomain}/content/dr_home/index.html`,
|
|
157
157
|
sageShopInteract: `${domain.pages}/app/interact`,
|
|
158
158
|
shopMemberInfoEdit: `${domain.pages}/app/memberInfoEdit`,
|
|
159
159
|
shopCouponPop: `${domain.pages}/app/couponPop`,
|
|
160
160
|
sceneShopping: `${domain.pages}/app/sceneShopping`,
|
|
161
161
|
sceneFeeds: `${domain.pages}/app/sceneFeeds`,
|
|
162
162
|
sceneProducts: `${domain.pages}/app/sceneProducts`,
|
|
163
163
|
cart: `${domain.p}/cart/cart.action`,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export enum LogPnameInfo {
|
|
2
1
|
HOME = 'home',
|
|
3
2
|
MEMBER = 'member',
|
|
4
3
|
CLASSIFY = 'classify',
|
|
5
4
|
PROMOTION = 'promotion',
|
|
6
5
|
WX_SHOP_HOME = 'wx_shop_home',
|
|
7
6
|
APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
|
|
8
7
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
9
8
|
SALE_VIEW = 'Shop_NewActivity',
|
|
10
9
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
11
10
|
APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
|
|
12
11
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
13
12
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
14
13
|
APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
|
|
15
14
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
16
15
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
17
16
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
18
17
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
19
18
|
APP_SHOP_CATEGORY = 'Shop_Category',
|
|
20
19
|
APP_SHOP_SCENE = 'Shop_Scene',
|
|
21
20
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
22
21
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
23
22
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
24
23
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
25
24
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
26
25
|
APP_SAGE = 'Shop_Person',
|
|
27
26
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
28
27
|
APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
|
|
29
28
|
APP_SHOP_RANK = 'Shop_RankingList',
|
|
30
29
|
APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
|
|
31
30
|
APP_SHOP_SERVICE = 'Shop_Service',
|
|
32
31
|
APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
|
|
33
32
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
34
33
|
SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
|
|
35
34
|
APP_SHOP_CUSTOM = 'Shop_CustomPage',
|
|
36
35
|
MOBILE = 'Shop_ShopMain',
|
|
37
36
|
APP = 'TerminatorNew_All',
|
|
38
37
|
APP_SAGE = 'Shop_Person',
|
|
39
38
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
40
39
|
WX_JDGW_SHOP = 'W_jdgwxcx_shop',
|
|
41
40
|
APP_SHOP_DETAIL = 'Shop_ShopDetail',
|
|
42
41
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
43
42
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
44
43
|
APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
|
|
45
44
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
46
45
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
47
46
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
48
47
|
APP_SHOP_CATEGORY = 'Shop_Category',
|
|
49
48
|
APP_SHOP_SCENE = 'Shop_ShopSceneBuy',
|
|
50
49
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
51
50
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
52
51
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
53
52
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
54
53
|
APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
|
|
55
54
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
56
55
|
SALE_VIEW = 'Shop_NewActivity',
|
|
57
56
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
58
57
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
59
58
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
60
59
|
APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
|
|
61
60
|
APP_SHOP_RANK = 'Shop_RankingList',
|
|
62
61
|
APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
|
|
63
62
|
APP_SHOP_SERVICE = 'Shop_Service',
|
|
64
63
|
APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
|
|
65
64
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
66
65
|
SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
|
|
67
66
|
APP_SHOP_CUSTOM = 'Shop_CustomPage',
|
|
68
67
|
ACTIVITY_INIT: 'activityInit',
|
|
69
68
|
SHOP_HEADER: 'shopHeader',
|
|
70
69
|
SHOP_FOOTER: 'shopFooter',
|
|
71
70
|
SHOP_HOME: 'jshopMain',
|
|
72
71
|
SHOP_FOLLOW_BTN: 'shopFollowBtn',
|
|
73
72
|
SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
|
|
74
73
|
NETWORK_ERR: 'networkerr',
|
|
75
74
|
RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
|
|
76
75
|
RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
|
|
77
76
|
RANK_LIST: 'Jx_Terminator_ShopRankList',
|
|
78
77
|
EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
|
|
79
78
|
[LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
|
|
80
79
|
[LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
|
|
81
80
|
[LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
|
|
82
81
|
[LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
|
|
83
82
|
[LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
|
|
84
83
|
[LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
|
|
85
84
|
[LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
|
|
86
85
|
[LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
|
|
87
86
|
[LogPageIdInfo.MOBILE]: 'b002165',
|
|
88
87
|
[LogPageIdInfo.APP]: 'b002165',
|
|
89
88
|
[LogPageIdInfo.APP_SHOP_CATEGORY]: 'b002489',
|
|
90
89
|
[LogPageIdInfo.APP_SHOP_MEMBER]: 'b002504',
|
|
91
90
|
[LogPageIdInfo.SALE_VIEW]: 'b002503',
|
|
92
91
|
[LogPageIdInfo.APP_SHOP_DETAIL]: 'b002275',
|
|
93
92
|
[LogPageIdInfo.MOBILE_SEARCH]: 'b002510',
|
|
94
93
|
TerminatorNew_mPreSell_Expo: 'c00003931.Ter_mPreSell',
|
|
95
94
|
TerminatorNew_mPreSell_Click: 'c00003931.Ter_mPreSell',
|
|
96
95
|
TerminatorNew_mDynamicImage_Expo: 'c00003054.Ter_mDynamicImage',
|
|
97
96
|
TerminatorNew_mDynamicImage_Click: 'c00003054.Ter_mDynamicImage',
|
|
98
97
|
TerminatorNew_mPromotion_Expo: 'c00003051.Ter_mPromotion',
|
|
99
98
|
TerminatorNew_mPromotion_Click: 'c00003051.Ter_mPromotion',
|
|
100
99
|
TerminatorNew_TabSeriousWare_Tab_Expo: 'c00003049.Ter_mCollectionTab',
|
|
101
100
|
TerminatorNew_TabSeriousWare_Tab_Click: 'c00003049.Ter_mCollectionTab',
|
|
102
101
|
TerminatorNew_TabSeriousWare_Sku_Expo: 'c00003049.Ter_mCollectionSku',
|
|
103
102
|
TerminatorNew_TabSeriousWare_Sku_Click: 'c00003049.Ter_mCollectionSku',
|
|
104
103
|
TerminatorNew_TabSeriousWare_Pic_Expo: 'c00003049.Ter_CollectionImgs',
|
|
105
104
|
TerminatorNew_TabSeriousWare_Pic_Click: 'c00003049.Ter_CollectionImgs',
|
|
106
105
|
TerminatorNew_SgCoupon_Expo: 'c00003048.Ter_mSgCoupon',
|
|
107
106
|
TerminatorNew_SgCoupon_Click: 'c00003048.Ter_mSgCoupon',
|
|
108
107
|
TerminatorNew_smartNewProduct_Expo: 'c00003047.Ter_smartNewProduct',
|
|
109
108
|
TerminatorNew_smartNewProduct_Click: 'c00003047.Ter_smartNewProduct',
|
|
110
109
|
TerminatorNew_mMainPushNewProducts_Expo: 'c00003047.Ter_mFeaturedPickSku',
|
|
111
110
|
TerminatorNew_mMainPushNewProducts_Click: 'c00003047.Ter_mFeaturedPickSku',
|
|
112
111
|
TerminatorNew_smartPromoSku_Expo: 'c00003046.Ter_smartPromoSku',
|
|
113
112
|
TerminatorNew_smartPromoSku_Click: 'c00003046.Ter_smartPromoSku',
|
|
114
113
|
TerminatorNew_smartCoupon_Expo: 'c00003016.Ter_smartCoupon',
|
|
115
114
|
TerminatorNew_smartCoupon_Click: 'c00003016.Ter_smartCoupon',
|
|
116
115
|
TerminatorNew_smartNav_Expo: 'c00003013.Ter_smartNav',
|
|
117
116
|
TerminatorNew_smartNav_Click: 'c00003013.Ter_smartNav',
|
|
118
117
|
TerminatorNew_IsvModule_Expo: 'c00002955.Ter_IsvModule',
|
|
119
118
|
TerminatorNew_IsvModule_Click: 'c00002955.Ter_IsvModule',
|
|
120
119
|
TerminatorNew_mBanner_Expo: 'c00002954.Ter_mBanner',
|
|
121
120
|
TerminatorNew_mBanner_Click: 'c00002954.Ter_mBanner',
|
|
122
121
|
TerminatorNew_shopRankList_Expo: 'c00002953.Ter_shopRankList',
|
|
123
122
|
TerminatorNew_shopRankList_Click: 'c00002953.Ter_shopRankList',
|
|
124
123
|
TerminatorNew_mVideo_Expo: 'c00002952.Ter_mVideo',
|
|
125
124
|
TerminatorNew_mVideo_Click: 'c00002952.Ter_mVideo',
|
|
126
125
|
TerminatorNew_mCoupon_Expo: 'c00002951.Ter_mCoupon',
|
|
127
126
|
TerminatorNew_mCoupon_Click: 'c00002951.Ter_mCoupon',
|
|
128
127
|
TerminatorNew_mPictureHotspot_Expo: 'c00002950.Ter_mPictureHotspot',
|
|
129
128
|
TerminatorNew_mPictureHotspot_Click: 'c00002950.Ter_mPictureHotspot',
|
|
130
129
|
TerminatorNew_smartUnionProduct_Expo: 'c00002949.Ter_smartProduct',
|
|
131
130
|
TerminatorNew_smartUnionProduct_Click: 'c00002949.Ter_smartProduct',
|
|
132
131
|
TerminatorNew_mICommonGood_Expo: 'c00002949.Ter_mICommonGood',
|
|
133
132
|
TerminatorNew_mICommonGood_Click: 'c00002949.Ter_mICommonGood',
|
|
134
133
|
TerminatorNew_smartHotSaleProduct_Expo: 'c00002948.Ter_mHotSaleProduct',
|
|
135
134
|
TerminatorNew_smartHotSaleProduct_Click: 'c00002948.Ter_mHotSaleProduct',
|
|
136
135
|
TerminatorNew_smartSecondCate_Expo: 'c00002947.Ter_smartSecondCate',
|
|
137
136
|
TerminatorNew_smartSecondCate_Click: 'c00002947.Ter_smartSecondCate',
|
|
138
137
|
TerminatorNew_recfeedsku_Expo: 'c00002946.Ter_RecfeedSku',
|
|
139
138
|
TerminatorNew_recfeedsku_Click: 'c00002946.Ter_RecfeedSku',
|
|
140
139
|
TerminatorNew_recfeedskuAddCart_Click: 'c00002946.Ter_RecfeedAddCart',
|
|
141
140
|
TerminatorNew_mMemberSprint_Expo: 'c00003930.Ter_mMemberSprint',
|
|
142
141
|
TerminatorNew_mMemberSprint_Click: 'c00003930.Ter_mMemberSprint',
|
|
143
142
|
TerminatorNew_mShopMembers_Expo: 'c00003929.Ter_mShopMembers',
|
|
144
143
|
TerminatorNew_mShopMembers_Click: 'c00003929.Ter_mShopMembers',
|
|
145
144
|
ShopDetail_Follow: 'c00004094.ShopDetail_Follow',
|
|
146
145
|
ShopDetail_Share: 'c00004094.ShopDetail_Share',
|
|
147
146
|
ShopDetail_QRcode: 'c00004095.ShopDetail_QRcode',
|
|
148
147
|
ShopDetail_Licence: 'c00004095.ShopDetail_Licence',
|
|
149
148
|
ShopDetail_AllProducts: 'c00004096.ShopDetail_AllSku',
|
|
150
149
|
Shop_Category_skuexpo: 'c00004041.Shop_Category_sku',
|
|
151
150
|
Shop_Category_sku: 'c00004041.Shop_Category_sku',
|
|
152
151
|
Shop_Category_sortbtn: 'c00004041.Shop_Category_sort',
|
|
153
152
|
Shop_Category_skuaddcart: 'c00004041.Shop_Category_addcar',
|
|
154
153
|
Shop_Category_LV1: 'c00004041.Shop_Category_LV1',
|
|
155
154
|
Shop_Category_LV2: 'c00004041.Shop_Category_LV2',
|
|
156
155
|
Terminator_New_Mobile_Shop_listCategorySku_Click: 'c00004041.Ter_listCategorySku',
|
|
157
156
|
Terminator_New_Mobile_Shop_listCategoryShowAllSku_Click: 'c00004041.Ter_listCateAllSku',
|
|
158
157
|
Terminator_New_Mobile_Shop_listCategoryLV1_Click: 'c00004041.Ter_listCategoryLV1',
|
|
159
158
|
Terminator_New_Mobile_Shop_navCategoryLV2_Click: 'c00004041.Ter_navCategoryLV2',
|
|
160
159
|
Terminator_New_Mobile_Shop_navCategoryLV1_Click: 'c00004041.Ter_navCategoryLV1',
|
|
161
160
|
MShop_ResultProduct: 'c00004120.MShop_ResultProduct',
|
|
162
161
|
Terminator_New_Mobile_Shop_tab_Click: 'c00004040.Ter_Shoptab',
|
|
162
|
+
export enum LogPnameInfo {
|
|
163
163
|
HOME = 'home',
|
|
164
164
|
MEMBER = 'member',
|
|
165
165
|
CLASSIFY = 'classify',
|
|
166
166
|
PROMOTION = 'promotion',
|
|
167
167
|
WX_SHOP_HOME = 'wx_shop_home',
|
|
168
168
|
APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
|
|
169
169
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
170
170
|
SALE_VIEW = 'Shop_NewActivity',
|
|
171
171
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
172
172
|
APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
|
|
173
173
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
174
174
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
175
175
|
APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
|
|
176
176
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
177
177
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
178
178
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
179
179
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
180
180
|
APP_SHOP_CATEGORY = 'Shop_Category',
|
|
181
181
|
APP_SHOP_SCENE = 'Shop_Scene',
|
|
182
182
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
183
183
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
184
184
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
185
185
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
186
186
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
187
187
|
APP_SAGE = 'Shop_Person',
|
|
188
188
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
189
189
|
APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
|
|
190
190
|
APP_SHOP_RANK = 'Shop_RankingList',
|
|
191
191
|
APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
|
|
192
192
|
APP_SHOP_SERVICE = 'Shop_Service',
|
|
193
193
|
APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
|
|
194
194
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
195
195
|
SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
|
|
196
196
|
APP_SHOP_CUSTOM = 'Shop_CustomPage',
|
|
197
197
|
APP_SHOP_SCENE_SHOPPING = 'Shop_Scene_Shopping',
|
|
198
198
|
APP_SHOP_SCENE_FEEDS = 'Shop_Scene_Feeds',
|
|
199
199
|
APP_SHOP_SCENE_PRODUCTS = 'Shop_Scene_Products',
|
|
200
200
|
SHOP_MULTI_MEMBER_CARD = 'Shop_MultiMemberCard',
|
|
201
201
|
MOBILE = 'Shop_ShopMain',
|
|
202
202
|
APP = 'TerminatorNew_All',
|
|
203
203
|
APP_SAGE = 'Shop_Person',
|
|
204
204
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
205
205
|
WX_JDGW_SHOP = 'W_jdgwxcx_shop',
|
|
206
206
|
APP_SHOP_DETAIL = 'Shop_ShopDetail',
|
|
207
207
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
208
208
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
209
209
|
APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
|
|
210
210
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
211
211
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
212
212
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
213
213
|
APP_SHOP_CATEGORY = 'Shop_Category',
|
|
214
214
|
APP_SHOP_SCENE = 'Shop_ShopSceneBuy',
|
|
215
215
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
216
216
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
217
217
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
218
218
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
219
219
|
APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
|
|
220
220
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
221
221
|
SALE_VIEW = 'Shop_NewActivity',
|
|
222
222
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
223
223
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
224
224
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
225
225
|
APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
|
|
226
226
|
APP_SHOP_RANK = 'Shop_RankingList',
|
|
227
227
|
APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
|
|
228
228
|
APP_SHOP_SERVICE = 'Shop_Service',
|
|
229
229
|
APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
|
|
230
230
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
231
231
|
SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
|
|
232
232
|
APP_SHOP_CUSTOM = 'Shop_CustomPage',
|
|
233
233
|
APP_SHOP_SCENE_SHOPPING = 'Shop_Scene_Shopping',
|
|
234
234
|
APP_SHOP_SCENE_FEEDS = 'Shop_Scene_Feeds',
|
|
235
235
|
APP_SHOP_SCENE_PRODUCTS = 'Shop_Scene_Products',
|
|
236
236
|
SHOP_MULTI_MEMBER_CARD = 'Shop_MultiMemberCard',
|
|
237
237
|
ACTIVITY_INIT: 'activityInit',
|
|
238
238
|
SHOP_HEADER: 'shopHeader',
|
|
239
239
|
SHOP_FOOTER: 'shopFooter',
|
|
240
240
|
SHOP_HOME: 'jshopMain',
|
|
241
241
|
SHOP_FOLLOW_BTN: 'shopFollowBtn',
|
|
242
242
|
SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
|
|
243
243
|
NETWORK_ERR: 'networkerr',
|
|
244
244
|
RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
|
|
245
245
|
RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
|
|
246
246
|
RANK_LIST: 'Jx_Terminator_ShopRankList',
|
|
247
247
|
EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
|
|
248
248
|
[LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
|
|
249
249
|
[LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
|
|
250
250
|
[LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
|
|
251
251
|
[LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
|
|
252
252
|
[LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
|
|
253
253
|
[LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
|
|
254
254
|
[LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
|
|
255
255
|
[LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
|
|
256
256
|
[LogPageIdInfo.MOBILE]: 'b002165',
|
|
257
257
|
[LogPageIdInfo.APP]: 'b002165',
|
|
258
258
|
[LogPageIdInfo.APP_SHOP_CATEGORY]: 'b002489',
|
|
259
259
|
[LogPageIdInfo.APP_SHOP_MEMBER]: 'b002504',
|
|
260
260
|
[LogPageIdInfo.SALE_VIEW]: 'b002503',
|
|
261
261
|
[LogPageIdInfo.APP_SHOP_DETAIL]: 'b002275',
|
|
262
262
|
[LogPageIdInfo.MOBILE_SEARCH]: 'b002510',
|
|
263
263
|
[LogPageIdInfo.APP_SHOP_SCENE_SHOPPING]: 'b003162',
|
|
264
264
|
[LogPageIdInfo.APP_SHOP_SCENE_FEEDS]: 'b003193',
|
|
265
265
|
[LogPageIdInfo.APP_SHOP_SCENE_PRODUCTS]: 'b003196',
|
|
266
266
|
[LogPageIdInfo.SHOP_MULTI_MEMBER_CARD]: 'b003201',
|
|
267
267
|
TerminatorNew_mPreSell_Expo: 'c00003931.Ter_mPreSell',
|
|
268
268
|
TerminatorNew_mPreSell_Click: 'c00003931.Ter_mPreSell',
|
|
269
269
|
TerminatorNew_mDynamicImage_Expo: 'c00003054.Ter_mDynamicImage',
|
|
270
270
|
TerminatorNew_mDynamicImage_Click: 'c00003054.Ter_mDynamicImage',
|
|
271
271
|
TerminatorNew_mPromotion_Expo: 'c00003051.Ter_mPromotion',
|
|
272
272
|
TerminatorNew_mPromotion_Click: 'c00003051.Ter_mPromotion',
|
|
273
273
|
TerminatorNew_TabSeriousWare_Tab_Expo: 'c00003049.Ter_mCollectionTab',
|
|
274
274
|
TerminatorNew_TabSeriousWare_Tab_Click: 'c00003049.Ter_mCollectionTab',
|
|
275
275
|
TerminatorNew_TabSeriousWare_Sku_Expo: 'c00003049.Ter_mCollectionSku',
|
|
276
276
|
TerminatorNew_TabSeriousWare_Sku_Click: 'c00003049.Ter_mCollectionSku',
|
|
277
277
|
TerminatorNew_TabSeriousWare_Pic_Expo: 'c00003049.Ter_CollectionImgs',
|
|
278
278
|
TerminatorNew_TabSeriousWare_Pic_Click: 'c00003049.Ter_CollectionImgs',
|
|
279
279
|
TerminatorNew_SgCoupon_Expo: 'c00003048.Ter_mSgCoupon',
|
|
280
280
|
TerminatorNew_SgCoupon_Click: 'c00003048.Ter_mSgCoupon',
|
|
281
281
|
TerminatorNew_smartNewProduct_Expo: 'c00003047.Ter_smartNewProduct',
|
|
282
282
|
TerminatorNew_smartNewProduct_Click: 'c00003047.Ter_smartNewProduct',
|
|
283
283
|
TerminatorNew_mMainPushNewProducts_Expo: 'c00003047.Ter_mFeaturedPickSku',
|
|
284
284
|
TerminatorNew_mMainPushNewProducts_Click: 'c00003047.Ter_mFeaturedPickSku',
|
|
285
285
|
TerminatorNew_smartPromoSku_Expo: 'c00003046.Ter_smartPromoSku',
|
|
286
286
|
TerminatorNew_smartPromoSku_Click: 'c00003046.Ter_smartPromoSku',
|
|
287
287
|
TerminatorNew_smartCoupon_Expo: 'c00003016.Ter_smartCoupon',
|
|
288
288
|
TerminatorNew_smartCoupon_Click: 'c00003016.Ter_smartCoupon',
|
|
289
289
|
TerminatorNew_smartNav_Expo: 'c00003013.Ter_smartNav',
|
|
290
290
|
TerminatorNew_smartNav_Click: 'c00003013.Ter_smartNav',
|
|
291
291
|
TerminatorNew_IsvModule_Expo: 'c00002955.Ter_IsvModule',
|
|
292
292
|
TerminatorNew_IsvModule_Click: 'c00002955.Ter_IsvModule',
|
|
293
293
|
TerminatorNew_mBanner_Expo: 'c00002954.Ter_mBanner',
|
|
294
294
|
TerminatorNew_mBanner_Click: 'c00002954.Ter_mBanner',
|
|
295
295
|
TerminatorNew_shopRankList_Expo: 'c00002953.Ter_shopRankList',
|
|
296
296
|
TerminatorNew_shopRankList_Click: 'c00002953.Ter_shopRankList',
|
|
297
297
|
TerminatorNew_mVideo_Expo: 'c00002952.Ter_mVideo',
|
|
298
298
|
TerminatorNew_mVideo_Click: 'c00002952.Ter_mVideo',
|
|
299
299
|
TerminatorNew_mCoupon_Expo: 'c00002951.Ter_mCoupon',
|
|
300
300
|
TerminatorNew_mCoupon_Click: 'c00002951.Ter_mCoupon',
|
|
301
301
|
TerminatorNew_mPictureHotspot_Expo: 'c00002950.Ter_mPictureHotspot',
|
|
302
302
|
TerminatorNew_mPictureHotspot_Click: 'c00002950.Ter_mPictureHotspot',
|
|
303
303
|
TerminatorNew_smartUnionProduct_Expo: 'c00002949.Ter_smartProduct',
|
|
304
304
|
TerminatorNew_smartUnionProduct_Click: 'c00002949.Ter_smartProduct',
|
|
305
305
|
TerminatorNew_mICommonGood_Expo: 'c00002949.Ter_mICommonGood',
|
|
306
306
|
TerminatorNew_mICommonGood_Click: 'c00002949.Ter_mICommonGood',
|
|
307
307
|
TerminatorNew_smartHotSaleProduct_Expo: 'c00002948.Ter_mHotSaleProduct',
|
|
308
308
|
TerminatorNew_smartHotSaleProduct_Click: 'c00002948.Ter_mHotSaleProduct',
|
|
309
309
|
TerminatorNew_smartSecondCate_Expo: 'c00002947.Ter_smartSecondCate',
|
|
310
310
|
TerminatorNew_smartSecondCate_Click: 'c00002947.Ter_smartSecondCate',
|
|
311
311
|
TerminatorNew_recfeedsku_Expo: 'c00002946.Ter_RecfeedSku',
|
|
312
312
|
TerminatorNew_recfeedsku_Click: 'c00002946.Ter_RecfeedSku',
|
|
313
313
|
TerminatorNew_recfeedskuAddCart_Click: 'c00002946.Ter_RecfeedAddCart',
|
|
314
314
|
TerminatorNew_mMemberSprint_Expo: 'c00003930.Ter_mMemberSprint',
|
|
315
315
|
TerminatorNew_mMemberSprint_Click: 'c00003930.Ter_mMemberSprint',
|
|
316
316
|
TerminatorNew_mShopMembers_Expo: 'c00003929.Ter_mShopMembers',
|
|
317
317
|
TerminatorNew_mShopMembers_Click: 'c00003929.Ter_mShopMembers',
|
|
318
318
|
ShopDetail_Follow: 'c00004094.ShopDetail_Follow',
|
|
319
319
|
ShopDetail_Share: 'c00004094.ShopDetail_Share',
|
|
320
320
|
ShopDetail_QRcode: 'c00004095.ShopDetail_QRcode',
|
|
321
321
|
ShopDetail_Licence: 'c00004095.ShopDetail_Licence',
|
|
322
322
|
ShopDetail_AllProducts: 'c00004096.ShopDetail_AllSku',
|
|
323
323
|
Shop_Category_skuexpo: 'c00004041.Shop_Category_sku',
|
|
324
324
|
Shop_Category_sku: 'c00004041.Shop_Category_sku',
|
|
325
325
|
Shop_Category_sortbtn: 'c00004041.Shop_Category_sort',
|
|
326
326
|
Shop_Category_skuaddcart: 'c00004041.Shop_Category_addcar',
|
|
327
327
|
Shop_Category_LV1: 'c00004041.Shop_Category_LV1',
|
|
328
328
|
Shop_Category_LV2: 'c00004041.Shop_Category_LV2',
|
|
329
329
|
Terminator_New_Mobile_Shop_listCategorySku_Click: 'c00004041.Ter_listCategorySku',
|
|
330
330
|
Terminator_New_Mobile_Shop_listCategoryShowAllSku_Click: 'c00004041.Ter_listCateAllSku',
|
|
331
331
|
Terminator_New_Mobile_Shop_listCategoryLV1_Click: 'c00004041.Ter_listCategoryLV1',
|
|
332
332
|
Terminator_New_Mobile_Shop_navCategoryLV2_Click: 'c00004041.Ter_navCategoryLV2',
|
|
333
333
|
Terminator_New_Mobile_Shop_navCategoryLV1_Click: 'c00004041.Ter_navCategoryLV1',
|
|
334
334
|
MShop_ResultProduct: 'c00004120.MShop_ResultProduct',
|
|
335
335
|
Terminator_New_Mobile_Shop_tab_Click: 'c00004040.Ter_Shoptab',
|