@conecli/cone-render 0.10.1-beta.2 → 0.10.1-beta.4

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