@conecli/cone-render 0.10.1-shop-beta.22 → 0.10.1-shop-beta.24

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 (121) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/accessibility.h5.ts +1 -0
  3. package/dist/common/accessibility.ts +0 -0
  4. package/dist/common/const.ts +1 -1
  5. package/dist/common/index.h5.ts +1 -1
  6. package/dist/common/index.jd.ts +1 -1
  7. package/dist/common/index.ts +1 -1
  8. package/dist/common/index.weapp.ts +1 -1
  9. package/dist/common/jdplayerSdk.weapp.tsx +1 -0
  10. package/dist/common/jssdk.weapp.ts +1 -0
  11. package/dist/common/pageType.ts +1 -1
  12. package/dist/common/token/token.jd.ts +1 -1
  13. package/dist/components/ErrorBoundary.tsx +1 -1
  14. package/dist/components/base/CountDown/index.tsx +1 -1
  15. package/dist/components/base/CustomVideo/index.tsx +1 -1
  16. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  17. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  18. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  19. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  20. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  21. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  22. package/dist/components/base/JdLoading/index.module.scss +0 -2
  23. package/dist/components/base/JdLoading/index.tsx +1 -1
  24. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  25. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  26. package/dist/components/base/LazyLoadImage/index.tsx +1 -1
  27. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  28. package/dist/components/base/NetworkDataError/const.ts +1 -1
  29. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  30. package/dist/components/base/Price/Base/index.tsx +1 -1
  31. package/dist/components/base/Price/Double/index.module.scss +18 -0
  32. package/dist/components/base/Price/Double/index.tsx +1 -1
  33. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  34. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  35. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  36. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  37. package/dist/components/floorItem.tsx +1 -1
  38. package/dist/components/isv/Floor/index.tsx +1 -1
  39. package/dist/components/remoteFloorItem.tsx +1 -1
  40. package/dist/config/env.ts +1 -1
  41. package/dist/interface/common.ts +1 -1
  42. package/dist/interface/component.ts +1 -1
  43. package/dist/interface/jumpEventReport.ts +1 -1
  44. package/dist/interface/service.ts +1 -1
  45. package/dist/jumpEventReport/base.ts +1 -1
  46. package/dist/jumpEventReport/const.ts +1 -1
  47. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  48. package/dist/jumpEventReport/index.ts +1 -1
  49. package/dist/jumpEventReport/index.weapp.ts +1 -1
  50. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  51. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  52. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  53. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  54. package/dist/jumpEventReport/web/report.ts +1 -1
  55. package/dist/jumpEventReport/web.base.ts +1 -1
  56. package/dist/jumpEventReport/web.jd.ts +1 -1
  57. package/dist/jumpEventReport/web.pc.ts +1 -1
  58. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  59. package/dist/language/en_US.json +179 -83
  60. package/dist/language/zh_CN.json +178 -82
  61. package/dist/language/zh_HK.json +178 -82
  62. package/dist/libs/openShopBridge.js +161 -0
  63. package/dist/libs/openShopBridge.min.js +1 -0
  64. package/dist/libs/taroAppReport.js +2 -2
  65. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  66. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  67. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  68. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  69. package/dist/open/api/index.ts +1 -1
  70. package/dist/open/api/shopMember.weapp.ts +1 -0
  71. package/dist/open/api/track.ts +1 -1
  72. package/dist/open/api/util.ts +1 -1
  73. package/dist/open/components/index.ts +1 -1
  74. package/dist/open/index.ts +1 -1
  75. package/dist/sass/app.h5.scss +6 -1
  76. package/dist/service/fetchGateway.ts +1 -1
  77. package/dist/service/fetchGateway.weapp.ts +1 -1
  78. package/dist/service/fetchJsonp.ts +1 -1
  79. package/dist/service/fetchJsonp.weapp.ts +1 -0
  80. package/dist/service/http/h5Http.ts +1 -1
  81. package/dist/service/http/http.ts +1 -1
  82. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  83. package/dist/service/requestServer.h5.ts +1 -1
  84. package/dist/service/requestServer.ts +1 -1
  85. package/dist/service/requestServer.weapp.ts +1 -1
  86. package/dist/utils/connectNativeJsBridge.ts +1 -1
  87. package/dist/utils/h5Utils.ts +1 -1
  88. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  89. package/dist/utils/harmonyCallRouter.ts +0 -0
  90. package/dist/utils/index.h5.ts +1 -1
  91. package/dist/utils/index.ts +1 -1
  92. package/dist/utils/index.weapp.ts +1 -1
  93. package/dist/utils/intersectionObserver.ts +1 -1
  94. package/dist/utils/sColor.weapp.ts +1 -0
  95. package/dist/utils/utils.ts +1 -1
  96. package/package.json +13 -15
  97. package/dist/common/index.dynamic.ts +0 -1
  98. package/dist/components/base/Dialog/index.dynamic.module.scss +0 -126
  99. package/dist/components/base/Dialog/index.dynamic.tsx +0 -1
  100. package/dist/components/base/DynamicTest/index.dynamic.module.scss +0 -15
  101. package/dist/components/base/DynamicTest/index.module.scss +0 -16
  102. package/dist/components/base/DynamicTest/index.tsx +0 -1
  103. package/dist/components/base/LazyLoadImage/index.dynamic.module.scss +0 -40
  104. package/dist/components/base/LazyLoadImage/index.dynamic.tsx +0 -1
  105. package/dist/components/base/NetworkDataError/index.dynamic.module.scss +0 -95
  106. package/dist/components/base/NetworkDataError/index.dynamic.tsx +0 -1
  107. package/dist/components/base/Price/Base/index.dynamic.module.scss +0 -63
  108. package/dist/components/base/Price/Base/index.dynamic.tsx +0 -1
  109. package/dist/components/base/Price/Double/index.dynamic.module.scss +0 -172
  110. package/dist/components/base/Price/Double/index.dynamic.tsx +0 -1
  111. package/dist/jumpEventReport/index.dynamic.ts +0 -1
  112. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  113. package/dist/open/api/shopMember.dynamic.ts +0 -1
  114. package/dist/open/components/index.dynamic.ts +0 -1
  115. package/dist/sass/app.dynamic.scss +0 -306
  116. package/dist/service/fetchGateway.h5.ts +0 -1
  117. package/dist/service/fetchJsonp.h5.ts +0 -1
  118. package/dist/service/http/colorSign.dynamic.ts +0 -1
  119. package/dist/utils/connectNativeJsBridge.dynamic.ts +0 -1
  120. package/dist/utils/priceUtils.js +0 -1
  121. /package/dist/utils/{sColor.js → sColor.ts} +0 -0
