@conecli/cone-render 0.8.38 → 0.8.39

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.
Files changed (61) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/const.ts +1 -1
  3. package/dist/common/index.h5.ts +1 -1
  4. package/dist/common/index.jd.ts +1 -1
  5. package/dist/common/index.ts +1 -1
  6. package/dist/common/index.weapp.ts +1 -1
  7. package/dist/common/jssdk.ts +1 -0
  8. package/dist/common/pageType.ts +1 -0
  9. package/dist/common/token/index.h5.ts +1 -1
  10. package/dist/common/token/token.jd.ts +1 -1
  11. package/dist/common/wxappApi.ts +1 -1
  12. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  13. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  14. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  15. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  16. package/dist/components/base/MobileCommonHeader/index.module.scss +9 -0
  17. package/dist/components/base/MobileCommonHeader/index.tsx +1 -0
  18. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  19. package/dist/components/base/Price/Double/index.tsx +1 -1
  20. package/dist/components/base/Price/index.tsx +1 -1
  21. package/dist/components/decorate/DecorateFloorModule/index.module.scss +21 -2
  22. package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -1
  23. package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
  24. package/dist/components/floorItem.tsx +1 -1
  25. package/dist/components/isv/Floor/index.tsx +1 -1
  26. package/dist/components/remoteFloorItem.tsx +1 -1
  27. package/dist/interface/common.ts +1 -1
  28. package/dist/interface/component.ts +1 -1
  29. package/dist/interface/jumpEventReport.ts +1 -1
  30. package/dist/interface/service.ts +1 -1
  31. package/dist/jumpEventReport/base.ts +1 -1
  32. package/dist/jumpEventReport/const.ts +1 -1
  33. package/dist/jumpEventReport/index.h5.ts +1 -1
  34. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  35. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  36. package/dist/jumpEventReport/web.base.ts +1 -1
  37. package/dist/jumpEventReport/web.jd.ts +1 -1
  38. package/dist/jumpEventReport/web.pc.ts +1 -0
  39. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  40. package/dist/open/api/environment.ts +1 -1
  41. package/dist/open/api/index.ts +1 -1
  42. package/dist/open/components/index.ts +1 -1
  43. package/dist/service/fetchGateway.ts +1 -1
  44. package/dist/service/http/const.ts +1 -1
  45. package/dist/service/requestServer.ts +1 -1
  46. package/dist/utils/h5Utils.ts +1 -1
  47. package/dist/utils/index.h5.ts +1 -1
  48. package/dist/utils/index.ts +1 -1
  49. package/dist/utils/index.weapp.ts +1 -1
  50. package/dist/utils/utils.ts +1 -1
  51. package/dist/wxapp/api/helper.js +1 -0
  52. package/dist/wxapp/components/launch-app/index.js +1 -0
  53. package/dist/wxapp/components/launch-app/index.json +5 -0
  54. package/dist/wxapp/components/launch-app/index.wxml +0 -0
  55. package/dist/wxapp/components/launch-app/index.wxss +0 -0
  56. package/dist/wxapp/components/subscribe-guider/helper.js +1 -0
  57. package/dist/wxapp/components/subscribe-guider/index.js +1 -0
  58. package/dist/wxapp/components/subscribe-guider/index.json +5 -0
  59. package/dist/wxapp/components/subscribe-guider/index.wxml +0 -0
  60. package/dist/wxapp/components/subscribe-guider/index.wxss +0 -0
  61. package/package.json +1 -1
@@ -1 +1 @@
1
- import React, { Suspense, lazy } from 'react'
2
1
  const { floorData, renderSourceType, updateContainerFloorListDataFn } = props
3
2
  const dataDefines = getFloorDataToDataDefines(floorData)
4
3
 
5
4
  const getFloorSetHeight = (item) => {
6
5
  const getHeight = item?.floorExtInfo?.floorHeight
7
6
  ? Number(item?.floorExtInfo?.floorHeight)
8
7
  : 200
9
8
  return getHeight > 0 ? getHeight : 200
10
9
  }
11
10
  console.log(
12
11
  '>>>>>>>>>> floorModuleType === FloorModuleType.ISVDESIGNERH5MODULE >>>>>>>>>>',
13
12
  )
