@conecli/cone-render 0.9.1-shop2.8 → 0.9.1-shop2.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.
Files changed (39) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/environmentType.ts +1 -0
  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/sgmCustomCode.ts +1 -0
  8. package/dist/common/wxappApi.jd.ts +1 -0
  9. package/dist/components/ErrorBoundary.tsx +1 -1
  10. package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
  11. package/dist/components/base/CustomScrollView/index.module.scss +7 -0
  12. package/dist/components/floorItem.jd.tsx +1 -1
  13. package/dist/components/floorItem.weapp.tsx +1 -1
  14. package/dist/components/remoteFloorItem.tsx +1 -1
  15. package/dist/interface/common.ts +1 -1
  16. package/dist/interface/component.ts +1 -1
  17. package/dist/interface/jumpEventReport.ts +1 -1
  18. package/dist/interface/service.ts +1 -1
  19. package/dist/interface/utils.ts +1 -1
  20. package/dist/jumpEventReport/base.ts +1 -1
  21. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  22. package/dist/jumpEventReport/index.h5.ts +1 -1
  23. package/dist/jumpEventReport/index.jd.ts +1 -1
  24. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  25. package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
  26. package/dist/jumpEventReport/web.tjapp.ts +1 -0
  27. package/dist/jumpEventReport/web.tjm.ts +1 -0
  28. package/dist/open/api/environment.ts +1 -1
  29. package/dist/open/api/track.ts +1 -1
  30. package/dist/service/requestServer.ts +1 -1
  31. package/dist/utils/draExceptionAndProfile.ts +1 -1
  32. package/dist/utils/h5Utils.ts +1 -1
  33. package/dist/utils/index.h5.ts +1 -1
  34. package/dist/utils/index.ts +1 -1
  35. package/dist/utils/index.weapp.ts +1 -1
  36. package/dist/utils/jm-common.js +1 -1
  37. package/dist/utils/sgmCodeUtils.ts +1 -0
  38. package/dist/utils/utils.ts +1 -1
  39. package/package.json +1 -1
@@ -1 +1 @@
1
- import Taro from '@tarojs/taro'
2
1
  UtilsInterFace
3
2
  nativePageShowToast,
4
3
  ToastAndroidType,
5
4
  ToastIosType,
6
5
  getAppChannelType,
7
6
  isAndroidDevice,
8
7
  isH5AndJdShopView,
9
8
  isChartH5,
10
9
  isH5AndJdShopViewNativeScroll,
11
10
  isIosDevice,
12
11
  isJdAndAndroidDevice,
13
12
  isJdAndIosDevice,
14
13
  isJdApp,
15
14
  isWxApp,
16
15
  isWxMiniH5View,
17
16
  isJdAndHarmonyDevice,
18
17
  isH5AndJingGouMini,
19
18
  urlCookie,
20
19
  sgmCustomReport,
21
20
  isMemberPage,
22
21
  isH5AndJdShopViewH5Scroll,
23
22
  isH5AndJdShopH5CustomScrollView,
24
23
  isAppClassifyPage,
25
24
  isPc,
26
25
  ipLoc_djd,
27
26
  jdAppVersionCompare,
28
27
  dealNativePixelToCssPixel,
29
28
  isAppStowShop,
30
29
  isJdAndroidX5Core,
31
30
  addHttps,
32
31
  clearTaroStorageKey,
33
32
  countStringify,
34
33
  dateFormat,
35
34
  dealAddress,
36
35
  dealShopContentData as originDealShopContentData,
37
36
  debounce,
38
37
  filterUrlQueryData,
39
38
  formatTabActiveMenuType,
40
39
  getQualityImage,
41
40
  getTaroStorageKeyValue,
42
41
  getWxAppCookieStr,
43
42
  isH5,
44
43
  isJdMin,
45
44
  isWxMin,
46
45
  isWxMinAndWxapp,
47
46
  lodashThrottle,
48
47
  objectToUrlEncode,
49
48
  parseQueryUrlString,
50
49
  removeTaroStorageKey,
51
50
  setLowSmallPicUrl,
52
51
  setTaroStorage,