@@ -0,0 +1 @@
1
+ const CustomVideo = (props) => {
2
  console.log('CustomVideo 小程序端 暂无实现',props)
1
3
  return null
@@ -1 +1 @@
1
- import React, { useMemo } from 'react';
2
1
  const {
3
2
  type,
4
3
  className,
5
4
  reportData,
6
5
  customReportDataKey,
7
6
  customReportDataFn,
8
7
  trackCallback,
9
8
  markPoint,
10
9
  innerRef,
11
10
  } = props;
12
11
  const isCustomReport = customReportDataKey && customReportDataFn;
13
12
  const isViewOnlineState = taroJdBaseInfo.info.pageInfo.dataType === BUSINESS_TYPE.ONLINE;
14
13
  const showRenderState = isCustomReport ? true : reportData;
15
14
  const inViewCallback = () => {
16
15
  const getInsertFlowMapEle =
17
16
  innerRef?.current?.querySelector('.d-report-exposure-point') || createDefaultFlowMapEle;
18
17
  if (!isCustomReport) {
19
18
  addReportData(reportData, getInsertFlowMapEle);
20
19
  typeof trackCallback === 'function' && trackCallback(reportData);
21
20
  } else {
22
21
  if (typeof customReportDataFn === 'function') {
23
22
  const getReportData = customReportDataFn(customReportDataKey);
24
23
  getReportData &&
25
24
  getReportData?.eventId &&
26
25
  getReportData?.jsonParam &&
27
26
  track.reportExposureEventLog({
28
27
  ...getReportData,
29
28
  target: getInsertFlowMapEle,
30
29
  });
31
30
  }
32
31
  }
33
32
  };
34
33
  let chartPointClassName = '';
35
34
 
36
35
  if (isChartH5 && markPoint && Array.isArray(reportData)) {
37
36
  const [floorData, mInfo] = reportData;
38
37
  if (floorData && mInfo && mInfo.hasOwnProperty('pos')) {
39
38
  chartPointClassName = track.getFloorPointIndexClassName(floorData, mInfo.pos);
40
39
  }
41
40
  } else if (isCustomReport) {
42
41
  chartPointClassName = `J_custom_${customReportDataKey}`;
43
42
  }
44
43
  return isViewOnlineState && showRenderState ? (
45
44
  <InViewRender
46
45
  className={classNames(
47
46
  'd-report-exposure-point',
48
47
  {
49
48
  [exposureStyle['d-report-point']]: type === TrackType.point,
50
49
  },
51
50
  {
52
51
  [exposureStyle['d-report-floor']]: type === TrackType.floor,
53
52
  },
54
53
  {
55
54
  'd-report-exposure-jd-point': isJdApp,
56
55
  },
57
56
  className,
58
57
  chartPointClassName,
59
58
  )}
60
59
  height={'100%'}
61
60
  inViewCallback={inViewCallback}
62
61
  ></InViewRender>
63
62
  ) : null;
64
63
  return useMemo(() => {
65
64
  return <Exposure {...props} />;
66
65
  }, []);
67
66
  reportData: null,
68
67
  trackCallback: null,
69
68
  type: TrackType.point,
70
69
  markPoint: false,
70
+ import React, { useMemo } from 'react';
71
71
  const {
72
72
  type,
73
73
  className,
74
74
  reportData,
75
75
  customReportDataKey,
76
76
  customReportDataFn,
77
77
  trackCallback,
78
78
  markPoint,
79
79
  innerRef,
80
80
  } = props;
81
81
  const isCustomReport = customReportDataKey && customReportDataFn;
82
82
  const isViewOnlineState = taroJdBaseInfo.info.pageInfo.dataType === BUSINESS_TYPE.ONLINE;
83
83
  const showRenderState = isCustomReport ? true : reportData;
84
84
  const inViewCallback = () => {
85
85
  const getInsertFlowMapEle =
86
86
  innerRef?.current?.querySelector('.d-report-exposure-point') || createDefaultFlowMapEle;
87
87
  if (!isCustomReport) {
88
88
  addReportData(reportData, getInsertFlowMapEle);
89
89
  typeof trackCallback === 'function' && trackCallback(reportData);
90
90
  } else {
91
91
  if (typeof customReportDataFn === 'function') {
92
92
  const getReportData = customReportDataFn(customReportDataKey);
93
93
  if(getReportData){
94
94
  const { eventId, spmAllCode, spmCodeForCD, jsonParam } = getReportData;
95
95
  (eventId || spmAllCode || spmCodeForCD) &&
96
96
  jsonParam &&
97
97
  track.reportExposureEventLog({
98
98
  ...getReportData,
99
99
  target: getInsertFlowMapEle,
100
100
  });
101
101
  }
102
102
  }
103
103
  }
104
104
  };
105
105
  let chartPointClassName = '';
106
106
 
107
107
  if (isChartH5 && markPoint && Array.isArray(reportData)) {
108
108
  const [floorData, mInfo] = reportData;
109
109
  if (floorData && mInfo && mInfo.hasOwnProperty('pos')) {
110
110
  chartPointClassName = track.getFloorPointIndexClassName(floorData, mInfo.pos);
111
111
  }
112
112
  } else if (isCustomReport) {
113
113
  chartPointClassName = `J_custom_${customReportDataKey}`;
114
114
  }
115
115
  return isViewOnlineState && showRenderState ? (
116
116
  <InViewRender
117
117
  className={classNames(
118
118
  'd-report-exposure-point',
119
119
  {
120
120
  [exposureStyle['d-report-point']]: type === TrackType.point,
121
121
  },
122
122
  {
123
123
  [exposureStyle['d-report-floor']]: type === TrackType.floor,
124
124
  },
125
125
  {
126
126
  'd-report-exposure-jd-point': isJdApp,
127
127
  },
128
128
  className,
129
129
  chartPointClassName,
130
130
  )}
131
131
  height={'100%'}
132
132
  inViewCallback={inViewCallback}
133
133
  ></InViewRender>
134
134
  ) : null;
135
135
  return useMemo(() => {
136
136
  return <Exposure {...props} />;
137
137
  }, []);
138
138
  reportData: null,
139
139
  trackCallback: null,
140
140
  type: TrackType.point,
141
141
  markPoint: false,
@@ -1 +1 @@
1
- import Taro from '@tarojs/taro'
2
1
  const { type = TrackType.point, className, reportData = null, customReportDataKey, customReportDataFn, trackCallback = null } = props
3
2
  const isViewOnlineState =
4
3
  taroJdBaseInfo.info.pageInfo.dataType === BUSINESS_TYPE.ONLINE
5
4
  const isCustomReport = customReportDataKey && customReportDataFn
6
5
  const checkReportData = Array.isArray(reportData)
7
6
  const [floorData, mInfo] = checkReportData ? reportData : []
8
7
  const showRenderState = isCustomReport ? true : floorData && mInfo
9
8
  const getFloorPointClassName = isCustomReport ? `J_custom_${customReportDataKey}` : `J_floor_${floorData?.uid}_index_${mInfo?.pos}`
10
9
  const getTaroSelector = !isDynamic ? isCustomReport ? `#J_miniShopRoot >>> .${getFloorPointClassName}` : `#J_floor_${floorData?.uid} >>> .${getFloorPointClassName}` : isCustomReport ? `#J_shopRoot .${getFloorPointClassName}` : `#J_floor_${floorData?.uid} .${getFloorPointClassName}`
11
10
  useEffect(() => {
12
11
  if (isViewOnlineState && reportData) {
13
12
  Taro.nextTick(() => {
14
13
  if (
15
14
  !taroJdBaseInfo.info.pageInfo.floorExposureInfo[
16
15
  getFloorPointClassName
17
16
  ]
18
17
  ){
19
18
  const createIntersectionObserver = new intersectionObserver({
20
19
  selector: getTaroSelector,
21
20
  context: this,
22
21
  onFinal: (res) => {
23
22
  taroJdBaseInfo.info.pageInfo.floorExposureInfo[
24
23
  getFloorPointClassName
25
24
  ] = true
26
25
  console.log(`${isDynamic ? 'taro动态化' : '小程序'}曝光埋点收到进入可视区域啦!`, getFloorPointClassName, reportData, res)
27
26
  if(!isCustomReport){
28
27
  addReportData(reportData)
29
28
  typeof trackCallback === 'function' && trackCallback(reportData)
30
29
  }else {
31
30
  typeof customReportDataFn === 'function' && customReportDataFn(customReportDataKey)
32
31
  }
33
32
  createIntersectionObserver.disconnect()
34
33
  },
35
34
  })
36
35
  createIntersectionObserver.connect()
37
36
  }
38
37
  })
39
38
  }
40
39
  }, [])
41
40
  return (showRenderState ? (
42
41
  <View
43
42
  className={classNames(
44
43
  {
45
44
  [exposureStyle['d-report-point']]: type === TrackType.point,
46
45
  },
47
46
  {
48
47
  [exposureStyle['d-report-floor']]: type === TrackType.floor,
49
48
  },
50
49
  getFloorPointClassName,
51
50
  className,
52
51
  )}
53
52
  />
54
53
  ) : null
55
54
  )
56
55
  return useMemo(() => {
57
56
  return <ExposureFloor {...props} />
58
57
  }, [])
58
+ import Taro from '@tarojs/taro'
59
59
  const { type, className, reportData, customReportDataKey, customReportDataFn, trackCallback } = props
60
60
  const isViewOnlineState =
61
61
  taroJdBaseInfo.info.pageInfo.dataType === BUSINESS_TYPE.ONLINE
62
62
  const isCustomReport = customReportDataKey && customReportDataFn
63
63
  const checkReportData = Array.isArray(reportData)
64
64
  const [floorData, mInfo] = checkReportData ? reportData : []
65
65
  const showRenderState = isCustomReport ? true : floorData && mInfo
66
66
  const getFloorPointClassName = isCustomReport ? `J_custom_${customReportDataKey}` : `J_floor_${floorData?.uid}_index_${mInfo?.pos}`
67
67
  const getTaroSelector = isCustomReport ? `#J_miniShopRoot >>> .${getFloorPointClassName}` : `#J_floor_${floorData?.uid} >>> .${getFloorPointClassName}`
68
68
  useEffect(() => {
69
69
  if (isViewOnlineState && reportData) {
70
70
  Taro.nextTick(() => {
71
71
  if (
72
72
  !taroJdBaseInfo.info.pageInfo.floorExposureInfo[
73
73
  getFloorPointClassName
74
74
  ]
75
75
  ){
76
76
  const createIntersectionObserver = new intersectionObserver({
77
77
  selector: getTaroSelector,
78
78
  context: this,
79
79
  onFinal: (res) => {
80
80
  taroJdBaseInfo.info.pageInfo.floorExposureInfo[
81
81
  getFloorPointClassName
82
82
  ] = true
83
83
  console.log('小程序曝光埋点收到进入可视区域啦!', getFloorPointClassName, reportData, res)
84
84
  if(!isCustomReport){
85
85
  addReportData(reportData)
86
86
  typeof trackCallback === 'function' && trackCallback(reportData)
87
87
  }else {
88
88
  typeof customReportDataFn === 'function' && customReportDataFn(customReportDataKey)
89
89
  }
90
90
  createIntersectionObserver.disconnect()
91
91
  },
92
92
  })
93
93
  createIntersectionObserver.connect()
94
94
  }
95
95
  })
96
96
  }
97
97
  }, [])
98
98
  return (showRenderState ? (
99
99
  <View
100
100
  className={classNames(
101
101
  {
102
102
  [exposureStyle['d-report-point']]: type === TrackType.point,
103
103
  },
104
104
  {
105
105
  [exposureStyle['d-report-floor']]: type === TrackType.floor,
106
106
  },
107
107
  getFloorPointClassName,
108
108
  className,
109
109
  )}
110
110
  />
111
111
  ) : null
112
112
  )
113
113
  return useMemo(() => {
114
114
  return <ExposureFloor {...props} />
115
115
  }, [])
116
116
  reportData: null,
117
117
  trackCallback: null,
118
118
  type: TrackType.point,
@@ -1 +1 @@
1
- import track from '../../../open/api/track';
2
1
  const { arr: arrTask, startWaitTime } = floorTask;
3
2
  const isTimeout = startWaitTime != 0 && Date.now() - startWaitTime >= 1000;
4
3
  const arrTaskNum = arrTask.length;
5
4
  const isOverMax = arrTaskNum >= 10;
6
5
  const hasData = arrTaskNum > 0;
7
6
  if (hasData && (isTimeout || isOverMax)) {
8
7
  const reduceData = connactData(arrTask);
9
8
  track.reportExposureEventLog(reduceData);
10
9
  floorTask.arr = [];
11
10
  floorTask.startWaitTime = 0;
12
11
  clearTimeout(floorTask.timer);
13
12
  }
14
13
  const initData = JSON.parse(JSON.stringify(arr[0]));
15
14
  if (initData.jsonParam.etModelInfo) {
16
15
  initData.jsonParam.logBaseInfo = [];
17
16
  initData.jsonParam.etModelInfo.lstms = [];
18
17
  return arr.reduce((acc, cur) => {
19
18
  acc.jsonParam.logBaseInfo.push(cur.jsonParam.logBaseInfo);
20
19
  return acc;
21
20
  }, initData);
22
21
  } else {
23
22
  return arr.reduce((acc) => {
24
23
  return acc;
25
24
  });
26
25
  }
27
26
  if (!Array.isArray(data)) {
28
27
  console.log('坑位曝光埋点原始数据参类型错误,期望是数组,实际是:', data);
29
28
  return;
30
29
  }
31
30
  const [floorData, mInfo, etModelInfo] = data;
32
31
  if (floorData && mInfo && etModelInfo) {
33
32
  const isIsvReportModule = isvReportModuleTypeList.includes(floorData?.floorExtInfo?.moduleFlag);
34
33
  try {
35
34
  const reportJson = track.getExposureInfo(
36
35
  floorData,
37
36
  mInfo,
38
37
  etModelInfo,
39
38
  true,
40
39
  isIsvReportModule,
41
40
  );
42
41
  console.log(`${floorData?.floorExtInfo?.moduleFlag}===reportJson===`, reportJson);
43
42
  const { floorIdx } = floorData;
44
43
  if (!task[floorIdx]) {
45
44
  task[floorIdx] = {
46
45
  arr: [],
47
46
  startWaitTime: 0,
48
47
  timer: 0,
49
48
  };
50
49
  }
51
50
  const floorTask = task[floorIdx];
52
51
  if (floorTask.arr.length === 0) {
53
52
  floorTask.startWaitTime = Date.now();
54
53
  }
55
54
  if (reportJson) {
56
55
  floorTask.arr.push(reportJson);
57
56
  clearTimeout(floorTask.timer);
58
57
  floorTask.timer = setTimeout(() => {
59
58
  check(floorTask);
60
59
  }, 1000);
61
60
  check(floorTask);
62
61
  }
63
62
  } catch (e) {
64
63
  {
65
64
  console.log('坑位曝光埋点出错啦', e);
66
65
  }
67
66
  }
68
67
  } else {
69
68
  console.log(
70
69
  '坑位曝光埋点原始数据参数缺失,期望是[floorData, mInfo, etModelInfo],实际是:',
71
70
  data,
72
71
  );
73
72
  }
73
+ import track from '../../../open/api/track';
74
74
  if (!Array.isArray(data)) {
75
75
  console.log('坑位曝光埋点原始数据参类型错误,期望是数组,实际是:', data);
76
76
  return;
77
77
  }
78
78
  const [floorData, mInfo, etModelInfo] = data;
79
79
  if (floorData && mInfo && etModelInfo) {
80
80
  const isIsvReportModule = isvReportModuleTypeList.includes(floorData?.floorExtInfo?.moduleFlag);
81
81
  try {
82
82
  const reportJson = track.getExposureInfo(
83
83
  floorData,
84
84
  mInfo,
85
85
  etModelInfo,
86
86
  true,
87
87
  isIsvReportModule,
88
88
  );
89
89
  reportJson['target'] = target;
90
90
  console.log(`${floorData?.floorExtInfo?.moduleFlag}===reportJson===`, reportJson);
91
91
  track.reportExposureEventLog(reportJson);
92
92
  } catch (e) {
93
93
  console.log('坑位曝光埋点出错啦', e);
94
94
  }
95
95
  } else {
96
96
  console.log(
97
97
  '坑位曝光埋点原始数据参数缺失,期望是[floorData, mInfo, etModelInfo],实际是:',
98
98
  data,
99
99
  );
100
100
  }
@@ -0,0 +1 @@
1
+ const InOrOutViewObserver = (props) => {
2
  console.log('InOrOutViewObserver props 暂无实现', props)
1
3
  return null
@@ -1 +1 @@
1
- import React, { useRef } from 'react';
2
1
  const {
3
2
  className,
4
3
  pointClassName,
5
4
  children,
6
5
  reportData = [],
7
6
  customReportDataKey = null,
8
7
  customReportDataFn = null,
9
8
  trackCallback,
10
9
  ...otherProps
11
10
  } = props;
12
11
  const itemViewExposureRef = useRef(null);
13
12
  const isCustomReport = customReportDataKey && customReportDataFn;
14
13
  const checkReportData = Array.isArray(reportData);
15
14
  const [floorData, mInfo] = checkReportData ? reportData : [];
16
15
  const checkReportDataState = isCustomReport ? true : floorData && mInfo;
17
16
 
18
17
  floorData && mInfo && !mInfo.hasOwnProperty('pos') && (mInfo.pos = 0);
19
18
  return (
20
19
  <View
21
20
  ref={itemViewExposureRef}
22
21
  className={classNames(itemViewExposureSmartStyle['d-item-point-layout'], className)}
23
22
  {...otherProps}
24
23
  >
25
24
  {children ? children : null}
26
25
  {checkReportDataState && (
27
26
  <ExposureSmart
28
27
  className={classNames(pointClassName, {
29
28
  [itemViewExposureSmartStyle['d-item-chart-point']]: isChartH5,
30
29
  })}
31
30
  innerRef={itemViewExposureRef}
32
31
  reportData={reportData}
33
32
  trackCallback={trackCallback}
34
33
  customReportDataFn={customReportDataFn}
35
34
  customReportDataKey={customReportDataKey}
36
35
  markPoint
37
36
  />
38
37
  )}
39
38
  </View>
40
39
  );
40
+ import React, { useRef, useEffect } from 'react';
41
41
  const {
42
42
  className,
43
43
  pointClassName,
44
44
  children,
45
45
  reportData,
46
46
  customReportDataKey,
47
47
  customReportDataFn,
48
48
  trackCallback,
49
49
  ...otherProps
50
50
  } = props;
51
51
  const itemViewExposureRef = useRef(null);
52
52
  const isCustomReport = customReportDataKey && customReportDataFn;
53
53
  const checkReportData = Array.isArray(reportData);
54
54
  const [floorData, mInfo] = checkReportData ? reportData : [];
55
55
  const checkReportDataState = isCustomReport ? true : floorData && mInfo;
56
56
 
57
57
  floorData && mInfo && !mInfo.hasOwnProperty('pos') && (mInfo.pos = 0);
58
58
  return (
59
59
  <View
60
60
  ref={itemViewExposureRef}
61
61
  className={classNames(itemViewExposureSmartStyle['d-item-point-layout'], className)}
62
62
  {...otherProps}
63
63
  >
64
64
  {children ? children : null}
65
65
  {checkReportDataState && (
66
66
  <ExposureSmart
67
67
  className={classNames(pointClassName, {
68
68
  [itemViewExposureSmartStyle['d-item-chart-point']]: isChartH5,
69
69
  })}
70
70
  innerRef={itemViewExposureRef}
71
71
  reportData={reportData}
72
72
  trackCallback={trackCallback}
73
73
  customReportDataFn={customReportDataFn}
74
74
  customReportDataKey={customReportDataKey}
75
75
  markPoint
76
76
  />
77
77
  )}
78
78
  </View>
79
79
  );
80
80
  reportData: [],
81
81
  customReportDataKey: null,
82
82
  customReportDataFn: null,
83
83
  customReportDataForMapFn: null,
@@ -5,8 +5,6 @@
5
5
  left: 0;
6
6
  right: 0;
7
7
  bottom: 0;
8
- width: 100%;
9
- height: 100%;
10
8
  z-index: 1;
11
9
  display: flex;
12
10
  justify-content: center;
@@ -1 +1 @@
1
- import React, { useEffect } from 'react';
2
1
  className: null,
3
2
  hideState: false,
4
3
  fullState: false,
5
4
  localState: false,
6
5
  style: {},
7
6
  text: null,
8
7
  const { className, hideState, fullState, localState, style, text } = Object.assign({},defaultProps,props)
9
8
  return (
10
9
  <View
11
10
  style={style}
12
11
  className={classNames(jdLoadingStyle['d-jd-loading'], className, {
13
12
  [jdLoadingStyle['d-jd-full-loading']]: fullState,
14
13
  [jdLoadingStyle['d-jd-local-loading']]: localState,
15
14
  [jdLoadingStyle['d-jd-loading-hide']]: hideState,
16
15
  })}
17
16
  >
18
17
  <Image
19
18
  className={jdLoadingStyle['d-loading-image']}
20
19
  src={JD_LOADING_GIF}
21
20
  />
22
21
  {text && (
23
22
  <Text className={jdLoadingStyle['d-loading-text']}>{text}</Text>
24
23
  )}
25
24
  </View>
26
25
  )
26
+ import React from 'react'