14
13
  const renderResult = (() => {
15
14
  try {
16
15
  console.log('>>>>>>>>>> 开始渲染1个isv模块 >>>>>>>>>>')
17
16
  console.log(
18
17
  '==========当前业务类型renderSourceType、楼层floorId: ',
19
18
  renderSourceType,
20
19
  floorData.uid,
21
20
  )
22
21
  const modularPackResult = floorData?.floorExtInfo?.modularPackResult
23
22
  const modularPackResultObj =
24
23
  typeof modularPackResult === 'string'
25
24
  ? JSON.parse(modularPackResult)
26
25
  : modularPackResult
27
26
  const opt = {
28
27
  msg: `店铺首页isv h5楼层隐藏不显示。原因:modularPackResult数据不完备。页面类型-buildType: ${buildType}。楼层顺序-floorIdx: ${floorData?.floorIdx}`,
29
28
  buildType,
30
29
  uid: floorData?.uid,
31
30
  floorIdx: floorData?.floorIdx,
32
31
  shopId: floorData?.floorExtInfo?.shopId,
33
32
  moduleId: floorData?.moduleId,
34
33
  moduleName: floorData?.moduleName,
35
34
  middleTemplateId: floorData?.middleTemplateId,
36
35
  modularPackResult: modularPackResult,
37
36
  }
38
37
  if (modularPackResultObj) {
39
38
  const { bundleUrl, bundleFileName } = modularPackResultObj
40
39
  if (bundleUrl && bundleFileName) {
41
40
  let ISVModule =
42
41
  taroJdBaseInfo?.renderedIsvComponents[
43
42
  `${floorData.uid}_${bundleFileName}`
44
43
  ] || null
45
44
  if (!ISVModule) {
46
45
  ISVModule = lazy(
47
46
  () => import(bundleFileName + '@@@@@@' + bundleUrl),
48
47
  )
49
48
  console.log(
50
49
  '1|加载isv模块==========走lazy import生成新的isv模块react组件',
51
50
  bundleFileName,
52
51
  )
53
52
  taroJdBaseInfo.renderedIsvComponents[
54
53
  `${floorData.uid}_${bundleFileName}`
55
54
  ] = ISVModule
56
55
  console.log(
57
56
  '2|渲染isv模块的react组件==========,window.taroJshopH5WebpackJsonp上的组件是否已就绪: ',
58
57
  bundleFileName,
59
58
  window['taroJshopH5WebpackJsonp'].find(
60
59
  (item) => item[0][0] == bundleFileName,
61
60
  ),
62
61
  )
63
62
  } else {
64
63
  console.log(
65
64
  '1|加载isv模块==========不走lazy import生成新的isv模块react组件,从已加载中获取,taroJdBaseInfo: ',
66
65
  taroJdBaseInfo,
67
66
  )
68
67
  console.log(
69
68
  '2|渲染isv模块的react组件==========,taroJdBaseInfo.renderedIsvComponents上的组件是否已就绪: ',
70
69
  taroJdBaseInfo.renderedIsvComponents[
71
70
  `${floorData.uid}_${bundleFileName}`
72
71
  ],
73
72
  )
74
73
  }
75
74
  const _floorHeight = getFloorSetHeight(floorData)
76
75
  return (
77
76
  <ErrorBoundary {...props}>
78
77
  <Suspense
79
78
  fallback={
80
79
  <View
81
80
  style={{
82
81
  position: 'relative',
83
82
  background: `#ffffff url('${JD_PLACEHOLDER_IMG}') center center no-repeat`,
84
83
  height: `${_floorHeight}px`,
85
84
  }}
86
85
  ></View>
87
86
  }
88
87
  >
89
88
  <ISVFloor {...props} dataDefines={dataDefines}>
90
89
  <ISVModule {...props} dataDefines={dataDefines}></ISVModule>
91
90
  </ISVFloor>
92
91
  </Suspense>
93
92
  </ErrorBoundary>
94
93
  )
95
94
  } else {
96
95
  console.log(
97
96
  '3|isv模块渲染异常,modularPackResult中缺少bundleUrl或bundleFileName==========modularPackResult: ',
98
97
  modularPackResultObj,
99
98
  )
100
99
  sgmCustomReport({
101
100
  code: 'isvModuleError',
102
101
  msg: opt,
103
102
  })
104
103
  return null
105
104
  }
106
105
  } else {
107
106
  console.log(
108
107
  '3|isv模块渲染异常,缺少modularPackResult==========modularPackResult: ',
109
108
  modularPackResultObj,
110
109
  )
111
110
  sgmCustomReport({
112
111
  code: 'isvModuleError',
113
112
  msg: opt,
114
113
  })
115
114
  return null
116
115
  }
117
116
  } catch (err) {
118
117
  console.log('3|isv模块渲染异常,floorItem逻辑错误==========err: ', err)
119
118
  sgmCustomReport({
120
119
  code: 'isvModuleError',
121
120
  msg: {
122
121
  msg: 'remoteFloorItem try catch 异常',
123
122
  err
124
123
  },
125
124
  })
126
125
  return null
127
126
  }
128
127
  })()
