@conecli/cone-render 0.9.1-shop2.23 → 0.9.1-shop2.25

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
- export declare namespace JumpEventReportInterFace {
2
1
  export interface ShopIdsInfo {
3
2
  shopId?: number | string
4
3
  venderId?: number | string
5
4
  logEventInfo?: object
6
5
  type?: string
7
6
  }
8
7
  export interface RouterInfo {
9
8
  params: any
10
9
  pageParamStr?: string
11
10
  [key: string]: any
12
11
  }
13
12
  export interface JumpMiniPath {
14
13
  shop: string
15
14
  shopx: string
16
15
  detail: string
17
16
  searchCoupon: string
18
17
  h5: string
19
18
  jingGouHome: string
20
19
  shopFans: string
21
20
  shopLight: string
22
21
  couponSearch: string
23
22
  shopSearch: string
24
23
  jxCouponSearch: string
25
24
  jxDetail: string
26
25
  }
27
26
  export interface jumpWebUrl {
28
27
  mshop: string
29
28
  pages: string
30
29
  pcCoupon: string
31
30
  couponSearch: string
32
31
  jxCouponSearch: string
33
32
  pcCouponSearch: string
34
33
  shopSecondActivity: string
35
34
  shopLight: string
36
35
  detail: string
37
36
  jxDetail: string
38
37
  tjDetail: string
39
38
  pcDetail: string
40
39
  mobileHome: string
41
40
  rank: string
42
41
  wqShopMember: string
43
42
  wqShopDetail: string
44
43
  wqShopSearch: string
45
44
  myCouponList: string
46
45
  myRedPacketList: string
47
46
  memberHome: string
48
47
  memberCard: string
49
48
  memberPoints: string
50
49
  memberBenefit: string
51
50
  memberScores: string
52
51
  memberScoreRule: string
53
52
  shopMember: string
54
53
  shopMemberPointDetail: string
55
54
  shopMemberBenefit: string
56
55
  shopMemberRule: string
57
56
  shopMemberCloseAccount: string
58
57
  shopMemberPointExchange: string
59
58
  shopMemberBonusPurchase: string
60
59
  shopMemberGood: string
61
60
  beanDetail: string
62
61
  totalPromotion: string
63
62
  mLive: string
64
63
  shopHome: string
65
64
  shopIntroduce: string
66
65
  shopSearch: string
67
66
  shopLottery: string
68
67
  shopCoupon: string
69
68
  shopWares: string
70
69
  shopFastShopping: string
71
70
  shopSpeciSeckill: string
72
71
  shopVideos: string
73
72
  shopMoreGoods:string
74
73
  shopUseShareOrderUgcContent: string
75
74
  dongDongChat: string
76
75
  samCenter: string
77
76
  samCard: string
78
77
  shopH5MemberCardAPP: string
79
78
  shopH5MemberCardM: string
80
79
  }
81
80
  export interface EventReportConfig {
82
81
  routerInfo: RouterInfo
83
82
  nativeEvent: any
84
83
  }
85
84
  export interface OptEventLogParams {
86
85
  eventId?: string
87
86
  eventParam?: string | object
88
87
  pTag?: string
89
88
  jsonParam?: {
90
89
  [key: string]: any
91
90
  }
92
91
  skuId?: string | number
93
92
  eventLevel?: string
94
93
  exposureState?: boolean
95
94
  otherParams?: object
96
95
  }
97
96
 
98
97
  export interface JumpH5ReportConfig {
99
98
  shopId?: number | string
100
99
  venderId?: number | string
101
100
  sourceValue?: string
102
101
  sourceType?: string
103
102
  }
104
103
  export interface JumpEventReportInit extends EventReportConfig {
105
104
  getConfig(opt): EventReportConfig
106
105
  updateInfo(routerInfo, logPname): void
107
106
  }
108
107
  export interface CouponUrlParams {
109
108
  batchId: number
110
109
  bindType: number
111
110
  startTime?: number
112
111
  endTime?: number
113
112
  quangoufrom?: number
114
113
  sceneId?: number
115
114
  }
116
115
  export interface JdMiniJumpParams {
117
116
  param: string | object
118
117
  sourceValue?: string
119
118
  sourceType?: string
120
119
  des?: any
121
120
  logEventInfo?: object
122
121
  }
123
122
  export interface LinkMiniParams {
124
123
  param?: {
125
124
  pageType?: string
126
125
  }
127
126
  appId?: string | number
128
127
  path?: string
129
128
  }
130
129
  export interface JdJumpWxappReportConfig {
131
130
  wxApiVersion: string
132
131
  wxApiUrl: string
133
132
  wqReportUrl: string
134
133
  }
134
+ export declare namespace JumpEventReportInterFace {
135
135
  export interface ShopIdsInfo {
136
136
  shopId?: number | string
137
137
  venderId?: number | string
138
138
  logEventInfo?: object
139
139
  type?: string
140
140
  }
141
141
  export interface RouterInfo {
142
142
  params: any
143
143
  pageParamStr?: string
144
144
  [key: string]: any
145
145
  }
146
146
  export interface JumpMiniPath {
147
147
  shop: string
148
148
  shopx: string
149
149
  detail: string
150
150
  searchCoupon: string
151
151
  h5: string
152
152
  jingGouHome: string
153
153
  shopFans: string
154
154
  shopLight: string
155
155
  couponSearch: string
156
156
  shopSearch: string
157
157
  jxCouponSearch: string
158
158
  jxDetail: string
159
159
  }
160
160
  export interface jumpWebUrl {
161
161
  mshop: string
162
162
  pages: string
163
163
  pcCoupon: string
164
164
  couponSearch: string
165
165
  jxCouponSearch: string
166
166
  pcCouponSearch: string
167
167
  shopSecondActivity: string
168
168
  shopLight: string
169
169
  detail: string
170
170
  jxDetail: string
171
171
  tjDetail: string
172
172
  pcDetail: string
173
173
  mobileHome: string
174
174
  rank: string
175
175
  wqShopMember: string
176
176
  wqShopDetail: string
177
177
  wqShopSearch: string
178
178
  myCouponList: string
179
179
  myRedPacketList: string
180
180
  memberHome: string
181
181
  memberCard: string
182
182
  memberPoints: string
183
183
  memberBenefit: string
184
184
  memberScores: string
185
185
  memberScoreRule: string
186
186
  memberProduct: string
187
187
  shopMember: string
188
188
  shopMemberPointDetail: string
189
189
  shopMemberBenefit: string
190
190
  shopMemberRule: string
191
191
  shopMemberCloseAccount: string
192
192
  shopMemberPointExchange: string
193
193
  shopMemberBonusPurchase: string
194
194
  shopMemberGood: string
195
195
  beanDetail: string
196
196
  totalPromotion: string
197
197
  mLive: string
198
198
  shopHome: string
199
199
  shopIntroduce: string
200
200
  shopSearch: string
201
201
  shopLottery: string
202
202
  shopCoupon: string
203
203
  shopWares: string
204
204
  shopFastShopping: string
205
205
  shopSpeciSeckill: string
206
206
  shopVideos: string
207
207
  shopMoreGoods:string
208
208
  shopUseShareOrderUgcContent: string
209
209
  dongDongChat: string
210
210
  samCenter: string
211
211
  samCard: string
212
212
  shopH5MemberCardAPP: string
213
213
  shopH5MemberCardM: string
214
214
  }
215
215
  export interface EventReportConfig {
216
216
  routerInfo: RouterInfo
217
217
  nativeEvent: any
218
218
  }
219
219
  export interface OptEventLogParams {
220
220
  eventId?: string
221
221
  eventParam?: string | object
222
222
  pTag?: string
223
223
  jsonParam?: {
224
224
  [key: string]: any
225
225
  }
226
226
  skuId?: string | number
227
227
  eventLevel?: string
228
228
  exposureState?: boolean
229
229
  otherParams?: object
230
230
  }
231
231
 
232
232
  export interface JumpH5ReportConfig {
233
233
  shopId?: number | string
234
234
  venderId?: number | string
235
235
  sourceValue?: string
236
236
  sourceType?: string
237
237
  }
238
238
  export interface JumpEventReportInit extends EventReportConfig {
239
239
  getConfig(opt): EventReportConfig
240
240
  updateInfo(routerInfo, logPname): void
241
241
  }
242
242
  export interface CouponUrlParams {
243
243
  batchId: number
244
244
  bindType: number
245
245
  startTime?: number
246
246
  endTime?: number
247
247
  quangoufrom?: number
248
248
  sceneId?: number
249
249
  }
250
250
  export interface JdMiniJumpParams {
251
251
  param: string | object
252
252
  sourceValue?: string
253
253
  sourceType?: string
254
254
  des?: any
255
255
  logEventInfo?: object
256
256
  }
257
257
  export interface LinkMiniParams {
258
258
  param?: {
259
259
  pageType?: string
260
260
  }
261
261
  appId?: string | number
262
262
  path?: string
263
263
  }
264
264
  export interface JdJumpWxappReportConfig {
265
265
  wxApiVersion: string
266
266
  wxApiUrl: string
267
267
  wqReportUrl: string
268
268
  }
@@ -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
  mshop: domain.mshop,
15
14
  pages: domain.pages,
16
15
  couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
17
16
  jxCouponSearch:`${domain.jxDomain}/search/coupon.shtml`,
18
17
  pcCouponSearch:`${domain.pcSo}/Search`,
19
18
  shopSecondActivity: `${domain.sale}/m/h5/`,
20
19
  shopLight: `${domain.sale}/liteshop/index.html`,
21
20
  detail: `${domain.mobileDetail}/product/`,
22
21
  jxDetail: `${domain.wqs}/item/view.html`,
23
22
  tjDetail: `${domain.kpl}/product`,
24
23
  pcDetail: `https://item.jd.com/`,
25
24
  pcCoupon: `${domain.pcCoupon}/ilink/couponActiveFront/linkKey/front_index.action`,
26
25
  mobileHome: `${domain.mobileHome}`,
27
26
  rank: `${domain.ranking}/comLandingPage/comLandingPage`,
28
27
  wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
29
28
  wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
30
29
  wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
31
30
  myCouponList: `${domain.wqs}/my/coupon/index.shtml`,
32
31
  myRedPacketList: `${domain.wqs}/my/redpacket.shtml`,
33
32
  memberHome: `${domain.pages}/member/home`,
34
33
  memberCard: `${domain.pages}/member/card`,
35
34
  memberPoints: `${domain.pages}/member/points`,
36
35
  memberBenefit: `${domain.pages}/member/benefit`,
37
36
  memberScores: `${domain.pages}/member/scores`,
38
37
  memberScoreRule: `${domain.pages}/member/scoreRule`,
39
38
  shopMember: `${domain.shopMember}/shopcard`,
40
39
  shopMemberCardAgreement: `${domain.shopMember}/member/cardAgreement`,
41
40
  shopMemberCardInstruction: `${domain.shopMember}/member/cardInstruction`,
42
41
  shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
43
42
  shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
44
43
  shopMemberRule: `${domain.shopMember}/member/membersRule`,
45
44
  shopSuperMemberRule: `${domain.shopMember}/member/memberWelfareRule`,
46
45
  shopMemberEquityRule: `${domain.shopMember}/member/memberEquityRule`,
47
46
  shopMemberWelfare: `${domain.shopMember}/member/memberWelfare`,
48
47
  shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
49
48
  shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
50
49
  shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
51
50
  shopMemberGood: `${domain.shopMember}/member/membersGood`,
52
51
  shopMemberCouponList: `${domain.shopMember}/couponList/index.html`,
53
52
  shopMemberOpenCard: `${domain.shopMember}/openCard/index.html`,
54
53
  shopMemberPayDescription: `${domain.shopMember}/brandSubscribeExplain/index.html`,
55
54
  beanDetail: `${domain.bean}/beanDetail/index.action`,
56
55
  totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
57
56
  mLive: `${domain.lives}/#`,
58
57
  shopHome: `${domain.pages}/shop/home`,
59
58
  shopIntroduce: `${domain.pages}/shop/introduce`,
60
59
  shopSearch: `${domain.pages}/shop/search`,
61
60
  shopLottery: `${domain.pages}/shop/lottery`,
62
61
  shopCoupon: `${domain.pages}/shop/coupon`,
63
62
  shopWares: `${domain.pages}/shop/wares`,
64
63
  shopFastShopping: `${domain.pages}/shop/fastShopping`,
65
64
  shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
66
65
  shopVideos: `${domain.pages}/shop/videos`,
67
66
  shopMoreGoods: `${domain.pages}/shop/moreGoods`,
68
67
  shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
69
68
  dongDongChat: `${domain.jdcs}/chat/index.action`,
70
69
  samCenter: `${domain.pages}/shop/samCenter`,
71
70
  samCard: `${domain.pages}/shop/samCard`,
72
71
  shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
73
72
  shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
73
+ import { domain } from '../../api'
74
74
  shop: '/pages/shop/index/index',
75
75
  detail: '/pages/gold/item/pages/detail/index',
76
76
  jxDetail: '/pages/item/detail/detail',
77
77
  searchCoupon: '/pages/search/subPackages/coupon/coupon',
78
78
  h5: '/pages/h5/index',
79
79
  jingGouHome: '/pages/index/index',
80
80
  shopFans: '/pages/shopfans/pages/index/index',
81
81
  shopLight: '/pages/shoplight/pages/index/index',
82
82
  couponSearch: '/pages/search/subPackages/coupon/coupon',
83
83
  jxCouponSearch:'/pages/search_copr/index',
84
84
  shopx: '/pages/shopx/pages/index/index',
85
85
  shopSearch: '/pages/shopx/pages/searchPanel/index',
86
86
  mshop: domain.mshop,
87
87
  pages: domain.pages,
88
88
  couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
89
89
  jxCouponSearch:`${domain.jxDomain}/search/coupon.shtml`,
90
90
  pcCouponSearch:`${domain.pcSo}/Search`,
91
91
  shopSecondActivity: `${domain.sale}/m/h5/`,
92
92
  shopLight: `${domain.sale}/liteshop/index.html`,
93
93
  detail: `${domain.mobileDetail}/product/`,
94
94
  jxDetail: `${domain.wqs}/item/view.html`,
95
95
  tjDetail: `${domain.kpl}/product`,
96
96
  pcDetail: `https://item.jd.com/`,
97
97
  pcCoupon: `${domain.pcCoupon}/ilink/couponActiveFront/linkKey/front_index.action`,
98
98
  mobileHome: `${domain.mobileHome}`,
99
99
  rank: `${domain.ranking}/comLandingPage/comLandingPage`,
100
100
  wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
101
101
  wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
102
102
  wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
103
103
  myCouponList: `${domain.wqs}/my/coupon/index.shtml`,
104
104
  myRedPacketList: `${domain.wqs}/my/redpacket.shtml`,
105
105
  memberHome: `${domain.pages}/member/home`,
106
106
  memberCard: `${domain.pages}/member/card`,
107
107
  memberPoints: `${domain.pages}/member/points`,
108
108
  memberBenefit: `${domain.pages}/member/benefit`,
109
109
  memberScores: `${domain.pages}/member/scores`,
110
110
  memberScoreRule: `${domain.pages}/member/scoreRule`,
111
111
  memberProduct: `${domain.pages}/member/product`,
112
112
  shopMember: `${domain.shopMember}/shopcard`,
113
113
  shopMemberCardAgreement: `${domain.shopMember}/member/cardAgreement`,
114
114
  shopMemberCardInstruction: `${domain.shopMember}/member/cardInstruction`,
115
115
  shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
116
116
  shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
117
117
  shopMemberRule: `${domain.shopMember}/member/membersRule`,
118
118
  shopSuperMemberRule: `${domain.shopMember}/member/memberWelfareRule`,
119
119
  shopMemberEquityRule: `${domain.shopMember}/member/memberEquityRule`,
120
120
  shopMemberWelfare: `${domain.shopMember}/member/memberWelfare`,
121
121
  shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
122
122
  shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
123
123
  shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
124
124
  shopMemberGood: `${domain.shopMember}/member/membersGood`,
125
125
  shopMemberCouponList: `${domain.shopMember}/couponList/index.html`,
126
126
  shopMemberOpenCard: `${domain.shopMember}/openCard/index.html`,
127
127
  shopMemberPayDescription: `${domain.shopMember}/brandSubscribeExplain/index.html`,
128
128
  beanDetail: `${domain.bean}/beanDetail/index.action`,
129
129
  totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
130
130
  mLive: `${domain.lives}/#`,
131
131
  shopHome: `${domain.pages}/shop/home`,
132
132
  shopIntroduce: `${domain.pages}/shop/introduce`,
133
133
  shopSearch: `${domain.pages}/shop/search`,
134
134
  shopLottery: `${domain.pages}/shop/lottery`,
135
135
  shopCoupon: `${domain.pages}/shop/coupon`,
136
136
  shopWares: `${domain.pages}/shop/wares`,
137
137
  shopFastShopping: `${domain.pages}/shop/fastShopping`,
138
138
  shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
139
139
  shopVideos: `${domain.pages}/shop/videos`,
140
140
  shopMoreGoods: `${domain.pages}/shop/moreGoods`,
141
141
  shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
142
142
  dongDongChat: `${domain.jdcs}/chat/index.action`,
143
143
  samCenter: `${domain.pages}/shop/samCenter`,
144
144
  samCard: `${domain.pages}/shop/samCard`,
145
145
  shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
146
146
  shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
@@ -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_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
12
11
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
13
12
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
14
13
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
15
14
  APP_SHOP_CARD = 'Shop_ShopCard',
16
15
  APP_SHOP_MEMBER = 'Shop_ShopMember',
17
16
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
18
17
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
19
18
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
20
19
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule'
21
20
  MOBILE = 'Shop_ShopMain',
22
21
  APP = 'TerminatorNew_All',
23
22
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
24
23
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
25
24
  MOBILE_SEARCH = 'MShop_SearchResult',
26
25
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
27
26
  APP_SHOP_CARD = 'Shop_ShopCard',
28
27
  APP_SHOP_MEMBER = 'Shop_ShopMember',
29
28
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
30
29
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
31
30
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
32
31
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
33
32
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
34
33
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
35
34
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
36
35
  SALE_VIEW = 'Shop_NewActivity',
37
36
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
38
37
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule'
39
38
  ACTIVITY_INIT: 'activityInit',
40
39
  SHOP_HEADER: 'shopHeader',
41
40
  SHOP_FOOTER: 'shopFooter',
42
41
  SHOP_HOME: 'jshopMain',
43
42
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
44
43
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
45
44
  NETWORK_ERR: 'networkerr',
46
45
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
47
46
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
48
47
  RANK_LIST: 'Jx_Terminator_ShopRankList',
49
48
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
50
49
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
51
50
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
52
51
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
53
52
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
54
53
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
55
54
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
56
55
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
57
56
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
57
+ export enum LogPnameInfo {
58
58
  HOME = 'home',
59
59
  MEMBER = 'member',
60
60
  CLASSIFY = 'classify',
61
61
  PROMOTION = 'promotion',
62
62
  WX_SHOP_HOME = 'wx_shop_home',
63
63
  APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
64
64
  MOBILE_SEARCH = 'MShop_SearchResult',
65
65
  SALE_VIEW = 'Shop_NewActivity',
66
66
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
67
67
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
68
68
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
69
69
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
70
70
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
71
71
  APP_SHOP_CARD = 'Shop_ShopCard',
72
72
  APP_SHOP_MEMBER = 'Shop_ShopMember',
73
73
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
74
74
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
75
75
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
76
76
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
77
77
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
78
78
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct'
79
79
  MOBILE = 'Shop_ShopMain',
80
80
  APP = 'TerminatorNew_All',
81
81
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
82
82
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
83
83
  MOBILE_SEARCH = 'MShop_SearchResult',
84
84
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
85
85
  APP_SHOP_CARD = 'Shop_ShopCard',
86
86
  APP_SHOP_MEMBER = 'Shop_ShopMember',
87
87
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
88
88
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
89
89
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
90
90
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
91
91
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
92
92
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
93
93
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
94
94
  SALE_VIEW = 'Shop_NewActivity',
95
95
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
96
96
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
97
97
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct'
98
98
  ACTIVITY_INIT: 'activityInit',
99
99
  SHOP_HEADER: 'shopHeader',
100
100
  SHOP_FOOTER: 'shopFooter',
101
101
  SHOP_HOME: 'jshopMain',
102
102
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
103
103
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
104
104
  NETWORK_ERR: 'networkerr',
105
105
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
106
106
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
107
107
  RANK_LIST: 'Jx_Terminator_ShopRankList',
108
108
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
109
109
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
110
110
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
111
111
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
112
112
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
113
113
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
114
114
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
115
115
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
116
116
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',