@conecli/cone-render 0.10.1-shop3.57 → 0.10.1-shop3.59

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.
@@ -1 +1 @@
1
- import React from 'react';
2
1
  const { tagInfoList = [], className, itemClassName, isSkuBaseTag = false } = props;
3
2
  const getTagInfoList = Array.isArray(tagInfoList) ? tagInfoList : [];
4
3
  const getTagInfoListNum = getTagInfoList.length;
5
4
  return getTagInfoListNum > 0 ? (
6
5
  <View className={classNames(shopTagStyle['d-shop-tag-list'],{
7
6
  [shopTagStyle['d-shop-sku-tag-list']]: isSkuBaseTag
8
7
  }, className)}>
9
8
  {}
10
9
  <View style={{ width: '1px', height: '100%' }} />
11
10
  {getTagInfoList.map((item, index) => {
12
11
  const { tagId, tabIconId, tagText, type, tabIconType } = item;
13
12
  const getTagId = tagId || tabIconId;
14
13
  const getTagType = type || tabIconType;
15
14
  return getTagId && getTagType ? (
16
15
  <View
17
16
  key={getTagId + getTagType + index}
18
17
  className={classNames(shopTagStyle['d-tag-item'], itemClassName)}
19
18
  >
20
19
  <canvas-tag
21
20
  className={classNames(shopTagStyle['d-tag-item-canvas'])}
22
21
  tagId={getTagId}
23
22
  text={tagText}
24
23
  appVersion={getJdAppVersionStr}
25
24
  lang={languageNowType}
26
25
  />
27
26
  </View>
28
27
  ) : null;
29
28
  })}
30
29
  </View>
31
30
  ) : null;
31
+ import React from 'react';
32
32
  const { tagInfoList = [], className, itemClassName, isSkuBaseTag = false, itemClickCallback } = props;
33
33
  const getTagInfoList = Array.isArray(tagInfoList) ? tagInfoList : [];
34
34
  const getTagInfoListNum = getTagInfoList.length;
35
35
  const isCallBackFn = typeof itemClickCallback === 'function';
36
36
  return getTagInfoListNum > 0 ? (
37
37
  <View className={classNames(shopTagStyle['d-shop-tag-list'],{
38
38
  [shopTagStyle['d-shop-sku-tag-list']]: isSkuBaseTag
39
39
  }, className)}>
40
40
  {}
41
41
  <View style={{ width: '1px', height: '100%' }} />
42
42
  {getTagInfoList.map((item, index) => {
43
43
  const { tagId, tabIconId, tagText, type, tabIconType, tabText } = item;
44
44
  const getTagId = tagId || tabIconId;
45
45
  const getTagType = type || tabIconType;
46
46
  const getTagText = tagText || tabText;
47
47
  return getTagId ? (
48
48
  <View
49
49
  key={getTagId + getTagType + index}
50
50
  className={classNames(shopTagStyle['d-tag-item'], itemClassName)}
51
51
  onClick={isCallBackFn && itemClickCallback.bind(this, item, index)}
52
52
  >
53
53
  <canvas-tag
54
54
  className={classNames(shopTagStyle['d-tag-item-canvas'])}
55
55
  tagId={getTagId}
56
56
  text={getTagText}
57
57
  appVersion={getJdAppVersionStr}
58
58
  lang={languageNowType}
59
59
  />
60
60
  </View>
61
61
  ) : null;
62
62
  })}
63
63
  </View>
64
64
  ) : null;
@@ -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
  APP_SHOP_SCENE_SHOPPING = 'Shop_Scene_Shopping',
37
36
  APP_SHOP_SCENE_FEEDS = 'Shop_Scene_Feeds',
38
37
  APP_SHOP_SCENE_PRODUCTS = 'Shop_Scene_Products',
39
38
  SHOP_MULTI_MEMBER_CARD = 'Shop_MultiMemberCard',
40
39
  MOBILE = 'Shop_ShopMain',