129
128
  if (renderResult === null) {
130
129
  updateContainerFloorListDataFn &&
131
130
  updateContainerFloorListDataFn({
132
131
  type: 'filter',
133
132
  containerId: floorData?.uid,
134
133
  })
135
134
  console.log('renderResult === null: 命中了!')
136
135
  taroEventSendPageScrollInfo()
137
136
  } else {
138
137
  console.log('renderResult !== null: 没命中', renderResult)
139
138
  }
140
139
  return renderResult
140
+ import React, { Suspense, lazy } from 'react'
141
141
  const { floorData, renderSourceType, updateContainerFloorListDataFn } = props
142
142
  const dataDefines = getFloorDataToDataDefines(floorData)
143
143
 
144
144
  const getFloorSetHeight = (item) => {
145
145
  const getHeight = item?.floorExtInfo?.floorHeight
146
146
  ? Number(item?.floorExtInfo?.floorHeight)
147
147
  : 200
148
148
  return getHeight > 0 ? getHeight : 200
149
149
  }
150
150
  console.log(
151
151
  '>>>>>>>>>> floorModuleType === FloorModuleType.ISVDESIGNERH5MODULE >>>>>>>>>>',
152
152
  )
153
153
  const renderResult = (() => {
154
154
  try {
155
155
  console.log('>>>>>>>>>> 开始渲染1个isv模块 >>>>>>>>>>')
156
156
  console.log(
157
157
  '==========当前业务类型renderSourceType、楼层floorId: ',
158
158
  renderSourceType,
159
159
  floorData.uid,
160
160
  )
161
161
  const modularPackResult = floorData?.floorExtInfo?.modularPackResult
162
162
  const modularPackResultObj =
163
163
  typeof modularPackResult === 'string'
164
164
  ? JSON.parse(modularPackResult)
165
165
  : modularPackResult
166
166
  const opt = {
167
167
  msg: `店铺首页isv h5楼层隐藏不显示。原因:modularPackResult数据不完备。页面类型-buildType: ${buildType}。楼层顺序-floorIdx: ${floorData?.floorIdx}`,
168
168
  buildType,
169
169
  uid: floorData?.uid,
170
170
  floorIdx: floorData?.floorIdx,
171
171
  shopId: floorData?.floorExtInfo?.shopId,
172
172
  moduleId: floorData?.moduleId,
173
173
  moduleName: floorData?.moduleName,
174
174
  middleTemplateId: floorData?.middleTemplateId,
175
175
  modularPackResult: modularPackResult,
176
176
  }
177
177
  if (modularPackResultObj) {
178
178
  const { bundleUrl, bundleFileName } = modularPackResultObj
179
179
  if (bundleUrl && bundleFileName) {
180
180
  let ISVModule =
181
181
  taroJdBaseInfo?.renderedIsvComponents[
182
182
  `${floorData.uid}_${bundleFileName}`
183
183
  ] || null
184
184
  if (!ISVModule) {
185
185
  ISVModule = lazy(
186
186
  () => import(bundleFileName + '@@@@@@' + bundleUrl),
187
187
  )
188
188
  console.log(
189
189
  '1|加载isv模块==========走lazy import生成新的isv模块react组件',
190
190
  bundleFileName,
191
191
  )
192
192
  taroJdBaseInfo.renderedIsvComponents[
193
193
  `${floorData.uid}_${bundleFileName}`
194
194
  ] = ISVModule
195
195
  console.log(
196
196
  '2|渲染isv模块的react组件==========,window.taroJshopH5WebpackJsonp上的组件是否已就绪: ',
197
197
  bundleFileName,
198
198
  window['taroJshopH5WebpackJsonp'].find(
199
199
  (item) => item[0][0] == bundleFileName,
200
200
  ),
201
201
  )
202
202
  } else {
203
203
  console.log(
204
204
  '1|加载isv模块==========不走lazy import生成新的isv模块react组件,从已加载中获取,taroJdBaseInfo: ',
205
205
  taroJdBaseInfo,
206
206
  )
207
207
  console.log(
208
208
  '2|渲染isv模块的react组件==========,taroJdBaseInfo.renderedIsvComponents上的组件是否已就绪: ',
209
209
  taroJdBaseInfo.renderedIsvComponents[
210
210
  `${floorData.uid}_${bundleFileName}`
211
211
  ],
212
212
  )
213
213
  }
214
214
  const _floorHeight = getFloorSetHeight(floorData)
215
215
  return (
216
216
  <ErrorBoundary {...props}>
217
217
  <Suspense
218
218
  fallback={
219
219
  <View
220
220
  style={{
221
221
  position: 'relative',
222
222
  background: `#ffffff url('${JD_PLACEHOLDER_IMG}') center center no-repeat`,
223
223
  height: `${_floorHeight}px`,
224
224
  }}
225
225
  ></View>
226
226
  }
227
227
  >
228
228
  <ISVFloor {...props} dataDefines={dataDefines} isRealTimeRender={realTimerRenderTypeList.includes(taroJdBaseInfo.info.pageInfo.dataType)}>
229
229
  <ISVModule {...props} dataDefines={dataDefines}></ISVModule>
230
230
  </ISVFloor>
231
231
  </Suspense>
232
232
  </ErrorBoundary>
233
233
  )
234
234
  } else {
235
235
  console.log(
236
236
  '3|isv模块渲染异常,modularPackResult中缺少bundleUrl或bundleFileName==========modularPackResult: ',
237
237
  modularPackResultObj,
238
238
  )
239
239
  sgmCustomReport({
240
240
  code: 'isvModuleError',
241
241
  msg: opt,
242
242
  })
243
243
  return null
244
244
  }
245
245
  } else {
246
246
  console.log(
247
247
  '3|isv模块渲染异常,缺少modularPackResult==========modularPackResult: ',
248
248
  modularPackResultObj,
249
249
  )
250
250
  sgmCustomReport({
251
251
  code: 'isvModuleError',
252
252
  msg: opt,
253
253
  })
254
254
  return null
255
255
  }
256
256
  } catch (err) {
257
257
  console.log('3|isv模块渲染异常,floorItem逻辑错误==========err: ', err)
258
258
  sgmCustomReport({
259
259
  code: 'isvModuleError',
260
260
  msg: {
261
261
  msg: 'remoteFloorItem try catch 异常',
262
262
  err
263
263
  },
264
264
  })
265
265
  return null
266
266
  }
267
267
  })()
