@conecli/cone-render 0.10.1-shop3.47 → 0.10.1-shop3.49

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 (33) hide show
  1. package/dist/common/index.h5.ts +1 -1
  2. package/dist/common/index.jd.ts +1 -1
  3. package/dist/common/index.ts +1 -1
  4. package/dist/common/index.weapp.ts +1 -1
  5. package/dist/common/jdplayerSdk.weapp.tsx +1 -0
  6. package/dist/common/jssdk.weapp.ts +1 -0
  7. package/dist/components/ErrorBoundary.tsx +1 -1
  8. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  9. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  10. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  11. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  12. package/dist/interface/component.ts +1 -1
  13. package/dist/jumpEventReport/const.ts +1 -1
  14. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  15. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  16. package/dist/libs/taroAppReport.js +2 -2
  17. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  18. package/dist/open/api/shopMember.weapp.ts +1 -0
  19. package/dist/open/index.ts +1 -1
  20. package/dist/service/fetchGateway.weapp.ts +1 -1
  21. package/dist/service/fetchJsonp.weapp.ts +1 -0
  22. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  23. package/dist/service/requestServer.h5.ts +1 -1
  24. package/dist/service/requestServer.ts +1 -1
  25. package/dist/service/requestServer.weapp.ts +1 -1
  26. package/dist/utils/connectNativeJsBridge.ts +1 -1
  27. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  28. package/dist/utils/harmonyCallRouter.ts +0 -0
  29. package/dist/utils/sColor.weapp.ts +1 -0
  30. package/package.json +1 -1
  31. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  32. package/dist/utils/priceUtils.js +0 -1
  33. /package/dist/utils/{sColor.js → sColor.ts} +0 -0
@@ -0,0 +1 @@
1
+ export const hasBgAudio = () => {
2
  return Promise.reject({
1
3
  code: -1,
2
4
  message: '小程序不支持',
3
5
  })
4
6
  return Promise.reject({
5
7
  code: -1,
6
8
  message: '小程序不支持',
7
9
  })
8
10
  return Promise.reject({
9
11
  code: -1,
10
12
  message: '小程序不支持',
11
13
  })
12
14
  return Promise.reject({
13
15
  code: -1,
14
16
  message: '小程序不支持',
15
17
  })
@@ -0,0 +1 @@
1
+ export const getJmfe = () => {
2
  console.info('小程序不存在jmfe对象')
1
3
  return Promise.reject(null)
2
4
  console.info('小程序不存在jmfe对象');
@@ -1 +1 @@
1
- import React from 'react'
2
1
  getBundleUrl,
3
2
  formatPackResult,
4
3
  getTaroVersion
5
4
  const floorLoadWay = floorData?.floorExtInfo?.floorLoadWay
6
5
  const floorKind = floorData?.floorExtInfo?.floorKind
7
6
  const isRemoteLoadFloor = floorLoadWay === 2
8
7
  const modularPackResult = floorData?.floorExtInfo?.modularPackResult
9
8
  const modularPackResultObj = formatPackResult(modularPackResult)
10
9
  const bundleUrl = getBundleUrl(modularPackResultObj)
11
10
  const taroVersion = getTaroVersion(modularPackResultObj)
12
11
  msg: `店铺h5楼层隐藏不显示。原因:模块js执行异常,楼层过滤。`,
13
12
  floorIdx: floorData?.floorIdx,
14
13
  moduleDesignerType: floorData?.floorExtInfo?.moduleDesignerType,
15
14
  floorLoadWay,
16
15
  floorKind,
17
16
  modularPackResult: {
18
17
  bundleUrl,
19
18
  taroVersion
20
19
  },
21
20
  }
22
21
  const sgmCode = isRemoteLoadFloor ? (floorKind === FLOOR_KIND.PDC_SYSTEM_MODULE ? SgmCustomCode.SYSTEMPDCMODULE_JS : SgmCustomCode.REMOTEMODULE_JS) : SgmCustomCode.SYSTEMMODULE_JS
23
22
  code: getSgmCustomCode(handleSgmCodeTaroVersion(sgmCode)),
24
23
  msg: opt,
25
24
  })
26
25
  if(this.props.customErrorIsvFloorModule){
27
26
  return this.props.customErrorIsvFloorModule
28
27
  }
28
+ import React from 'react'
29
29
  getBundleUrl,