53
52
  showFailToast,
54
53
  showNormalToast,
55
54
  showSuccessToast,
56
55
  sliceArrToChunkList,
57
56
  throttle,
58
57
  isOpenJdAppUrl,
59
58
  jdOpenAppParams,
60
59
  createJdOpenAppUrl,
61
60
  isEmpty,
62
61
  getJdAppReportPageSource,
63
62
  dealJdOpenAppData,
64
63
  const getNum = Number(num)
65
64
  let _changeLayoutWidth = layoutWidth
66
65
  if (!_changeLayoutWidth) {
67
66
  _changeLayoutWidth =
68
67
  _ShopSystemInfo && _ShopSystemInfo?.windowWidth
69
68
  ? _ShopSystemInfo.windowWidth
70
69
  : Taro.getSystemInfoSync()?.windowWidth
71
70
  }
72
71
  return Math.round((getNum / widthSize) * _changeLayoutWidth)
73
72
  changeSize,
74
73
  designWidth = 750,
75
74
  systemInfo,
76
75
  const getRootFontSize =
77
76
  (40 * (systemInfo?.windowWidth ?? _ShopSystemInfo.windowWidth)) / 750
78
77
  const getRealRootFontSize =
79
78
  getRootFontSize > 40 ? 40 : getRootFontSize < 20 ? 20 : getRootFontSize
80
79
  return Math.ceil(
81
80
  (((parseInt(String(changeSize), 10) / 40) * 750) / designWidth) *
82
81
  getRealRootFontSize,
83
82
  )
84
83
  console.log(
85
84
  '获取系统宽度systemInfo?.windowWidth',
86
85
  systemInfo?.windowWidth,
87
86
  'taroToTransformRoutimePXNumber(changeWidth)',
88
87
  taroToTransformRoutimePXNumber(changeWidth, 750, systemInfo),
89
88
  )
90
89
  return buildType === BUILD_TYPE.CLASSIFY && systemInfo?.windowWidth
91
90
  ? systemInfo?.windowWidth -
92
91
  taroToTransformRoutimePXNumber(changeWidth, 750, systemInfo)
93
92
  : systemInfo?.windowWidth ?? 0
94
93
  const systemInfo = Taro.getSystemInfoSync()
95
94
  if (params && params?.pageWidth && params?.pageHeight) {
96
95
  systemInfo.windowWidth = params?.pageWidth
97
96
  systemInfo.windowHeight = params?.pageHeight
98
97
  }
99
98
  systemInfo['containerWidth'] = getContainerWidth(buildType, systemInfo)
100
99
  console.warn('====获取系统信息=====', systemInfo)
101
100
  return systemInfo
102
101
  const getSystemInfo = getSystemAndContainerWidthInfo(params) || {
103
102
  windowWidth: window.innerWidth,
104
103
  containerWidth: getContainerWidth(buildType, {
105
104
  windowWidth: window.innerWidth,
106
105
  }),
107
106
  screenWidth: window.innerWidth,
108
107
  platform: '',
109
108
  model: '',
110
109
  system: '',
111
110
  }
112
111
  if (isJdApp && isAndroidDevice && getSystemInfo.windowWidth <= 0) {
113
112
  getSystemInfo.windowWidth = getSystemInfo.screenWidth
114
113
  getSystemInfo['containerWidth'] = getContainerWidth(
115
114
  buildType,
116
115
  getSystemInfo,
117
116
  )
118
117
  }
119
118
  return getSystemInfo
120
119
  const params = Object.assign(
121
120
  {},
122
121
  {
123
122
  title: '',
124
123
  duration: 1500,
125
124
  },
126
125
  options,
127
126
  )
128
127
  params.duration = params.duration / 1000
129
128
  if (isJdApp) {
130
129
  const showSuccessType = isIosDevice
131
130
  ? ToastIosType.SUCCESS
132
131
  : ToastAndroidType.SUCCESS
133
132
  const duration = isAndroidDevice ? 0 : params.duration
134
133
  nativePageShowToast(options.title, showSuccessType, duration)
135
134
  console.log('执行原生toast success')
136
135
  } else {
137
136
  showSuccessToast(options)
138
137
  }