268
268
  if (renderResult === null) {
269
269
  updateContainerFloorListDataFn &&
270
270
  updateContainerFloorListDataFn({
271
271
  type: 'filter',
272
272
  containerId: floorData?.uid,
273
273
  })
274
274
  console.log('renderResult === null: 命中了!')
275
275
  taroEventSendPageScrollInfo()
276
276
  } else {
277
277
  console.log('renderResult !== null: 没命中', renderResult)
278
278
  }
279
279
  return renderResult
@@ -1 +1 @@
1
- import Taro from '@tarojs/taro'
1
+ import Taro from '@tarojs/taro'
2
2
  floorVideInfo: object
@@ -1 +1 @@
1
- import React from 'react'
2
1
  subMessage?: string
3
2
  showCommonFloorHead?: boolean
4
3
  customErrorIsvFloorModule?: React.ReactElement | undefined
5
4
  containerIndex?: number
6
5
  containerData?: any
7
6
  shopTotalInfo?: any
8
7
  selectContainerFn?: Function
9
8
  selectContainerId?: string
10
9
  placeHolderPreContainerId?: string
11
10
  children?: any
12
11
  style?: {
13
12
  [key: string]: any
14
13
  };
15
14
  layoutLeftRightMargin?: number
16
15
  }
17
16
  onFormSubmit?: Function
18
17
  onFormReset?: Function