30
30
  formatPackResult,
31
31
  getTaroVersion
32
32
  console.error("楼层组件渲染异常,异常信息:", error)
33
33
  const floorLoadWay = floorData?.floorExtInfo?.floorLoadWay
34
34
  const floorKind = floorData?.floorExtInfo?.floorKind
35
35
  const isRemoteLoadFloor = floorLoadWay === 2
36
36
  const modularPackResult = floorData?.floorExtInfo?.modularPackResult
37
37
  const modularPackResultObj = formatPackResult(modularPackResult)
38
38
  const bundleUrl = getBundleUrl(modularPackResultObj)
39
39
  const taroVersion = getTaroVersion(modularPackResultObj)
40
40
  msg: `店铺h5楼层隐藏不显示。原因:模块js执行异常,楼层过滤。`,
41
41
  floorIdx: floorData?.floorIdx,
42
42
  moduleDesignerType: floorData?.floorExtInfo?.moduleDesignerType,
43
43
  floorLoadWay,
44
44
  floorKind,
45
45
  modularPackResult: {
46
46
  bundleUrl,
47
47
  taroVersion
48
48
  },
49
49
  }
50
50
  const sgmCode = isRemoteLoadFloor ? (floorKind === FLOOR_KIND.PDC_SYSTEM_MODULE ? SgmCustomCode.SYSTEMPDCMODULE_JS : SgmCustomCode.REMOTEMODULE_JS) : SgmCustomCode.SYSTEMMODULE_JS
51
51
  code: getSgmCustomCode(handleSgmCodeTaroVersion(sgmCode)),
52
52
  msg: opt,
53
53
  })
54
54
  console.info(`楼层id为${floorData?.uid}的组件渲染异常`, "楼层数据为",floorData, "是否执行过滤", updateContainerFloorListDataFn)
55
55
  if(this.props.customErrorIsvFloorModule){
56
56
  return this.props.customErrorIsvFloorModule
57
57
  }