139
138
  const params = Object.assign(
140
139
  {},
141
140
  {
142
141
  title: '',
143
142
  duration: 1500,
144
143
  },
145
144
  options,
146
145
  )
147
146
  params.duration = params.duration / 1000
148
147
  if (isJdApp) {
149
148
  const showSuccessType = isIosDevice
150
149
  ? ToastIosType.FAIL
151
150
  : ToastAndroidType.FAIL
152
151
  const duration = isAndroidDevice ? 0 : params.duration
153
152
  nativePageShowToast(options.title, showSuccessType, duration)
154
153
  console.log('执行原生toast fail')
155
154
  } else {
156
155
  console.log('执行H5 toast fail')
157
156
  showFailToast(options)
158
157
  }
159
158
  const params = Object.assign(
160
159
  {},
161
160
  {
162
161
  title: '',
163
162
  duration: 1500,
164
163
  },
165
164
  options,
166
165
  )
167
166
  params.duration = params.duration / 1000
168
167
  if (isJdApp) {
169
168
  const showSuccessType = isIosDevice ?
170
169
  ToastIosType.NORMAL :
171
170
  ToastAndroidType.NORMAL
172
171
  const duration = isAndroidDevice ? 0 : params.duration
173
172
  nativePageShowToast(options.title, showSuccessType, duration)
174
173
  } else {
175
174
  showNormalToast(options)
176
175
  }
177
176
  const createLoadingEle = document.createElement('div')
178
177
  createLoadingEle.id = 'J_shopLoading'
179
178
  createLoadingEle.className = `d-shop-loading flexible-center-box ${customClassName}`
180
179
  createLoadingEle.innerHTML =
181
180
  `<div class='d-loading-content'>
182
181
  <span class='d-shop-loading-icon'></span>
183
182
  <p class='d-shop-text'>${text}</p>
184
183
  </div>`
185
184
  const getEle = document.body
186
185
  ? document.body
187
186
  : document.getElementsByTagName('body')[0]
188
187
  getEle.appendChild(createLoadingEle)
189
188
  const getEle = document.getElementById('J_shopLoading')
190
189
  getEle && getEle.remove()
191
190
  const systemInfo: UtilsInterFace.taroGetSystemInfoSyncRes = getReviseSystemInfo(
192
191
  params,
193
192
  )
194
193
  if (!systemInfo.system && window) {
195
194
  systemInfo.system = window.navigator.userAgent
196
195
  systemInfo.isChrome = !!systemInfo?.system.match(/chrome/i)
197
196
  }
198
197
  const isIOS = !!systemInfo?.system.match(/ios/i)
199
198
  const isAndroid = !!systemInfo?.system.match(/android/i)
200
199
  systemInfo.navBarHeight = 0
201
200
  systemInfo.statusBarHeight = 0
202
201
  systemInfo.capsulePosition = null
203
202
  systemInfo.isIOS = isIOS
204
203
  systemInfo.isAndroid = isAndroid
205
204
  _ShopSystemInfo = systemInfo
206
205
  return systemInfo
207
206
  return originDealShopContentData(pageData, sgmCustomReport, isvdev)
208
207
  isJdApp,
209
208
  isWxApp,
210
209
  isIosDevice,
211
210
  isAndroidDevice,
212
211
  isJdAndIosDevice,
213
212
  isJdAndAndroidDevice,
214
213
  isJdAndHarmonyDevice,
215
214
  isJdAndroidX5Core,
216
215
  isWxMin,
217
216
  isWxMinAndWxapp,
218
217
  isJdMin,
219
218
  isH5,
220
219
  isH5AndJdShopView,
221
220
  isChartH5,
222
221
  isH5AndJdShopViewNativeScroll,
223
222
  isH5AndJdShopViewH5Scroll,
224
223
  isH5AndJdShopH5CustomScrollView,
225
224
  isH5AndJingGouMini,
226
225
  isWxMiniH5View,
227
226
  urlCookie,
228
227
  sliceArrToChunkList,
229
228
  dealAddress,