19
18
  isFormDialog?: boolean
20
19
  forbiddenBgScrollState?: boolean
20
+ import React from 'react'
21
21
  subMessage?: string
22
22
  floorLoadWay?: number
23
23
  showCommonFloorHead?: boolean
24
24
  isRealTimeRender: boolean
25
25
  customErrorIsvFloorModule?: React.ReactElement | undefined
26
26
  containerIndex?: number
27
27
  containerData?: any
28
28
  shopTotalInfo?: any
29
29
  selectContainerFn?: Function
30
30
  selectContainerId?: string
31
31
  placeHolderPreContainerId?: string
32
32
  children?: any
33
33
  style?: {
34
34
  [key: string]: any
35
35
  };
36
36
  layoutLeftRightMargin?: number
37
37
  }
38
38
  onFormSubmit?: Function
39
39
  onFormReset?: Function
40
40
  isFormDialog?: boolean
41
41
  forbiddenBgScrollState?: boolean
@@ -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
  }
25
24
  export interface jumpWebUrl {
26
25
  mshop: string
27
26
  pages: string
28
27
  couponSearch: string
29
28
  shopSecondActivity: string
30
29
  shopLight: string
31
30
  detail: string
32
31
  mobileHome: string
33
32
  rank: string
34
33
  wqShopMember: string
35
34
  wqShopDetail: string
36
35
  wqShopSearch: string
37
36
  shopMember: string
38
37
  shopMemberPointDetail: string
39
38
  shopMemberBenefit: string
40
39
  shopMemberRule: string
41
40
  shopMemberCloseAccount: string
42
41
  shopMemberPointExchange: string
43
42
  shopMemberBonusPurchase: string
44
43
  shopMemberGood: string
45
44
  beanDetail: string
46
45
  totalPromotion: string
47
46
  mLive: string
48
47
  shopHome: string
49
48
  shopIntroduce: string
50
49
  shopSearch: string
51
50
  shopLottery: string
52
51
  shopCoupon: string
53
52
  shopWares: string
54
53
  shopFastShopping: string
55
54
  shopSpeciSeckill: string
56
55
  shopVideos: string
57
56
  shopUseShareOrderUgcContent: string
58
57
  dongDongChat: string
59
58
  samCenter: string
60
59
  samCard: string
61
60
  shopH5MemberCardAPP: string
62
61
  shopH5MemberCardM: string
63
62
  }
64
63
  export interface EventReportConfig {
65
64
  routerInfo: RouterInfo
66
65
  nativeEvent: any
67
66
  }
68
67
  export interface OptEventLogParams {
69
68
  eventId?: string
70
69
  eventParam?: string | object
71
70
  pTag?: string
72
71
  jsonParam?: {
73
72
  [key: string]: any
74
73
  }
75
74
  skuId?: string | number
76
75
  eventLevel?: string
77
76
  exposureState?: boolean
78
77
  otherParams?: object
79
78
  }
80
79
 
81
80
  export interface JumpH5ReportConfig {
82
81
  shopId?: number | string
83
82
  venderId?: number | string
84
83
  sourceValue?: string
85
84
  sourceType?: string
86
85
  }
87
86
  export interface JumpEventReportInit extends EventReportConfig {
88
87
  getConfig(opt): EventReportConfig
89
88
  updateInfo(routerInfo, logPname): void
90
89
  }
91
90
  export interface CouponUrlParams {
92
91
  batchId: number
93
92
  bindType: number
94
93
  startTime?: number
95
94
  endTime?: number
96
95
  quangoufrom?: number
97
96
  sceneId?: number
98
97
  }
99
98
  export interface JdMiniJumpParams {
100
99
  param: string | object
101
100
  sourceValue: string
102
101
  sourceType: string
103
102
  des?: any
104
103
  logEventInfo?: object
105
104
  }
106
105
  export interface LinkMiniParams {
107
106
  param?: {
108
107
  pageType?: string
109
108
  }
110
109
  appId?: string | number
111
110
  path?: string
112
111
  }
113
112
  export interface JdJumpWxappReportConfig {
114
113
  wxApiVersion: string
115
114
  wxApiUrl: string
116
115
  wqReportUrl: string
117
116
  }