@@ -0,0 +1 @@
1
+ const CustomVideo = (props) => {
2
  console.log('CustomVideo 小程序端 暂无实现',props)
1
3
  return null
@@ -0,0 +1 @@
1
+ const InOrOutViewObserver = (props) => {
2
  console.log('InOrOutViewObserver props 暂无实现', props)
1
3
  return null
@@ -1 +1 @@
1
- import Taro, { useRouter } from '@tarojs/taro'
2
1
  isH5AndJdShopView,
3
2
  isH5AndJdShopViewH5Scroll,
4
3
  sgmCustomReport,
5
4
  getSgmCustomCode,
6
5
  SECTION_HOME_TAB_TYPE,
7
6
  SECTION_HOME_TAB_NAME_TYPE,
8
7
  TaroEventType,
9
8
  latestFromNativeMsgStorage,
10
9
  nativePageRegisterMessage,
11
10
  Message_Type,
12
11
  getNativePageScrollRes,
13
12
  const {
14
13
  sectionType = SECTION_HOME_TAB_NAME_TYPE[
15
14
  SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN
16
15
  ],
17
16
  type = LazyType.FLOOR,
18
17
  children = null,
19
18
  placeholder = null,
20
19
  height = 200,
21
20
  className = '',
22
21
  lazyNodeClassName = '',
23
22
  containerId,
24
23
  floorData = {},
25
24
  } = props
26
25
  const getRouterInfo = useRouter()
27
26
  const getQueryData = getRouterInfo?.params || {}
28
27
  const [componentShowState, setComponentShowState] = useState(false)
29
28
  const [componentRenderShowState, setComponentRenderShowState] =
30
29
  useState(false)
31
30
  const componentLazyRef = useRef<HTMLElement | null>(null)
32
31
  const componentShowStateRef = useRef(false)
33
32
  const needShowHighVersion =
34
33
  isH5AndJdShopViewH5Scroll &&
35
34
  !(
36
35
  global.info.queryInfo?.downgraded &&
37
36
  global.info.queryInfo.downgraded === 'true'
38
37
  )
39
38
  const rootDom =
40
39
  isH5AndJdShopView && needShowHighVersion
41
40
  ? null
42
41
  : document.querySelector('#J_shopHomeRoot')
43
42
  const { ref, inView } = useInView({
44
43
  threshold: 0,
45
44
  triggerOnce: true,
46
45
  root: rootDom,
47
46
  rootMargin: `0px 0px ${window.innerHeight}px 0px`,
48
47
  })
49
48
  useEffect(() => {
50
49
  if (needShowHighVersion || !isH5AndJdShopView) return
51
50
  if (type === LazyType.FLOOR) {
52
51
  const latestRes =
53
52
  latestFromNativeMsgStorage[TaroEventType.PAGE_SCROLL] || {}
54
53
  !componentShowStateRef.current && dealPageScrollInfo(latestRes, false)
55
54
  Taro.eventCenter.on(TaroEventType.PAGE_SCROLL, (res) => {
56
55
  !componentShowStateRef.current && dealPageScrollInfo(res, true)
57
56
  })
58
57
  }
59
58
  }, [])
60
59
  useEffect(() => {
61
60
  if (
62
61
  (!needShowHighVersion && componentShowState === true) ||
63
62
  (needShowHighVersion && inView && isH5AndJdShopView)
64
63
  ) {
65
64
  console.log(
66
65
  '>>>>>>>>>>>>>>>>>>> 楼层【id=' + containerId + '】已经渲染!',
67
66
  )
68
67
  const modularPackResult = floorData?.floorExtInfo?.modularPackResult
69
68
  const modularPackResultObj =
70
69
  typeof modularPackResult === 'string'
71
70
  ? JSON.parse(modularPackResult)
72
71
  : modularPackResult
73
72
  if (modularPackResultObj && modularPackResultObj.bundleUrl) {
74
73
  const { bundleUrl } = modularPackResultObj
75
74
  nativePageRegisterMessage(Message_Type.NATIVE_INJECT_JS_FILE, {
76
75
  data: {
77
76
  bundleUrl: [bundleUrl],
78
77
  },
79
78
  })
80
79
  }
81
80
  }
82
81
  }, [componentShowState, inView])
83
82
 
84
83
  const dealPageScrollInfo = (res, pageScrollTrigger) => {
85
84
  const { displayHeight, offSetY } = getNativePageScrollRes(res) || {}
86
85
  if (
87
86
  typeof displayHeight === 'undefined' ||
88
87
  typeof offSetY === 'undefined'
89
88
  ) {
90
89
  const shopId = floorData?.floorExtInfo?.shopId
91
90
  if (!lazyLayoutLoadErrorShopId[`${shopId}`] && pageScrollTrigger) {
92
91
  const opt = {
93
92
  msg: `店铺楼层懒加载失败。楼层顺序-floorIdx: ${floorData?.floorIdx}。`,
94
93
  uid: floorData?.uid,
95
94
  floorIdx: floorData?.floorIdx,
96
95
  shopId: shopId,
97
96
  moduleId: floorData?.moduleId,
98
97
  moduleName: floorData?.moduleName,
99
98
  middleTemplateId: floorData?.middleTemplateId,
100
99
  }
101
100
  sgmCustomReport({
102
101
  code: getSgmCustomCode(SgmCustomCode.FLOORLAZYLOAD_DATA),
103
102
  msg: opt,
104
103
  })
105
104
  lazyLayoutLoadErrorShopId[`${shopId}`] = true
106
105
  }
107
106
  return
108
107
  }
109
108
  if (componentLazyRef.current) {
110
109
  const eleClientRect = componentLazyRef.current.getBoundingClientRect()
111
110
  const getContainerHeightOffSetY = displayHeight + offSetY
112
111
  const eleOffsetTop = Math.ceil(eleClientRect.top)
113
112
  const eleOffsetHeight = Math.ceil(eleClientRect.height)
114
113
  const eleOffsetTopHeight = eleOffsetTop + eleOffsetHeight
115
114
  if (!componentShowStateRef.current) {
116
115
  if (getContainerHeightOffSetY > eleOffsetTop) {
117
116
  componentShowStateRef.current = true
118
117
  setComponentShowState(true)
119
118
  Taro.nextTick(() => {
120
119
  setComponentRenderShowState(true)
121
120
  })
122
121
  }
123
122
  }
124
123
  }
125
124
  }
126
125
  return isH5AndJdShopView && !needShowHighVersion ? (
127
126
  <div
128
127
  id={`${containerId}_lazy`}
129
128
  ref={componentLazyRef}
130
129
  className={classNames(
131
130
  lazyLayoutLoadStyle['d-app-floor-lazy-layout-load'],
132
131
  'd-app-floor-lazy-load',
133
132
  )}
134
133
  style={{
135
134
  minHeight: `${componentRenderShowState ? 'auto' : height + 'px'}`,
136
135
  backgroundColor: componentRenderShowState ? 'transparent' : '#ffffff',
137
136
  }}
138
137
  >
139
138
  {componentShowState ? children : placeholder}
140
139
  </div>
141
140
  ) : (
142
141
  <div
143
142
  id={`${containerId}_lazy`}
144
143
  className={classNames(
145
144
  lazyLayoutLoadStyle['d-mobile-floor-lazy-layout-load'],
146
145
  'd-mobile-floor-lazy-load',
147
146
  lazyNodeClassName,
148
147
  )}
149
148
  ref={ref}
150
149
  style={{
151
150
  minHeight: `${inView ? 'auto' : height + 'px'}`,
152
151
  backgroundColor: inView ? 'transparent' : '#ffffff',
153
152
  }}
154
153
  >
155
154
  {inView ? children : placeholder}
156
155
  </div>
157
156
  )
157
+ import Taro, { useRouter } from '@tarojs/taro'
158
158
  isH5AndJdShopView,
159
159
  isH5AndJdShopViewH5Scroll,
160
160
  sgmCustomReport,
161
161
  getSgmCustomCode,
162
162
  SECTION_HOME_TAB_TYPE,
163
163
  SECTION_HOME_TAB_NAME_TYPE,
164
164
  TaroEventType,
165
165
  latestFromNativeMsgStorage,
166
166
  nativePageRegisterMessage,
167
167
  Message_Type,
168
168
  getNativePageScrollRes,
169
169
  const {
170
170
  sectionType = SECTION_HOME_TAB_NAME_TYPE[
171
171
  SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN
172
172
  ],
173
173
  type = LazyType.FLOOR,
174
174
  children = null,
175
175
  placeholder = null,
176
176
  height = 200,
177
177
  className = '',
178
178
  lazyNodeClassName = '',
179
179
  containerId,
180
180
  floorData = {},
181
181
  } = props
182
182
  const getRouterInfo = useRouter()
183
183
  const getQueryData = getRouterInfo?.params || {}
184
184
  const [componentShowState, setComponentShowState] = useState(false)
185
185
  const [componentRenderShowState, setComponentRenderShowState] =
186
186
  useState(false)
187
187
  const componentLazyRef = useRef<HTMLElement | null>(null)
188
188
  const componentShowStateRef = useRef(false)
189
189
  const needShowHighVersion =
190
190
  isH5AndJdShopViewH5Scroll &&
191
191
  !(
192
192
  global.info.queryInfo?.downgraded &&
193
193
  global.info.queryInfo.downgraded === 'true'
194
194
  )
195
195
  const rootDom =
196
196
  isH5AndJdShopView && needShowHighVersion
197
197
  ? null
198
198
  : document.querySelector('#J_shopHomeRoot')
199
199
  const { ref, inView } = useInView({
200
200
  threshold: 0,
201
201
  triggerOnce: true,
202
202
  root: rootDom,
203
203
  rootMargin: `0px 0px ${window.innerHeight}px 0px`,
204
204
  })
205
205
  useEffect(() => {
206
206
  if (needShowHighVersion || !isH5AndJdShopView) return
207
207
  if (type === LazyType.FLOOR) {
208
208
  const latestRes =
209
209
  latestFromNativeMsgStorage[TaroEventType.PAGE_SCROLL] || {}
210
210
  !componentShowStateRef.current && dealPageScrollInfo(latestRes, false)
211
211
  Taro.eventCenter.on(TaroEventType.PAGE_SCROLL, (res) => {
212
212
  !componentShowStateRef.current && dealPageScrollInfo(res, true)
213
213
  })
214
214
  }
215
215
  }, [])
216
216
  useEffect(() => {
217
217
  if (
218
218
  (!needShowHighVersion && componentShowState === true) ||
219
219
  (needShowHighVersion && inView && isH5AndJdShopView)
220
220
  ) {
221
221
  console.log(
222
222
  '>>>>>>>>>>>>>>>>>>> 楼层【id=' + containerId + '】已经渲染!',
223
223
  )
224
224
  const modularPackResult = floorData?.floorExtInfo?.modularPackResult
225
225
  const modularPackResultObj =
226
226
  typeof modularPackResult === 'string'
227
227
  ? JSON.parse(modularPackResult)
228
228
  : modularPackResult
229
229
  if (modularPackResultObj && modularPackResultObj.bundleUrl) {
230
230
  const { bundleUrl } = modularPackResultObj
231
231
  nativePageRegisterMessage(Message_Type.NATIVE_INJECT_JS_FILE, {
232
232
  data: {
233
233
  bundleUrl: [bundleUrl],
234
234
  },
235
235
  })
236
236
  }
237
237
  }
238
238
  }, [componentShowState, inView])
239
239
 
240
240
  const dealPageScrollInfo = (res, pageScrollTrigger) => {
241
241
  const { displayHeight, offSetY } = getNativePageScrollRes(res) || {}
242
242
  if (
243
243
  typeof displayHeight === 'undefined' ||
244
244
  typeof offSetY === 'undefined'
245
245
  ) {
246
246
  const shopId = floorData?.floorExtInfo?.shopId
247
247
  if (!lazyLayoutLoadErrorShopId[`${shopId}`] && pageScrollTrigger) {
248
248
  const opt = {
249
249
  msg: `店铺楼层懒加载失败。楼层顺序-floorIdx: ${floorData?.floorIdx}。`,
250
250
  uid: floorData?.uid,
251
251
  floorIdx: floorData?.floorIdx,
252
252
  shopId: shopId,
253
253
  moduleId: floorData?.moduleId,
254
254
  moduleName: floorData?.moduleName,
255
255
  middleTemplateId: floorData?.middleTemplateId,
256
256
  }
257
257
  sgmCustomReport({
258
258
  code: getSgmCustomCode(SgmCustomCode.FLOORLAZYLOAD_DATA),
259
259
  msg: opt,
260
260
  })
261
261
  lazyLayoutLoadErrorShopId[`${shopId}`] = true
262
262
  }
263
263
  return
264
264
  }
265
265
  if (componentLazyRef.current) {
266
266
  const eleClientRect = componentLazyRef.current.getBoundingClientRect()
267
267
  const getContainerHeightOffSetY = displayHeight + offSetY
268
268
  const eleOffsetTop = Math.ceil(eleClientRect.top)
269
269
  const eleOffsetHeight = Math.ceil(eleClientRect.height)
270
270
  const eleOffsetTopHeight = eleOffsetTop + eleOffsetHeight
271
271
  if (!componentShowStateRef.current) {
272
272
  if (getContainerHeightOffSetY > eleOffsetTop) {
273
273
  componentShowStateRef.current = true
274
274
  setComponentShowState(true)
275
275
  Taro.nextTick(() => {
276
276
  setComponentRenderShowState(true)
277
277
  })
278
278
  }
279
279
  }
280
280
  }
281
281
  }
282
282
  return isH5AndJdShopView && !needShowHighVersion ? (
283
283
  <div
284
284
  id={`${containerId}_lazy`}
285
285
  ref={componentLazyRef}
286
286
  className={classNames(
287
287
  lazyLayoutLoadStyle['d-app-floor-lazy-layout-load'],
288
288
  'd-app-floor-lazy-load',
289
289
  )}
290
290
  style={{
291
291
  minHeight: `${componentRenderShowState ? 'auto' : height + 'px'}`,
292
292
  backgroundColor: componentRenderShowState ? 'transparent' : '#ffffff',
293
293
  }}
294
294
  >
295
295
  {componentShowState ? children : placeholder}
296
296
  </div>
297
297
  ) : (
298
298
  <div
299
299
  id={`${containerId}_lazy`}
300
300
  className={classNames(
301
301
  lazyLayoutLoadStyle['d-mobile-floor-lazy-layout-load'],
302
302
  'd-mobile-floor-lazy-load',
303
303
  lazyNodeClassName,
304
304
  )}
305
305
  ref={ref}
306
306
  style={{
307
307
  minHeight: `${inView ? 'auto' : height + 'px'}`,
308
308
  backgroundColor: inView ? 'transparent' : '#ffffff',
309
309
  }}
310
310
  >
311
311
  {inView ? children : placeholder}
312
312
  </div>
313
313
  )
@@ -0,0 +1 @@
1
+ const MobileCommonHeader = (props) => {
2
  console.log("MobileCommonHeader 京购暂无实现", props);
1
3
  return null
@@ -1 +1 @@
1
- import React from 'react'
2
1
  subMessage?: string
3
2
  netWorkStyleType?: string
4
3
  viewMaxHeight?: string
5
4
  noPosition?: boolean
6
5
  containerIndex?: number
7
6
  floorLoadWay?: number
8
7
  floorKind?: number
9
8
  shopId?: string
10
9
  moduleDesignerType?: string
11
10
  showCommonFloorHead?: boolean
12
11
  borderRadius: number
13
12
  borderTopLeftRadius?: number
14
13
  borderTopRightRadius?: number
15
14
  borderBottomLeftRadius?: number
16
15
  borderBottomRightRadius?: number
17
16
  marginTop?: number
18
17
  marginBottom?: number
19
18
  marginLeft?: number
20
19
  marginRight?: number
21
20
  paddingTop?: number
22
21
  paddingBottom?: number
23
22
  paddingLeft?: number
24
23
  paddingRight?: number
25
24
  containerId: string
26
25
  background?: string
27
26
  containerPosition?: string
28
27
  key?: string
29
28
  floors: floorItemData[]
30
29
  includeUids: string[]
31
30
  typeCn: string
32
31
  typeCode?: string
33
32
  addLuxuryStyle?: boolean
34
33
  addLuxuryBackupStyle?: boolean
35
34
  renderExtendComponent?: functionType
36
35
  insertContainerStartComponent?: functionType
37
36
  floorExtendData?: any
38
37
  }
39
38
  isRealTimeRender: boolean
40
39
  forceRenderTime: number
41
40
  luxuryFixed?: boolean
42
41
  customErrorIsvFloorModule?: React.ReactElement | undefined
43
42
  containerIndex?: number
44
43
  containerData?: any
45
44
  shopTotalInfo?: any
46
45
  selectContainerFn?: functionType
47
46
  selectContainerId?: string
48
47
  placeHolderPreContainerId?: string
49
48
  children?: any
50
49
  luxuryFixed?: boolean
51
50
  style?: {
52
51
  [key: string]: any
53
52
  };
54
53
  layoutLeftRightMargin?: number
55
54
  }
56
55
  isShowPlaceHolder?: boolean
57
56
 
58
57
  useFontV2?: boolean
59
58
  useFontV2Bold?: boolean
60
59
  onlyShowDaySpaceTextState?: boolean
61
60
  showDayToSecondState?: boolean
62
61
  useFontV2: boolean
63
62
  useFontV2Bold: boolean
64
63
  onFormSubmit?: functionType
65
64
  onFormReset?: functionType
66
65
  isFormDialog?: boolean
67
66
  forbiddenBgScrollState?: boolean
68
67
  evenList: any[]
69
68
  oddList: any[]
70
69
  outViewCallback?: functionType
70
+ import React from 'react'
71
71
  subMessage?: string
72
72
  netWorkStyleType?: string
73
73
  viewMaxHeight?: string
74
74
  noPosition?: boolean
75
75
  containerIndex?: number
76
76
  floorLoadWay?: number
77
77
  floorKind?: number
78
78
  shopId?: string
79
79
  moduleDesignerType?: string
80
80
  showCommonFloorHead?: boolean
81
81
  borderRadius: number
82
82
  borderTopLeftRadius?: number
83
83
  borderTopRightRadius?: number
84
84
  borderBottomLeftRadius?: number
85
85
  borderBottomRightRadius?: number
86
86
  marginTop?: number
87
87
  marginBottom?: number
88
88
  marginLeft?: number
89
89
  marginRight?: number
90
90
  paddingTop?: number
91
91
  paddingBottom?: number
92
92
  paddingLeft?: number
93
93
  paddingRight?: number
94
94
  containerId: string
95
95
  background?: string
96
96
  containerPosition?: string
97
97
  key?: string
98
98
  floors: floorItemData[]
99
99
  includeUids: string[]
100
100
  typeCn: string
101
101
  typeCode?: string
102
102
  addLuxuryStyle?: boolean
103
103
  addLuxuryBackupStyle?: boolean
104
104
  renderExtendComponent?: functionType
105
105
  insertContainerStartComponent?: functionType
106
106
  floorExtendData?: any
107
107
  }