230
229
  objectToUrlEncode,
231
230
  parseQueryUrlString,
232
231
  setLowSmallPicUrl,
233
232
  setTaroStorage,
234
233
  getTaroStorageKeyValue,
235
234
  removeTaroStorageKey,
236
235
  clearTaroStorageKey,
237
236
  getQualityImage,
238
237
  countStringify,
239
238
  getWxAppCookieStr,
240
239
  getSystemInfos,
241
240
  pxTransformFromData,
242
241
  dealShopContentDataAndReport as dealShopContentData,
243
242
  dateFormat,
244
243
  throttle,
245
244
  lodashThrottle,
246
245
  debounce,
247
246
  addHttps,
248
247
  commonShowSuccessToast as showSuccessToast,
249
248
  commonShowFailToast as showFailToast,
250
249
  commonShowNormalToast as showNormalToast,
251
250
  showShopLoading,
252
251
  hideShopLoading,
253
252
  getAppChannelType,
254
253
  formatTabActiveMenuType,
255
254
  filterUrlQueryData,
256
255
  sgmCustomReport,
257
256
  isMemberPage,
258
257
  getFloorDataToDataDefines,
259
258
  isOpenJdAppUrl,
260
259
  jdOpenAppParams,
261
260
  createJdOpenAppUrl,
262
261
  isEmpty,
263
262
  getJdAppReportPageSource,
264
263
  isAppClassifyPage,
265
264
  isPc,
266
265
  ipLoc_djd,
267
266
  dealJdOpenAppData,
268
267
  jdAppVersionCompare,
269
268
  dealNativePixelToCssPixel,
270
269
  isAppStowShop,
270
+ import Taro from '@tarojs/taro'
271
271
  UtilsInterFace
272
272
  nativePageShowToast,
273
273
  ToastAndroidType,
274
274
  ToastIosType,
275
275
  getAppChannelType,
276
276
  isAndroidDevice,
277
277
  isH5AndJdShopView,
278
278
  isChartH5,
279
279
  isH5AndJdShopViewNativeScroll,
280
280
  isIosDevice,
281
281
  isJdAndAndroidDevice,
282
282
  isJdAndIosDevice,
283
283
  isJdApp,
284
284
  isWxApp,
285
285
  isWxMiniH5View,
286
286
  isJdAndHarmonyDevice,
287
287
  isH5AndJingGouMini,
288
288
  urlCookie,
289
289
  sgmCustomReport,
290
290
  isMemberPage,
291
291
  isH5AndJdShopViewH5Scroll,
292
292
  isH5AndJdShopH5CustomScrollView,
293
293
  isAppClassifyPage,
294
294
  isPc,
295
295
  ipLoc_djd,
296
296
  jdAppVersionCompare,
297
297
  isTjScence,
298
298
  isH5AdnJxMini,
299
299
  isTjM,
300
300
  isTjJxM,
301
301
  isTJApp,
302
302
  isH5AdnHaoWuJie,
303
303
  tjChannel,
304
304
  dealNativePixelToCssPixel,
305
305
  isAppStowShop,
306
306
  isJdAndroidX5Core,
307
307
  addHttps,
308
308
  clearTaroStorageKey,
309
309
  countStringify,
310
310
  dateFormat,
311
311
  dealAddress,
312
312
  dealShopContentData as originDealShopContentData,
313
313
  debounce,
314
314
  filterUrlQueryData,
315
315
  formatTabActiveMenuType,
316
316
  getQualityImage,
317
317
  getTaroStorageKeyValue,
318
318
  getWxAppCookieStr,
319
319
  isH5,
320
320
  isMin,
321
321
  isJdMin,
322
322
  isWxMin,
323
323
  isWxMinAndWxapp,
324
324
  isJdMinAndHarmony,
325
325
  lodashThrottle,
326
326
  objectToUrlEncode,
327
327
  parseQueryUrlString,
328
328
  removeTaroStorageKey,
329
329
  setLowSmallPicUrl,
330
330
  setTaroStorage,
331
331
  showFailToast,
332
332
  showNormalToast,