41
40
  APP = 'TerminatorNew_All',
42
41
  APP_SAGE = 'Shop_Person',
43
42
  APP_SAGE_POP = 'Shop_PersionPop',
44
43
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
45
44
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
46
45
  MOBILE_SEARCH = 'MShop_SearchResult',
47
46
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
48
47
  APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
49
48
  APP_SHOP_CARD = 'Shop_ShopCard',
50
49
  APP_SHOP_MEMBER = 'Shop_ShopMember',
51
50
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
52
51
  APP_SHOP_CATEGORY = 'Shop_Category',
53
52
  APP_SHOP_SCENE = 'Shop_ShopSceneBuy',
54
53
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
55
54
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
56
55
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
57
56
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
58
57
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
59
58
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
60
59
  SALE_VIEW = 'Shop_NewActivity',
61
60
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
62
61
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
63
62
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
64
63
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
65
64
  APP_SHOP_RANK = 'Shop_RankingList',
66
65
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
67
66
  APP_SHOP_SERVICE = 'Shop_Service',
68
67
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
69
68
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
70
69
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
71
70
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
72
71
  APP_SHOP_SCENE_SHOPPING = 'Shop_Scene_Shopping',
73
72
  APP_SHOP_SCENE_FEEDS = 'Shop_Scene_Feeds',
74
73
  APP_SHOP_SCENE_PRODUCTS = 'Shop_Scene_Products',
75
74
  SHOP_MULTI_MEMBER_CARD = 'Shop_MultiMemberCard',
76
75
  ACTIVITY_INIT: 'activityInit',
77
76
  SHOP_HEADER: 'shopHeader',
78
77
  SHOP_FOOTER: 'shopFooter',
79
78
  SHOP_HOME: 'jshopMain',
80
79
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
81
80
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
82
81
  NETWORK_ERR: 'networkerr',
83
82
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
84
83
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
85
84
  RANK_LIST: 'Jx_Terminator_ShopRankList',
86
85
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
87
86
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
88
87
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
89
88
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
90
89
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
91
90
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
92
91
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
93
92
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
94
93
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
95
94
  [LogPageIdInfo.MOBILE]: 'b002165',
96
95
  [LogPageIdInfo.APP]: 'b002165',
97
96
  [LogPageIdInfo.APP_SHOP_CATEGORY]: 'b002489',
98
97
  [LogPageIdInfo.APP_SHOP_MEMBER]: 'b002504',
99
98
  [LogPageIdInfo.SALE_VIEW]: 'b002503',
100
99
  [LogPageIdInfo.APP_SHOP_DETAIL]: 'b002275',
101
100
  [LogPageIdInfo.MOBILE_SEARCH]: 'b002510',
102
101
  [LogPageIdInfo.APP_SHOP_SCENE_SHOPPING]: 'b003162',
103
102
  [LogPageIdInfo.APP_SHOP_SCENE_FEEDS]: 'b003193',
104
103
  [LogPageIdInfo.APP_SHOP_SCENE_PRODUCTS]: 'b003196',
105
104
  [LogPageIdInfo.SHOP_MULTI_MEMBER_CARD]: 'b003201',
106
105
  TerminatorNew_mPreSell_Expo: 'c00003931.Ter_mPreSell',
107
106
  TerminatorNew_mPreSell_Click: 'c00003931.Ter_mPreSell',
108
107
  TerminatorNew_mDynamicImage_Expo: 'c00003054.Ter_mDynamicImage',
109
108
  TerminatorNew_mDynamicImage_Click: 'c00003054.Ter_mDynamicImage',
110
109
  TerminatorNew_mPromotion_Expo: 'c00003051.Ter_mPromotion',
111
110
  TerminatorNew_mPromotion_Click: 'c00003051.Ter_mPromotion',
112
111
  TerminatorNew_TabSeriousWare_Tab_Expo: 'c00003049.Ter_mCollectionTab',