108
108
  isRealTimeRender: boolean
109
109
  forceRenderTime: number
110
110
  luxuryFixed?: boolean
111
111
  customErrorIsvFloorModule?: React.ReactElement | undefined
112
112
  containerIndex?: number
113
113
  containerData?: any
114
114
  shopTotalInfo?: any
115
115
  selectContainerFn?: functionType
116
116
  selectContainerId?: string
117
117
  placeHolderPreContainerId?: string
118
118
  children?: any
119
119
  luxuryFixed?: boolean
120
120
  style?: {
121
121
  [key: string]: any
122
122
  };
123
123
  layoutLeftRightMargin?: number
124
124
  }
125
125
  isShowPlaceHolder?: boolean
126
126
 
127
127
  useFontV2?: boolean
128
128
  useFontV2Bold?: boolean
129
129
  onlyShowDaySpaceTextState?: boolean
130
130
  showDayToSecondState?: boolean
131
131
  useFontV2: boolean
132
132
  useFontV2Bold: boolean
133
133
  onFormSubmit?: functionType
134
134
  onFormReset?: functionType
135
135
  isFormDialog?: boolean
136
136
  forbiddenBgScrollState?: boolean
137
137
  evenList: any[]
138
138
  oddList: any[]
139
139
  outViewCallback?: functionType