333
333
  showSuccessToast,
334
334
  sliceArrToChunkList,
335
335
  throttle,
336
336
  isOpenJdAppUrl,
337
337
  jdOpenAppParams,
338
338
  createJdOpenAppUrl,
339
339
  isEmpty,
340
340
  getJdAppReportPageSource,
341
341
  dealJdOpenAppData,
342
342
  const getNum = Number(num)
343
343
  let _changeLayoutWidth = layoutWidth
344
344
  if (!_changeLayoutWidth) {
345
345
  _changeLayoutWidth =
346
346
  _ShopSystemInfo && _ShopSystemInfo?.windowWidth
347
347
  ? _ShopSystemInfo.windowWidth
348
348
  : Taro.getSystemInfoSync()?.windowWidth
349
349
  }
350
350
  return Math.round((getNum / widthSize) * _changeLayoutWidth)
351
351
  changeSize,
352
352
  designWidth = 750,
353
353
  systemInfo,
354
354
  const getRootFontSize =
355
355
  (40 * (systemInfo?.windowWidth ?? _ShopSystemInfo.windowWidth)) / 750
356
356
  const getRealRootFontSize =
357
357
  getRootFontSize > 40 ? 40 : getRootFontSize < 20 ? 20 : getRootFontSize
358
358
  return Math.ceil(
359
359
  (((parseInt(String(changeSize), 10) / 40) * 750) / designWidth) *
360
360
  getRealRootFontSize,
361
361
  )
362
362
  console.log(
363
363
  '获取系统宽度systemInfo?.windowWidth',
364
364
  systemInfo?.windowWidth,
365
365
  'taroToTransformRoutimePXNumber(changeWidth)',
366
366
  taroToTransformRoutimePXNumber(changeWidth, 750, systemInfo),
367
367
  )
368
368
  return buildType === BUILD_TYPE.CLASSIFY && systemInfo?.windowWidth
369
369
  ? systemInfo?.windowWidth -
370
370
  taroToTransformRoutimePXNumber(changeWidth, 750, systemInfo)
371
371
  : systemInfo?.windowWidth ?? 0
372
372
  const systemInfo = Taro.getSystemInfoSync()
373
373
  if (params && params?.pageWidth && params?.pageHeight) {
374
374
  systemInfo.windowWidth = params?.pageWidth
375
375
  systemInfo.windowHeight = params?.pageHeight
376
376
  }
377
377
  systemInfo['containerWidth'] = getContainerWidth(buildType, systemInfo)
378
378
  console.warn('====获取系统信息=====', systemInfo)
379
379
  return systemInfo
380
380
  const getSystemInfo = getSystemAndContainerWidthInfo(params) || {
381
381
  windowWidth: window.innerWidth,
382
382
  containerWidth: getContainerWidth(buildType, {
383
383
  windowWidth: window.innerWidth,
384
384
  }),
385
385
  screenWidth: window.innerWidth,
386
386
  platform: '',
387
387
  model: '',
388
388
  system: '',
389
389
  }
390
390
  if (isJdApp && isAndroidDevice && getSystemInfo.windowWidth <= 0) {
391
391
  getSystemInfo.windowWidth = getSystemInfo.screenWidth
392
392
  getSystemInfo['containerWidth'] = getContainerWidth(
393
393
  buildType,
394
394
  getSystemInfo,
395
395
  )
396
396
  }
397
397
  return getSystemInfo
398
398
  const params = Object.assign(
399
399
  {},
400
400
  {
401
401
  title: '',
402
402
  duration: 1500,
403
403
  },
404
404
  options,
405
405
  )
406
406
  params.duration = params.duration / 1000
407
407
  if (isJdApp) {
408
408
  const showSuccessType = isIosDevice
409
409
  ? ToastIosType.SUCCESS
410
410
  : ToastAndroidType.SUCCESS
411
411
  const duration = isAndroidDevice ? 0 : params.duration
412
412
  nativePageShowToast(options.title, showSuccessType, duration)
413
413
  console.log('执行原生toast success')
414
414
  } else {
415
415
  showSuccessToast(options)
416
416
  }