113
112
  TerminatorNew_TabSeriousWare_Tab_Click: 'c00003049.Ter_mCollectionTab',
114
113
  TerminatorNew_TabSeriousWare_Sku_Expo: 'c00003049.Ter_mCollectionSku',
115
114
  TerminatorNew_TabSeriousWare_Sku_Click: 'c00003049.Ter_mCollectionSku',
116
115
  TerminatorNew_TabSeriousWare_Pic_Expo: 'c00003049.Ter_CollectionImgs',
117
116
  TerminatorNew_TabSeriousWare_Pic_Click: 'c00003049.Ter_CollectionImgs',
118
117
  TerminatorNew_SgCoupon_Expo: 'c00003048.Ter_mSgCoupon',
119
118
  TerminatorNew_SgCoupon_Click: 'c00003048.Ter_mSgCoupon',
120
119
  TerminatorNew_smartNewProduct_Expo: 'c00003047.Ter_smartNewProduct',
121
120
  TerminatorNew_smartNewProduct_Click: 'c00003047.Ter_smartNewProduct',
122
121
  TerminatorNew_mMainPushNewProducts_Expo: 'c00003047.Ter_mFeaturedPickSku',
123
122
  TerminatorNew_mMainPushNewProducts_Click: 'c00003047.Ter_mFeaturedPickSku',
124
123
  TerminatorNew_smartPromoSku_Expo: 'c00003046.Ter_smartPromoSku',
125
124
  TerminatorNew_smartPromoSku_Click: 'c00003046.Ter_smartPromoSku',
126
125
  TerminatorNew_smartCoupon_Expo: 'c00003016.Ter_smartCoupon',
127
126
  TerminatorNew_smartCoupon_Click: 'c00003016.Ter_smartCoupon',
128
127
  TerminatorNew_smartNav_Expo: 'c00003013.Ter_smartNav',
129
128
  TerminatorNew_smartNav_Click: 'c00003013.Ter_smartNav',
130
129
  TerminatorNew_IsvModule_Expo: 'c00002955.Ter_IsvModule',
131
130
  TerminatorNew_IsvModule_Click: 'c00002955.Ter_IsvModule',
132
131
  TerminatorNew_mBanner_Expo: 'c00002954.Ter_mBanner',
133
132
  TerminatorNew_mBanner_Click: 'c00002954.Ter_mBanner',
134
133
  TerminatorNew_shopRankList_Expo: 'c00002953.Ter_shopRankList',
135
134
  TerminatorNew_shopRankList_Click: 'c00002953.Ter_shopRankList',
136
135
  TerminatorNew_mVideo_Expo: 'c00002952.Ter_mVideo',
137
136
  TerminatorNew_mVideo_Click: 'c00002952.Ter_mVideo',
138
137
  TerminatorNew_mCoupon_Expo: 'c00002951.Ter_mCoupon',
139
138
  TerminatorNew_mCoupon_Click: 'c00002951.Ter_mCoupon',
140
139
  TerminatorNew_mPictureHotspot_Expo: 'c00002950.Ter_mPictureHotspot',
141
140
  TerminatorNew_mPictureHotspot_Click: 'c00002950.Ter_mPictureHotspot',
142
141
  TerminatorNew_smartUnionProduct_Expo: 'c00002949.Ter_smartProduct',
143
142
  TerminatorNew_smartUnionProduct_Click: 'c00002949.Ter_smartProduct',
144
143
  TerminatorNew_mICommonGood_Expo: 'c00002949.Ter_mICommonGood',
145
144
  TerminatorNew_mICommonGood_Click: 'c00002949.Ter_mICommonGood',
146
145
  TerminatorNew_smartHotSaleProduct_Expo: 'c00002948.Ter_mHotSaleProduct',
147
146
  TerminatorNew_smartHotSaleProduct_Click: 'c00002948.Ter_mHotSaleProduct',