@@ -1 +1 @@
1
- import { isH5, isWxMinAndWxapp } from '../utils'
2
1
  ? 'Terminator_New_Mobile_Shop'
3
2
  : 'W_jdgwxcx_shop'
4
3
  CONFIG_TYPE_NO_LINK = 0,
5
4
  CONFIG_TYPE_SKU_LIST = 1,
6
5
  CONFIG_TYPE_COUPON_LIST = 2,
7
6
  CONFIG_TYPE_CATEGORY = 3,
8
7
  CONFIG_TYPE_JSHOP_MOBILE = 4,
9
8
  CONFIG_TYPE_JSHOP_PC = 5,
10
9
  CONFIG_TYPE_JSHOP_DETAIL = 6,
11
10
  CONFIG_TYPE_CUSTOM_LINK = 7,
12
11
  CONFIG_TYPE_MEMBER = 9,
13
12
  CONFIG_TYPE_SHOP_ACTIVITY = 10,
14
13
  CONFIG_TYPE_SHOP_HOME = 12,
15
14
  CONFIG_TYPE_ANCHOR_POINT = 13,
16
15
  CONFIG_TYPE_SHOPPING_GUIDE = 17,
17
16
  CONFIG_TYPE_MINI_PROGRAM = 18,
18
17
  CONFIG_TYPE_FINANCE_COUPON = 22,