417
417
  const params = Object.assign(
418
418
  {},
419
419
  {
420
420
  title: '',
421
421
  duration: 1500,
422
422
  },
423
423
  options,
424
424
  )
425
425
  params.duration = params.duration / 1000
426
426
  if (isJdApp) {
427
427
  const showSuccessType = isIosDevice
428
428
  ? ToastIosType.FAIL
429
429
  : ToastAndroidType.FAIL
430
430
  const duration = isAndroidDevice ? 0 : params.duration
431
431
  nativePageShowToast(options.title, showSuccessType, duration)
432
432
  console.log('执行原生toast fail')
433
433
  } else {
434
434
  console.log('执行H5 toast fail')
435
435
  showFailToast(options)
436
436
  }
437
437
  const params = Object.assign(
438
438
  {},
439
439
  {
440
440
  title: '',
441
441
  duration: 1500,
442
442
  },
443
443
  options,
444
444
  )
445
445
  params.duration = params.duration / 1000
446
446
  if (isJdApp) {
447
447
  const showSuccessType = isIosDevice ?
448
448
  ToastIosType.NORMAL :
449
449
  ToastAndroidType.NORMAL
450
450
  const duration = isAndroidDevice ? 0 : params.duration
451
451
  nativePageShowToast(options.title, showSuccessType, duration)
452
452
  } else {
453
453
  showNormalToast(options)
454
454
  }
455
455
  const createLoadingEle = document.createElement('div')
456
456
  createLoadingEle.id = 'J_shopLoading'
457
457
  createLoadingEle.className = `d-shop-loading flexible-center-box ${customClassName}`
458
458
  createLoadingEle.innerHTML =
459
459
  `<div class='d-loading-content'>
460
460
  <span class='d-shop-loading-icon'></span>
461
461
  <p class='d-shop-text'>${text}</p>
462
462
  </div>`
463
463
  const getEle = document.body
464
464
  ? document.body
465
465
  : document.getElementsByTagName('body')[0]
466
466
  getEle.appendChild(createLoadingEle)
467
467
  const getEle = document.getElementById('J_shopLoading')
468
468
  getEle && getEle.remove()
469
469
  const systemInfo: UtilsInterFace.taroGetSystemInfoSyncRes = getReviseSystemInfo(
470
470
  params,
471
471
  )
472
472
  if (!systemInfo.system && window) {
473
473
  systemInfo.system = window.navigator.userAgent
474
474
  systemInfo.isChrome = !!systemInfo?.system.match(/chrome/i)
475
475
  }
476
476
  const isIOS = !!systemInfo?.system.match(/ios/i)
477
477
  const isAndroid = !!systemInfo?.system.match(/android/i)
478
478
  systemInfo.navBarHeight = 0
479
479
  systemInfo.statusBarHeight = 0
480
480
  systemInfo.capsulePosition = null
481
481
  systemInfo.isIOS = isIOS
482
482
  systemInfo.isAndroid = isAndroid
483
483
  _ShopSystemInfo = systemInfo
484
484
  return systemInfo
485
485
  return originDealShopContentData(pageData, sgmCustomReport, isvdev)
486
486
  isJdApp,
487
487
  isWxApp,
488
488
  isIosDevice,
489
489
  isAndroidDevice,
490
490
  isJdAndIosDevice,
491
491
  isJdAndAndroidDevice,
492
492
  isJdAndHarmonyDevice,
493
493
  isJdAndroidX5Core,
494
494
  isMin,
495
495
  isWxMin,
496
496
  isWxMinAndWxapp,
497
497
  isJdMinAndHarmony,
498
498
  isJdMin,
499
499
  isH5,
500
500
  isH5AndJdShopView,
501
501
  isChartH5,
502
502
  isH5AndJdShopViewNativeScroll,
503
503
  isH5AndJdShopViewH5Scroll,
504
504
  isH5AndJdShopH5CustomScrollView,
505
505
  isH5AndJingGouMini,
506
506
  isWxMiniH5View,
507
507
  urlCookie,
508
508
  sliceArrToChunkList,
509
509
  dealAddress,