148
147
  TerminatorNew_smartSecondCate_Expo: 'c00002947.Ter_smartSecondCate',
149
148
  TerminatorNew_smartSecondCate_Click: 'c00002947.Ter_smartSecondCate',
150
149
  TerminatorNew_recfeedsku_Expo: 'c00002946.Ter_RecfeedSku',
151
150
  TerminatorNew_recfeedsku_Click: 'c00002946.Ter_RecfeedSku',
152
151
  TerminatorNew_recfeedskuAddCart_Click: 'c00002946.Ter_RecfeedAddCart',
153
152
  TerminatorNew_mMemberSprint_Expo: 'c00003930.Ter_mMemberSprint',
154
153
  TerminatorNew_mMemberSprint_Click: 'c00003930.Ter_mMemberSprint',
155
154
  TerminatorNew_mShopMembers_Expo: 'c00003929.Ter_mShopMembers',
156
155
  TerminatorNew_mShopMembers_Click: 'c00003929.Ter_mShopMembers',
157
156
  ShopDetail_Follow: 'c00004094.ShopDetail_Follow',
158
157
  ShopDetail_Share: 'c00004094.ShopDetail_Share',
159
158
  ShopDetail_QRcode: 'c00004095.ShopDetail_QRcode',
160
159
  ShopDetail_Licence: 'c00004095.ShopDetail_Licence',
161
160
  ShopDetail_AllProducts: 'c00004096.ShopDetail_AllSku',
162
161
  Shop_Category_skuexpo: 'c00004041.Shop_Category_sku',
163
162
  Shop_Category_sku: 'c00004041.Shop_Category_sku',
164
163
  Shop_Category_sortbtn: 'c00004041.Shop_Category_sort',
165
164
  Shop_Category_skuaddcart: 'c00004041.Shop_Category_addcar',
166
165
  Shop_Category_LV1: 'c00004041.Shop_Category_LV1',
167
166
  Shop_Category_LV2: 'c00004041.Shop_Category_LV2',
168
167
  Terminator_New_Mobile_Shop_listCategorySku_Click: 'c00004041.Ter_listCategorySku',
169
168
  Terminator_New_Mobile_Shop_listCategoryShowAllSku_Click: 'c00004041.Ter_listCateAllSku',
170
169
  Terminator_New_Mobile_Shop_listCategoryLV1_Click: 'c00004041.Ter_listCategoryLV1',
171
170
  Terminator_New_Mobile_Shop_navCategoryLV2_Click: 'c00004041.Ter_navCategoryLV2',
172
171
  Terminator_New_Mobile_Shop_navCategoryLV1_Click: 'c00004041.Ter_navCategoryLV1',
173
172
  MShop_ResultProduct: 'c00004120.MShop_ResultProduct',
174
173
  Terminator_New_Mobile_Shop_tab_Click: 'c00004040.Ter_Shoptab',