19
18
  CONFIG_TYPE_CATEGORY_PAGE = 25,
20
19
  CONFIG_TYPE_SHOP_SEARCH = 31,
20
+ import { isH5, isWxMinAndWxapp } from '../utils'
21
21
  ? 'Terminator_New_Mobile_Shop'
22
22
  : 'W_jdgwxcx_shop'
23
23
  CONFIG_TYPE_NO_LINK = 0,
24
24
  CONFIG_TYPE_SKU_LIST = 1,
25
25
  CONFIG_TYPE_COUPON_LIST = 2,
26
26
  CONFIG_TYPE_CATEGORY = 3,
27
27
  CONFIG_TYPE_JSHOP_MOBILE = 4,
28
28
  CONFIG_TYPE_JSHOP_PC = 5,
29
29
  CONFIG_TYPE_JSHOP_DETAIL = 6,
30
30
  CONFIG_TYPE_CUSTOM_LINK = 7,
31
31
  CONFIG_TYPE_MEMBER = 9,
32
32
  CONFIG_TYPE_SHOP_ACTIVITY = 10,
33
33
  CONFIG_TYPE_SHOP_HOME = 12,
34
34
  CONFIG_TYPE_ANCHOR_POINT = 13,
35
35
  CONFIG_TYPE_SHOPPING_GUIDE = 17,
36
36
  CONFIG_TYPE_MINI_PROGRAM = 18,
37
37
  CONFIG_TYPE_FINANCE_COUPON = 22,
38
38
  CONFIG_TYPE_CATEGORY_PAGE = 25,
39
39
  CONFIG_TYPE_SHOP_SEARCH = 31,