510
510
  objectToUrlEncode,
511
511
  parseQueryUrlString,
512
512
  setLowSmallPicUrl,
513
513
  setTaroStorage,
514
514
  getTaroStorageKeyValue,
515
515
  removeTaroStorageKey,
516
516
  clearTaroStorageKey,
517
517
  getQualityImage,
518
518
  countStringify,
519
519
  getWxAppCookieStr,
520
520
  getSystemInfos,
521
521
  pxTransformFromData,
522
522
  dealShopContentDataAndReport as dealShopContentData,
523
523
  dateFormat,
524
524
  throttle,
525
525
  lodashThrottle,
526
526
  debounce,
527
527
  addHttps,
528
528
  commonShowSuccessToast as showSuccessToast,
529
529
  commonShowFailToast as showFailToast,
530
530
  commonShowNormalToast as showNormalToast,
531
531
  showShopLoading,
532
532
  hideShopLoading,
533
533
  getAppChannelType,
534
534
  formatTabActiveMenuType,
535
535
  filterUrlQueryData,
536
536
  sgmCustomReport,
537
537
  isMemberPage,
538
538
  getFloorDataToDataDefines,
539
539
  isOpenJdAppUrl,
540
540
  jdOpenAppParams,
541
541
  createJdOpenAppUrl,
542
542
  isEmpty,
543
543
  getJdAppReportPageSource,
544
544
  isAppClassifyPage,
545
545
  isPc,
546
546
  ipLoc_djd,
547
547
  isTjScence,
548
548
  isH5AdnJxMini,
549
549
  isTjM,
550
550
  isTjJxM,
551
551
  isTJApp,
552
552
  isH5AdnHaoWuJie,
553
553
  tjChannel,
554
554
  dealJdOpenAppData,
555
555
  jdAppVersionCompare,
556
556
  dealNativePixelToCssPixel,
557
557
  isAppStowShop,
558
558
  getSgmCustomCode