174
+ export enum LogPnameInfo {
175
175
  HOME = 'home',
176
176
  MEMBER = 'member',
177
177
  CLASSIFY = 'classify',
178
178
  PROMOTION = 'promotion',
179
179
  WX_SHOP_HOME = 'wx_shop_home',
180
180
  APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
181
181
  MOBILE_SEARCH = 'MShop_SearchResult',
182
182
  SALE_VIEW = 'Shop_NewActivity',
183
183
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
184
184
  APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
185
185
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
186
186
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
187
187
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
188
188
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
189
189
  APP_SHOP_CARD = 'Shop_ShopCard',
190
190
  APP_SHOP_MEMBER = 'Shop_ShopMember',
191
191
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
192
192
  APP_SHOP_CATEGORY = 'Shop_Category',
193
193
  APP_SHOP_SCENE = 'Shop_Scene',
194
194
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
195
195
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
196
196
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
197
197
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
198
198
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
199
199
  APP_SAGE = 'Shop_Person',
200
200
  APP_SAGE_POP = 'Shop_PersionPop',
201
201
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
202
202
  APP_SHOP_RANK = 'Shop_RankingList',
203
203
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
204
204
  APP_SHOP_SERVICE = 'Shop_Service',
205
205
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
206
206
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
207
207
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
208
208
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
209
209
  APP_SHOP_SCENE_SHOPPING = 'Shop_Scene_Shopping',
210
210
  APP_SHOP_SCENE_FEEDS = 'Shop_Scene_Feeds',
211
211
  APP_SHOP_SCENE_PRODUCTS = 'Shop_Scene_Products',
212
212
  SHOP_MULTI_MEMBER_CARD = 'Shop_MultiMemberCard',
213
213
  APP_SHOP_LIGHT_DETAILS = 'Shop_LightDetails',
214
214
  MOBILE = 'Shop_ShopMain',
215
215
  APP = 'TerminatorNew_All',
216
216
  APP_SAGE = 'Shop_Person',
217
217
  APP_SAGE_POP = 'Shop_PersionPop',
218
218
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
219
219
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
220
220
  MOBILE_SEARCH = 'MShop_SearchResult',
221
221
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
222
222
  APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
223
223
  APP_SHOP_CARD = 'Shop_ShopCard',
224
224
  APP_SHOP_MEMBER = 'Shop_ShopMember',
225
225
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
226
226
  APP_SHOP_CATEGORY = 'Shop_Category',
227
227
  APP_SHOP_SCENE = 'Shop_ShopSceneBuy',
228
228
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
229
229
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
230
230
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
231
231
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
232
232
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
233
233
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
234
234
  SALE_VIEW = 'Shop_NewActivity',
235
235
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
236
236
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
237
237
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
238
238
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
239
239
  APP_SHOP_RANK = 'Shop_RankingList',
240
240
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
241
241
  APP_SHOP_SERVICE = 'Shop_Service',
242
242
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
243
243
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
244
244
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
245
245
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
246
246
  APP_SHOP_SCENE_SHOPPING = 'Shop_Scene_Shopping',
247
247
  APP_SHOP_SCENE_FEEDS = 'Shop_Scene_Feeds',
248
248
  APP_SHOP_SCENE_PRODUCTS = 'Shop_Scene_Products',
249
249
  SHOP_MULTI_MEMBER_CARD = 'Shop_MultiMemberCard',
250
250
  APP_SHOP_LIGHT_DETAILS = 'Shop_LightDetails',
251
251
  ACTIVITY_INIT: 'activityInit',
252
252
  SHOP_HEADER: 'shopHeader',
253
253
  SHOP_FOOTER: 'shopFooter',
254
254
  SHOP_HOME: 'jshopMain',
255
255
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
256
256
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
257
257
  NETWORK_ERR: 'networkerr',
258
258
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
259
259
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
260
260
  RANK_LIST: 'Jx_Terminator_ShopRankList',
261
261
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
262
262
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
263
263
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
264
264
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
265
265
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
266
266
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
267
267
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
268
268
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
269
269
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
270
270
  [LogPageIdInfo.MOBILE]: 'b002165',
271
271
  [LogPageIdInfo.APP]: 'b002165',
272
272
  [LogPageIdInfo.APP_SHOP_CATEGORY]: 'b002489',
273
273
  [LogPageIdInfo.APP_SHOP_MEMBER]: 'b002504',
274
274
  [LogPageIdInfo.SALE_VIEW]: 'b002503',
275
275
  [LogPageIdInfo.APP_SHOP_DETAIL]: 'b002275',
276
276
  [LogPageIdInfo.MOBILE_SEARCH]: 'b002510',
277
277
  [LogPageIdInfo.APP_SHOP_SCENE_SHOPPING]: 'b003162',
278
278
  [LogPageIdInfo.APP_SHOP_SCENE_FEEDS]: 'b003193',
279
279
  [LogPageIdInfo.APP_SHOP_SCENE_PRODUCTS]: 'b003196',
280
280
  [LogPageIdInfo.SHOP_MULTI_MEMBER_CARD]: 'b003201',
281
281
  [LogPageIdInfo.APP_SHOP_LIGHT_DETAILS]: 'b003366',
282
282
  TerminatorNew_mPreSell_Expo: 'c00003931.Ter_mPreSell',
283
283
  TerminatorNew_mPreSell_Click: 'c00003931.Ter_mPreSell',
284
284
  TerminatorNew_mDynamicImage_Expo: 'c00003054.Ter_mDynamicImage',
285
285
  TerminatorNew_mDynamicImage_Click: 'c00003054.Ter_mDynamicImage',
286
286
  TerminatorNew_mPromotion_Expo: 'c00003051.Ter_mPromotion',
287
287
  TerminatorNew_mPromotion_Click: 'c00003051.Ter_mPromotion',
288
288
  TerminatorNew_TabSeriousWare_Tab_Expo: 'c00003049.Ter_mCollectionTab',
289
289
  TerminatorNew_TabSeriousWare_Tab_Click: 'c00003049.Ter_mCollectionTab',
290
290
  TerminatorNew_TabSeriousWare_Sku_Expo: 'c00003049.Ter_mCollectionSku',
291
291
  TerminatorNew_TabSeriousWare_Sku_Click: 'c00003049.Ter_mCollectionSku',
292
292
  TerminatorNew_TabSeriousWare_Pic_Expo: 'c00003049.Ter_CollectionImgs',
293
293
  TerminatorNew_TabSeriousWare_Pic_Click: 'c00003049.Ter_CollectionImgs',
294
294
  TerminatorNew_SgCoupon_Expo: 'c00003048.Ter_mSgCoupon',
295
295
  TerminatorNew_SgCoupon_Click: 'c00003048.Ter_mSgCoupon',
296
296
  TerminatorNew_smartNewProduct_Expo: 'c00003047.Ter_smartNewProduct',
297
297
  TerminatorNew_smartNewProduct_Click: 'c00003047.Ter_smartNewProduct',
298
298
  TerminatorNew_mMainPushNewProducts_Expo: 'c00003047.Ter_mFeaturedPickSku',
299
299
  TerminatorNew_mMainPushNewProducts_Click: 'c00003047.Ter_mFeaturedPickSku',
300
300
  TerminatorNew_smartPromoSku_Expo: 'c00003046.Ter_smartPromoSku',
301
301
  TerminatorNew_smartPromoSku_Click: 'c00003046.Ter_smartPromoSku',
302
302
  TerminatorNew_smartCoupon_Expo: 'c00003016.Ter_smartCoupon',
303
303
  TerminatorNew_smartCoupon_Click: 'c00003016.Ter_smartCoupon',
304
304
  TerminatorNew_smartNav_Expo: 'c00003013.Ter_smartNav',
305
305
  TerminatorNew_smartNav_Click: 'c00003013.Ter_smartNav',
306
306
  TerminatorNew_IsvModule_Expo: 'c00002955.Ter_IsvModule',
307
307
  TerminatorNew_IsvModule_Click: 'c00002955.Ter_IsvModule',
308
308
  TerminatorNew_mBanner_Expo: 'c00002954.Ter_mBanner',
309
309
  TerminatorNew_mBanner_Click: 'c00002954.Ter_mBanner',
310
310
  TerminatorNew_shopRankList_Expo: 'c00002953.Ter_shopRankList',
311
311
  TerminatorNew_shopRankList_Click: 'c00002953.Ter_shopRankList',
312
312
  TerminatorNew_mVideo_Expo: 'c00002952.Ter_mVideo',
313
313
  TerminatorNew_mVideo_Click: 'c00002952.Ter_mVideo',
314
314
  TerminatorNew_mCoupon_Expo: 'c00002951.Ter_mCoupon',
315
315
  TerminatorNew_mCoupon_Click: 'c00002951.Ter_mCoupon',
316
316
  TerminatorNew_mPictureHotspot_Expo: 'c00002950.Ter_mPictureHotspot',
317
317
  TerminatorNew_mPictureHotspot_Click: 'c00002950.Ter_mPictureHotspot',
318
318
  TerminatorNew_smartUnionProduct_Expo: 'c00002949.Ter_smartProduct',
319
319
  TerminatorNew_smartUnionProduct_Click: 'c00002949.Ter_smartProduct',
320
320
  TerminatorNew_mICommonGood_Expo: 'c00002949.Ter_mICommonGood',
321
321
  TerminatorNew_mICommonGood_Click: 'c00002949.Ter_mICommonGood',
322
322
  TerminatorNew_smartHotSaleProduct_Expo: 'c00002948.Ter_mHotSaleProduct',
323
323
  TerminatorNew_smartHotSaleProduct_Click: 'c00002948.Ter_mHotSaleProduct',
324
324
  TerminatorNew_smartSecondCate_Expo: 'c00002947.Ter_smartSecondCate',
325
325
  TerminatorNew_smartSecondCate_Click: 'c00002947.Ter_smartSecondCate',
326
326
  TerminatorNew_recfeedsku_Expo: 'c00002946.Ter_RecfeedSku',
327
327
  TerminatorNew_recfeedsku_Click: 'c00002946.Ter_RecfeedSku',
328
328
  TerminatorNew_recfeedskuAddCart_Click: 'c00002946.Ter_RecfeedAddCart',
329
329
  TerminatorNew_mMemberSprint_Expo: 'c00003930.Ter_mMemberSprint',
330
330
  TerminatorNew_mMemberSprint_Click: 'c00003930.Ter_mMemberSprint',
331
331
  TerminatorNew_mShopMembers_Expo: 'c00003929.Ter_mShopMembers',
332
332
  TerminatorNew_mShopMembers_Click: 'c00003929.Ter_mShopMembers',
333
333
  ShopDetail_Follow: 'c00004094.ShopDetail_Follow',
334
334
  ShopDetail_Share: 'c00004094.ShopDetail_Share',
335
335
  ShopDetail_QRcode: 'c00004095.ShopDetail_QRcode',
336
336
  ShopDetail_Licence: 'c00004095.ShopDetail_Licence',
337
337
  ShopDetail_AllProducts: 'c00004096.ShopDetail_AllSku',
338
338
  Shop_Category_skuexpo: 'c00004041.Shop_Category_sku',
339
339
  Shop_Category_sku: 'c00004041.Shop_Category_sku',
340
340
  Shop_Category_sortbtn: 'c00004041.Shop_Category_sort',
341
341
  Shop_Category_skuaddcart: 'c00004041.Shop_Category_addcar',
342
342
  Shop_Category_LV1: 'c00004041.Shop_Category_LV1',
343
343
  Shop_Category_LV2: 'c00004041.Shop_Category_LV2',
344
344
  Terminator_New_Mobile_Shop_listCategorySku_Click: 'c00004041.Ter_listCategorySku',
345
345
  Terminator_New_Mobile_Shop_listCategoryShowAllSku_Click: 'c00004041.Ter_listCateAllSku',
346
346
  Terminator_New_Mobile_Shop_listCategoryLV1_Click: 'c00004041.Ter_listCategoryLV1',
347
347
  Terminator_New_Mobile_Shop_navCategoryLV2_Click: 'c00004041.Ter_navCategoryLV2',
348
348
  Terminator_New_Mobile_Shop_navCategoryLV1_Click: 'c00004041.Ter_navCategoryLV1',
349
349
  MShop_ResultProduct: 'c00004120.MShop_ResultProduct',
350
350
  Terminator_New_Mobile_Shop_tab_Click: 'c00004040.Ter_Shoptab',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.10.1-shop3.57",
3
+ "version": "0.10.1-shop3.59",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"