@conecli/cone-render 0.10.1-beta.8 → 0.10.1-beta.9
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/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/jssdk.ts +1 -1
- package/dist/common/token/token.jd.ts +1 -1
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/InViewRender/index.tsx +1 -1
- package/dist/components/base/InViewRender/index.weapp.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.module.scss +4 -8
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.tsx +1 -1
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/debug/DebugLayout/index.module.scss +2 -2
- package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
- package/dist/components/floorItem.jd.tsx +1 -1
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/floorItem.weapp.tsx +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web.tjm.ts +1 -1
- package/dist/open/api/device.ts +1 -1
- package/dist/sass/app.h5.scss +0 -18
- package/dist/service/http/colorSign.ts +1 -1
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/taroRenderUtil.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/package.json +53 -64
- package/dist/components/base/CustomScrollView/index-back.tsx +0 -1
- package/dist/utils/log.ts +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
1
|
subMessage?: string
|
|
3
2
|
viewMaxHeight?: string
|
|
4
3
|
noPosition?: boolean
|
|
5
4
|
floorLoadWay?: number
|
|
6
5
|
floorKind?: number
|
|
7
6
|
shopId?: string
|
|
8
7
|
moduleDesignerType?: string
|
|
9
8
|
showCommonFloorHead?: boolean
|
|
10
9
|
borderRadius: number
|
|
11
10
|
borderTopLeftRadius?: number
|
|
12
11
|
borderTopRightRadius?: number
|
|
13
12
|
borderBottomLeftRadius?: number
|
|
14
13
|
borderBottomRightRadius?: number
|
|
15
14
|
marginTop?: number
|
|
16
15
|
marginBottom?: number
|
|
17
16
|
marginLeft?: number
|
|
18
17
|
marginRight?: number
|
|
19
18
|
paddingTop?: number
|
|
20
19
|
paddingBottom?: number
|
|
21
20
|
paddingLeft?: number
|
|
22
21
|
paddingRight?: number
|
|
23
22
|
containerId: string
|
|
24
23
|
background?: string
|
|
25
24
|
containerPosition?: string
|
|
26
25
|
key?: string
|
|
27
26
|
floors: floorItemData[]
|
|
28
27
|
includeUids: string[]
|
|
29
28
|
typeCn: string
|
|
30
29
|
typeCode?: string
|
|
31
30
|
addLuxuryStyle?: boolean
|
|
32
31
|
addLuxuryBackupStyle?: boolean
|
|
33
32
|
renderExtendComponent?: Function
|
|
34
33
|
insertContainerStartComponent?: Function
|
|
35
34
|
floorExtendData?: any
|
|
36
35
|
}
|
|
37
36
|
isRealTimeRender: boolean
|
|
38
37
|
forceRenderTime: number
|
|
39
38
|
luxuryFixed?: boolean
|
|
40
39
|
customErrorIsvFloorModule?: React.ReactElement | undefined
|
|
41
40
|
containerIndex?: number
|
|
42
41
|
containerData?: any
|
|
43
42
|
shopTotalInfo?: any
|
|
44
43
|
selectContainerFn?: Function
|
|
45
44
|
selectContainerId?: string
|
|
46
45
|
placeHolderPreContainerId?: string
|
|
47
46
|
children?: any
|
|
48
47
|
luxuryFixed?: boolean
|
|
49
48
|
style?: {
|
|
50
49
|
[key: string]: any
|
|
51
50
|
};
|
|
52
51
|
layoutLeftRightMargin?: number
|
|
53
52
|
}
|
|
54
53
|
isShowPlaceHolder?: boolean
|
|
55
54
|
showDayToSecondState?: boolean
|
|
56
55
|
onFormSubmit?: Function
|
|
57
56
|
onFormReset?: Function
|
|
58
57
|
isFormDialog?: boolean
|
|
59
58
|
forbiddenBgScrollState?: boolean
|
|
60
59
|
evenList: any[]
|
|
61
60
|
oddList: any[]
|
|
61
|
+
import React from 'react'
|
|
62
62
|
subMessage?: string
|
|
63
63
|
viewMaxHeight?: string
|
|
64
64
|
noPosition?: boolean
|
|
65
65
|
floorLoadWay?: number
|
|
66
66
|
floorKind?: number
|
|
67
67
|
shopId?: string
|
|
68
68
|
moduleDesignerType?: string
|
|
69
69
|
showCommonFloorHead?: boolean
|
|
70
70
|
borderRadius: number
|
|
71
71
|
borderTopLeftRadius?: number
|
|
72
72
|
borderTopRightRadius?: number
|
|
73
73
|
borderBottomLeftRadius?: number
|
|
74
74
|
borderBottomRightRadius?: number
|
|
75
75
|
marginTop?: number
|
|
76
76
|
marginBottom?: number
|
|
77
77
|
marginLeft?: number
|
|
78
78
|
marginRight?: number
|
|
79
79
|
paddingTop?: number
|
|
80
80
|
paddingBottom?: number
|
|
81
81
|
paddingLeft?: number
|
|
82
82
|
paddingRight?: number
|
|
83
83
|
containerId: string
|
|
84
84
|
background?: string
|
|
85
85
|
containerPosition?: string
|
|
86
86
|
key?: string
|
|
87
87
|
floors: floorItemData[]
|
|
88
88
|
includeUids: string[]
|
|
89
89
|
typeCn: string
|
|
90
90
|
typeCode?: string
|
|
91
91
|
addLuxuryStyle?: boolean
|
|
92
92
|
addLuxuryBackupStyle?: boolean
|
|
93
93
|
renderExtendComponent?: Function
|
|
94
94
|
insertContainerStartComponent?: Function
|
|
95
95
|
floorExtendData?: any
|
|
96
96
|
}
|
|
97
97
|
isRealTimeRender: boolean
|
|
98
98
|
forceRenderTime: number
|
|
99
99
|
luxuryFixed?: boolean
|
|
100
100
|
customErrorIsvFloorModule?: React.ReactElement | undefined
|
|
101
101
|
containerIndex?: number
|
|
102
102
|
containerData?: any
|
|
103
103
|
shopTotalInfo?: any
|
|
104
104
|
selectContainerFn?: Function
|
|
105
105
|
selectContainerId?: string
|
|
106
106
|
placeHolderPreContainerId?: string
|
|
107
107
|
children?: any
|
|
108
108
|
luxuryFixed?: boolean
|
|
109
109
|
style?: {
|
|
110
110
|
[key: string]: any
|
|
111
111
|
};
|
|
112
112
|
layoutLeftRightMargin?: number
|
|
113
113
|
}
|
|
114
114
|
isShowPlaceHolder?: boolean
|
|
115
115
|
showDayToSecondState?: boolean
|
|
116
116
|
onFormSubmit?: Function
|
|
117
117
|
onFormReset?: Function
|
|
118
118
|
isFormDialog?: boolean
|
|
119
119
|
forbiddenBgScrollState?: boolean
|
|
120
120
|
evenList: any[]
|
|
121
121
|
oddList: any[]
|
|
@@ -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
|
jdLive: string;
|
|
27
26
|
}
|
|
28
27
|
export interface jumpWebUrl {
|
|
29
28
|
mshop: string;
|
|
30
29
|
pages: string;
|
|
31
30
|
pcCoupon: string;
|
|
32
31
|
couponSearch: string;
|
|
33
32
|
jxCouponSearch: string;
|
|
34
33
|
pcCouponSearch: string;
|
|
35
34
|
shopSecondActivity: string;
|
|
36
35
|
shopLight: string;
|
|
37
36
|
detail: string;
|
|
38
37
|
jxDetail: string;
|
|
39
38
|
tjDetail: string;
|
|
40
39
|
pcDetail: string;
|
|
41
40
|
mobileHome: string;
|
|
42
41
|
rank: string;
|
|
43
42
|
wqShopMember: string;
|
|
44
43
|
wqShopDetail: string;
|
|
45
44
|
wqShopSearch: string;
|
|
46
45
|
myCouponList: string;
|
|
47
46
|
myRedPacketList: string;
|
|
48
47
|
memberHome: string;
|
|
49
48
|
memberCard: string;
|
|
50
49
|
memberPoints: string;
|
|
51
50
|
memberBenefit: string;
|
|
52
51
|
memberScores: string;
|
|
53
52
|
memberScoreRule: string;
|
|
54
53
|
memberProduct: string;
|
|
55
54
|
shopMember: string;
|
|
56
55
|
shopMemberPointDetail: string;
|
|
57
56
|
shopMemberBenefit: string;
|
|
58
57
|
shopMemberRule: string;
|
|
59
58
|
shopMemberCloseAccount: string;
|
|
60
59
|
shopMemberPointExchange: string;
|
|
61
60
|
shopMemberBonusPurchase: string;
|
|
62
61
|
shopMemberGood: string;
|
|
63
62
|
beanDetail: string;
|
|
64
63
|
totalPromotion: string;
|
|
65
64
|
mLive: string;
|
|
66
65
|
shopHome: string;
|
|
67
66
|
shopIntroduce: string;
|
|
68
67
|
shopSearch: string;
|
|
69
68
|
shopLottery: string;
|
|
70
69
|
shopCoupon: string;
|
|
71
70
|
shopWares: string;
|
|
72
71
|
shopFastShopping: string;
|
|
73
72
|
shopSpeciSeckill: string;
|
|
74
73
|
shopVideos: string;
|
|
75
74
|
shopMoreGoods: string;
|
|
76
75
|
shopUseShareOrderUgcContent: string;
|
|
77
76
|
dongDongChat: string;
|
|
78
77
|
samCenter: string;
|
|
79
78
|
samCard: string;
|
|
80
79
|
shopH5MemberCardAPP: string;
|
|
81
80
|
shopH5MemberCardM: string;
|
|
82
81
|
sageAuthorHome: string;
|
|
83
82
|
}
|
|
84
83
|
export interface EventReportConfig {
|
|
85
84
|
routerInfo: RouterInfo;
|
|
86
85
|
nativeEvent: any;
|
|
87
86
|
}
|
|
88
87
|
export interface OptEventLogParams {
|
|
89
88
|
eventId?: string;
|
|
90
89
|
eventParam?: string | object;
|
|
91
90
|
pTag?: string;
|
|
92
91
|
jsonParam?: {
|
|
93
92
|
[key: string]: any;
|
|
94
93
|
};
|
|
95
94
|
skuId?: string | number;
|
|
96
95
|
eventLevel?: string;
|
|
97
96
|
exposureState?: boolean;
|
|
98
97
|
otherParams?: object;
|
|
99
98
|
}
|
|
100
99
|
|
|
101
100
|
export interface JumpH5ReportConfig {
|
|
102
101
|
shopId?: number | string;
|
|
103
102
|
venderId?: number | string;
|
|
104
103
|
sourceValue?: string;
|
|
105
104
|
sourceType?: string;
|
|
106
105
|
}
|
|
107
106
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
108
107
|
getConfig(opt): EventReportConfig;
|
|
109
108
|
updateInfo(routerInfo, logPname): void;
|
|
110
109
|
}
|
|
111
110
|
export interface CouponUrlParams {
|
|
112
111
|
batchId: number;
|
|
113
112
|
bindType: number;
|
|
114
113
|
startTime?: number;
|
|
115
114
|
endTime?: number;
|
|
116
115
|
quangoufrom?: number;
|
|
117
116
|
sceneId?: number;
|
|
118
117
|
}
|
|
119
118
|
export interface JdMiniJumpParams {
|
|
120
119
|
param: string | object;
|
|
121
120
|
sourceValue?: string;
|
|
122
121
|
sourceType?: string;
|
|
123
122
|
des?: any;
|
|
124
123
|
logEventInfo?: object;
|
|
125
124
|
}
|
|
126
125
|
export interface LinkMiniParams {
|
|
127
126
|
param?: {
|
|
128
127
|
pageType?: string;
|
|
129
128
|
};
|
|
130
129
|
appId?: string | number;
|
|
131
130
|
path?: string;
|
|
132
131
|
}
|
|
133
132
|
export interface JdJumpWxappReportConfig {
|
|
134
133
|
wxApiVersion: string;
|
|
135
134
|
wxApiUrl: string;
|
|
136
135
|
wqReportUrl: string;
|
|
137
136
|
}
|
|
137
|
+
export declare namespace JumpEventReportInterFace {
|
|
138
138
|
export interface ShopIdsInfo {
|
|
139
139
|
shopId?: number | string;
|
|
140
140
|
venderId?: number | string;
|
|
141
141
|
logEventInfo?: object;
|
|
142
142
|
type?: string;
|
|
143
143
|
}
|
|
144
144
|
export interface RouterInfo {
|
|
145
145
|
params: any;
|
|
146
146
|
pageParamStr?: string;
|
|
147
147
|
[key: string]: any;
|
|
148
148
|
}
|
|
149
149
|
export interface JumpMiniPath {
|
|
150
150
|
shop: string;
|
|
151
151
|
shopx: string;
|
|
152
152
|
detail: string;
|
|
153
153
|
searchCoupon: string;
|
|
154
154
|
h5: string;
|
|
155
155
|
jingGouHome: string;
|
|
156
156
|
shopFans: string;
|
|
157
157
|
shopLight: string;
|
|
158
158
|
couponSearch: string;
|
|
159
159
|
shopSearch: string;
|
|
160
160
|
jxCouponSearch: string;
|
|
161
161
|
jxDetail: string;
|
|
162
162
|
jdLive: string;
|
|
163
163
|
}
|
|
164
164
|
export interface jumpWebUrl {
|
|
165
165
|
mshop: string;
|
|
166
166
|
pages: string;
|
|
167
167
|
pcCoupon: string;
|
|
168
168
|
couponSearch: string;
|
|
169
169
|
jxCouponSearch: string;
|
|
170
170
|
pcCouponSearch: string;
|
|
171
171
|
shopSecondActivity: string;
|
|
172
172
|
shopLight: string;
|
|
173
173
|
detail: string;
|
|
174
174
|
jxDetail: string;
|
|
175
175
|
tjDetail: string;
|
|
176
176
|
pcDetail: string;
|
|
177
177
|
mobileHome: string;
|
|
178
178
|
rank: string;
|
|
179
179
|
wqShopMember: string;
|
|
180
180
|
wqShopDetail: string;
|
|
181
181
|
wqShopSearch: string;
|
|
182
182
|
myCouponList: string;
|
|
183
183
|
myRedPacketList: string;
|
|
184
184
|
memberHome: string;
|
|
185
185
|
memberCard: string;
|
|
186
186
|
memberPoints: string;
|
|
187
187
|
memberBenefit: string;
|
|
188
188
|
memberScores: string;
|
|
189
189
|
memberScoreRule: string;
|
|
190
190
|
memberProduct: string;
|
|
191
191
|
shopMember: string;
|
|
192
192
|
shopMemberPointDetail: string;
|
|
193
193
|
shopMemberBenefit: string;
|
|
194
194
|
shopMemberRule: string;
|
|
195
195
|
shopMemberCloseAccount: string;
|
|
196
196
|
shopMemberPointExchange: string;
|
|
197
197
|
shopMemberBonusPurchase: string;
|
|
198
198
|
shopMemberGood: string;
|
|
199
199
|
beanDetail: string;
|
|
200
200
|
totalPromotion: string;
|
|
201
201
|
mLive: string;
|
|
202
202
|
shopHome: string;
|
|
203
203
|
shopIntroduce: string;
|
|
204
204
|
shopSearch: string;
|
|
205
205
|
shopLottery: string;
|
|
206
206
|
shopCoupon: string;
|
|
207
207
|
shopWares: string;
|
|
208
208
|
shopFastShopping: string;
|
|
209
209
|
shopSpeciSeckill: string;
|
|
210
210
|
shopVideos: string;
|
|
211
211
|
shopUseShareOrderUgcContent: string;
|
|
212
212
|
dongDongChat: string;
|
|
213
213
|
samCenter: string;
|
|
214
214
|
samCard: string;
|
|
215
215
|
shopH5MemberCardAPP: string;
|
|
216
216
|
shopH5MemberCardM: string;
|
|
217
217
|
sageAuthorHome: string;
|
|
218
218
|
}
|
|
219
219
|
export interface EventReportConfig {
|
|
220
220
|
routerInfo: RouterInfo;
|
|
221
221
|
nativeEvent: any;
|
|
222
222
|
}
|
|
223
223
|
export interface OptEventLogParams {
|
|
224
224
|
eventId?: string;
|
|
225
225
|
eventParam?: string | object;
|
|
226
226
|
pTag?: string;
|
|
227
227
|
jsonParam?: {
|
|
228
228
|
[key: string]: any;
|
|
229
229
|
};
|
|
230
230
|
skuId?: string | number;
|
|
231
231
|
eventLevel?: string;
|
|
232
232
|
exposureState?: boolean;
|
|
233
233
|
otherParams?: object;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
export interface JumpH5ReportConfig {
|
|
237
237
|
shopId?: number | string;
|
|
238
238
|
venderId?: number | string;
|
|
239
239
|
sourceValue?: string;
|
|
240
240
|
sourceType?: string;
|
|
241
241
|
}
|
|
242
242
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
243
243
|
getConfig(opt): EventReportConfig;
|
|
244
244
|
updateInfo(routerInfo, logPname): void;
|
|
245
245
|
}
|
|
246
246
|
export interface CouponUrlParams {
|
|
247
247
|
batchId: number;
|
|
248
248
|
bindType: number;
|
|
249
249
|
startTime?: number;
|
|
250
250
|
endTime?: number;
|
|
251
251
|
quangoufrom?: number;
|
|
252
252
|
sceneId?: number;
|
|
253
253
|
}
|
|
254
254
|
export interface JdMiniJumpParams {
|
|
255
255
|
param: string | object;
|
|
256
256
|
sourceValue?: string;
|
|
257
257
|
sourceType?: string;
|
|
258
258
|
des?: any;
|
|
259
259
|
logEventInfo?: object;
|
|
260
260
|
}
|
|
261
261
|
export interface LinkMiniParams {
|
|
262
262
|
param?: {
|
|
263
263
|
pageType?: string;
|
|
264
264
|
};
|
|
265
265
|
appId?: string | number;
|
|
266
266
|
path?: string;
|
|
267
267
|
}
|
|
268
268
|
export interface JdJumpWxappReportConfig {
|
|
269
269
|
wxApiVersion: string;
|
|
270
270
|
wxApiUrl: string;
|
|
271
271
|
wqReportUrl: string;
|
|
272
272
|
}
|
|
@@ -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_RECEIVED = 'Shop_ShopMemberReceived',
|
|
20
19
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
21
20
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
22
21
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
23
22
|
APP_SAGE = 'Shop_Person',
|
|
24
23
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
25
24
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
26
25
|
MOBILE = 'Shop_ShopMain',
|
|
27
26
|
APP = 'TerminatorNew_All',
|
|
28
27
|
APP_SAGE = 'Shop_Person',
|
|
29
28
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
30
29
|
WX_JDGW_SHOP = 'W_jdgwxcx_shop',
|
|
31
30
|
APP_SHOP_DETAIL = 'Shop_ShopDetail',
|
|
32
31
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
33
32
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
34
33
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
35
34
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
36
35
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
37
36
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
38
37
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
39
38
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
40
39
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
41
40
|
APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
|
|
42
41
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
43
42
|
SALE_VIEW = 'Shop_NewActivity',
|
|
44
43
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
45
44
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
46
45
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
47
46
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
48
47
|
ACTIVITY_INIT: 'activityInit',
|
|
49
48
|
SHOP_HEADER: 'shopHeader',
|
|
50
49
|
SHOP_FOOTER: 'shopFooter',
|
|
51
50
|
SHOP_HOME: 'jshopMain',
|
|
52
51
|
SHOP_FOLLOW_BTN: 'shopFollowBtn',
|
|
53
52
|
SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
|
|
54
53
|
NETWORK_ERR: 'networkerr',
|
|
55
54
|
RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
|
|
56
55
|
RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
|
|
57
56
|
RANK_LIST: 'Jx_Terminator_ShopRankList',
|
|
58
57
|
EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
|
|
59
58
|
[LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
|
|
60
59
|
[LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
|
|
61
60
|
[LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
|
|
62
61
|
[LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
|
|
63
62
|
[LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
|
|
64
63
|
[LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
|
|
65
64
|
[LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
|
|
66
65
|
[LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
|
|
66
|
+
export enum LogPnameInfo {
|
|
67
67
|
HOME = 'home',
|
|
68
68
|
MEMBER = 'member',
|
|
69
69
|
CLASSIFY = 'classify',
|
|
70
70
|
PROMOTION = 'promotion',
|
|
71
71
|
WX_SHOP_HOME = 'wx_shop_home',
|
|
72
72
|
APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
|
|
73
73
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
74
74
|
SALE_VIEW = 'Shop_NewActivity',
|
|
75
75
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
76
76
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
77
77
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
78
78
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
79
79
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
80
80
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
81
81
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
82
82
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
83
83
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
84
84
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
85
85
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
86
86
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
87
87
|
APP_SAGE = 'Shop_Person',
|
|
88
88
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
89
89
|
MOBILE = 'Shop_ShopMain',
|
|
90
90
|
APP = 'TerminatorNew_All',
|
|
91
91
|
APP_SAGE = 'Shop_Person',
|
|
92
92
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
93
93
|
WX_JDGW_SHOP = 'W_jdgwxcx_shop',
|
|
94
94
|
APP_SHOP_DETAIL = 'Shop_ShopDetail',
|
|
95
95
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
96
96
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
97
97
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
98
98
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
99
99
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
100
100
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
101
101
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
102
102
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
103
103
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
104
104
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
105
105
|
SALE_VIEW = 'Shop_NewActivity',
|
|
106
106
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
107
107
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
108
108
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
109
109
|
ACTIVITY_INIT: 'activityInit',
|
|
110
110
|
SHOP_HEADER: 'shopHeader',
|
|
111
111
|
SHOP_FOOTER: 'shopFooter',
|
|
112
112
|
SHOP_HOME: 'jshopMain',
|
|
113
113
|
SHOP_FOLLOW_BTN: 'shopFollowBtn',
|
|
114
114
|
SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
|
|
115
115
|
NETWORK_ERR: 'networkerr',
|
|
116
116
|
RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
|
|
117
117
|
RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
|
|
118
118
|
RANK_LIST: 'Jx_Terminator_ShopRankList',
|
|
119
119
|
EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
|
|
120
120
|
[LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
|
|
121
121
|
[LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
|
|
122
122
|
[LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
|
|
123
123
|
[LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
|
|
124
124
|
[LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
|
|
125
125
|
[LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
|
|
126
126
|
[LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
|
|
127
127
|
[LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
|