117
+ export declare namespace JumpEventReportInterFace {
118
118
  export interface ShopIdsInfo {
119
119
  shopId?: number | string
120
120
  venderId?: number | string
121
121
  logEventInfo?: object
122
122
  type?: string
123
123
  }
124
124
  export interface RouterInfo {
125
125
  params: any
126
126
  pageParamStr?: string
127
127
  [key: string]: any
128
128
  }
129
129
  export interface JumpMiniPath {
130
130
  shop: string
131
131
  shopx: string
132
132
  detail: string
133
133
  searchCoupon: string
134
134
  h5: string
135
135
  jingGouHome: string
136
136
  shopFans: string
137
137
  shopLight: string
138
138
  couponSearch: string
139
139
  shopSearch: string
140
140
  }
141
141
  export interface jumpWebUrl {
142
142
  mshop: string
143
143
  pages: string
144
144
  pcCoupon: string
145
145
  couponSearch: string
146
146
  pcCouponSearch: string
147
147
  shopSecondActivity: string
148
148
  shopLight: string
149
149
  detail: string
150
150
  pcDetail: string
151
151
  mobileHome: string
152
152
  rank: string
153
153
  wqShopMember: string
154
154
  wqShopDetail: string
155
155
  wqShopSearch: string
156
156
  shopMember: string
157
157
  shopMemberPointDetail: string
158
158
  shopMemberBenefit: string
159
159
  shopMemberRule: string
160
160
  shopMemberCloseAccount: string
161
161
  shopMemberPointExchange: string
162
162
  shopMemberBonusPurchase: string
163
163
  shopMemberGood: string
164
164
  beanDetail: string
165
165
  totalPromotion: string
166
166
  mLive: string
167
167
  shopHome: string
168
168
  shopIntroduce: string
169
169
  shopSearch: string
170
170
  shopLottery: string
171
171
  shopCoupon: string
172
172
  shopWares: string
173
173
  shopFastShopping: string
174
174
  shopSpeciSeckill: string
175
175
  shopVideos: string
176
176
  shopUseShareOrderUgcContent: string
177
177
  dongDongChat: string
178
178
  samCenter: string
179
179
  samCard: string
180
180
  shopH5MemberCardAPP: string
181
181
  shopH5MemberCardM: string
182
182
  }
183
183
  export interface EventReportConfig {
184
184
  routerInfo: RouterInfo
185
185
  nativeEvent: any
186
186
  }
187
187
  export interface OptEventLogParams {
188
188
  eventId?: string
189
189
  eventParam?: string | object
190
190
  pTag?: string
191
191
  jsonParam?: {
192
192
  [key: string]: any
193
193
  }
194
194
  skuId?: string | number
195
195
  eventLevel?: string
196
196
  exposureState?: boolean
197
197
  otherParams?: object
198
198
  }
199
199
 
200
200
  export interface JumpH5ReportConfig {
201
201
  shopId?: number | string
202
202
  venderId?: number | string
203
203
  sourceValue?: string
204
204
  sourceType?: string
205
205
  }
206
206
  export interface JumpEventReportInit extends EventReportConfig {
207
207
  getConfig(opt): EventReportConfig
208
208
  updateInfo(routerInfo, logPname): void
209
209
  }
210
210
  export interface CouponUrlParams {
211
211
  batchId: number
212
212
  bindType: number
213
213
  startTime?: number
214
214
  endTime?: number
215
215
  quangoufrom?: number
216
216
  sceneId?: number
217
217
  }
218
218
  export interface JdMiniJumpParams {
219
219
  param: string | object
220
220
  sourceValue: string
221
221
  sourceType: string
222
222
  des?: any
223
223
  logEventInfo?: object
224
224
  }
225
225
  export interface LinkMiniParams {
226
226
  param?: {
227
227
  pageType?: string
228
228
  }
229
229
  appId?: string | number
230
230
  path?: string
231
231
  }
232
232
  export interface JdJumpWxappReportConfig {
233
233
  wxApiVersion: string
234
234
  wxApiUrl: string
235
235
  wqReportUrl: string
236
236
  }
@@ -1 +1 @@
1
- import { ComponentInterFace } from './component'
2
1
  mobileLogin: string
3
2
  isLogin: string
3
+ import { ComponentInterFace } from './component'
4
4
  pcCoupon: string
5
5
  pcSo: string
6
6
  mobileLogin: string
7
7
  isLogin: string