@@ -1 +1 @@
1
- import {
2
1
  isChartH5,
3
2
  isH5AndJdShopViewH5Scroll,
4
3
  isH5AndJdShopH5CustomScrollView,
5
4
  isMemberPage,
6
5
  sgmCustomReport,
7
6
  isOpenJdAppUrl,
8
7
  jdOpenAppParams,
9
8
  createJdOpenAppUrl,
10
9
  isEmpty,
11
10
  getJdAppReportPageSource,
12
11
  isPc,
13
12
  ipLoc_djd,
14
13
  dealJdOpenAppData,
15
14
  jdAppVersionCompare,
16
15
  dealNativePixelToCssPixel,
17
16
  isAppStowShop,
18
17
  isJdAndHarmonyDevice,
19
18
  isJdAndroidX5Core,
20
19
  isChartH5,
21
20
  isH5AndJdShopViewH5Scroll,
22
21
  isH5AndJdShopH5CustomScrollView,
23
22
  isH5AndJingGouMini,
24
23
  urlCookie,
25
24
  isMemberPage,
26
25
  sgmCustomReport,
27
26
  isOpenJdAppUrl,
28
27
  jdOpenAppParams,
29
28
  createJdOpenAppUrl,
30
29
  isEmpty,
31
30
  isPc,
32
31
  ipLoc_djd,
33
32
  dealJdOpenAppData,
34
33
  jdAppVersionCompare,
35
34
  dealNativePixelToCssPixel,
36
35
  isAppStowShop,
36
+ import {
37
37
  isMin,
38
38
  isJdMinAndHarmony,
39
39
  isChartH5,
40
40
  isH5AndJdShopViewH5Scroll,
41
41
  isH5AndJdShopH5CustomScrollView,
42
42
  isMemberPage,
43
43
  sgmCustomReport,
44
44
  isOpenJdAppUrl,
45
45
  jdOpenAppParams,
46
46
  createJdOpenAppUrl,
47
47
  isEmpty,
48
48
  getJdAppReportPageSource,
49
49
  isPc,
50
50
  ipLoc_djd,
51
51
  dealJdOpenAppData,
52
52
  jdAppVersionCompare,
53
53
  dealNativePixelToCssPixel,
54
54
  isAppStowShop,
55
55
  isJdAndHarmonyDevice,
56
56
  isJdAndroidX5Core,
57
57
  isMin,
58
58
  isJdMinAndHarmony,
59
59
  isChartH5,
60
60
  isH5AndJdShopViewH5Scroll,
61
61
  isH5AndJdShopH5CustomScrollView,
62
62
  isH5AndJingGouMini,
63
63
  urlCookie,
64
64
  isMemberPage,
65
65
  sgmCustomReport,
66
66
  isOpenJdAppUrl,
67
67
  jdOpenAppParams,
68
68
  createJdOpenAppUrl,
69
69
  isEmpty,
70
70
  isPc,
71
71
  ipLoc_djd,
72
72
  isTjM,
73
73
  isTjJxM,
74
74
  isTjScence,
75
75
  isH5AdnJxMini,
76
76
  isTJApp,
77
77
  isH5AdnHaoWuJie,
78
78
  tjChannel,
79
79
  dealJdOpenAppData,
80
80
  jdAppVersionCompare,
81
81
  dealNativePixelToCssPixel,
82
82
  isAppStowShop,
83
83
  getSgmCustomCode
@@ -1 +1 @@
1
- import {
2
1
  isChartH5,
3
2
  isH5AndJdShopViewH5Scroll,
4
3
  isH5AndJdShopH5CustomScrollView,
5
4
  sgmCustomReport,
6
5
  isOpenJdAppUrl,
7
6
  jdOpenAppParams,
8
7
  createJdOpenAppUrl,
9
8
  isEmpty,
10
9
  getJdAppReportPageSource,
11
10
  isMemberPage,
12
11
  isAppClassifyPage,
13
12
  dealJdOpenAppData,
14
13
  jdAppVersionCompare,
15
14
  dealNativePixelToCssPixel
16
15
  isJdAndHarmonyDevice,
17
16
  isJdAndroidX5Core,
18
17
  isH5AndJdShopViewH5Scroll,
19
18
  isH5AndJdShopH5CustomScrollView,
20
19
  isH5AndJingGouMini,
21
20
  urlCookie,
22
21
  sgmCustomReport,
23
22
  isOpenJdAppUrl,
24
23
  jdOpenAppParams,
25
24
  createJdOpenAppUrl,
26
25
  isEmpty,
27
26
  getJdAppReportPageSource,
28
27
  isMemberPage,
29
28
  isAppClassifyPage,
30
29
  dealJdOpenAppData,
31
30
  jdAppVersionCompare,
32
31
  dealNativePixelToCssPixel
32
+ import {
33
33
  isChartH5,
34
34
  isH5AndJdShopViewH5Scroll,
35
35
  isH5AndJdShopH5CustomScrollView,
36
36
  sgmCustomReport,
37
37
  isOpenJdAppUrl,
38
38
  jdOpenAppParams,
39
39
  createJdOpenAppUrl,
40
40
  isEmpty,
41
41
  getJdAppReportPageSource,
42
42
  isMemberPage,
43
43
  isAppClassifyPage,
44
44
  dealJdOpenAppData,
45
45
  jdAppVersionCompare,
46
46
  dealNativePixelToCssPixel
47
47
  isJdAndHarmonyDevice,
48
48
  isJdAndroidX5Core,
49
49
  isH5AndJdShopViewH5Scroll,
50
50
  isH5AndJdShopH5CustomScrollView,
51
51
  isH5AndJingGouMini,
52
52
  urlCookie,
53
53
  sgmCustomReport,
54
54
  isOpenJdAppUrl,
55
55
  jdOpenAppParams,
56
56
  createJdOpenAppUrl,
57
57
  isEmpty,
58
58
  getJdAppReportPageSource,
59
59
  isMemberPage,
60
60
  isAppClassifyPage,
61
61
  isH5AdnJxMini,
62
62
  isPc,
63
63
  dealJdOpenAppData,
64
64
  jdAppVersionCompare,
65
65
  dealNativePixelToCssPixel,
66
66
  getSgmCustomCode