@conecli/cone-render 0.9.1-shop2.4 → 0.9.1-shop2.40

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 (117) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/assets/icon_blue_info.svg +1 -0
  3. package/dist/common/const.ts +1 -1
  4. package/dist/common/environmentType.ts +1 -0
  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.ts +1 -0
  10. package/dist/common/pageType.ts +1 -1
  11. package/dist/common/sgmCustomCode.ts +1 -0
  12. package/dist/common/token/token.jd.ts +1 -1
  13. package/dist/common/token/token.ts +1 -1
  14. package/dist/common/wxappApi.jd.ts +1 -0
  15. package/dist/components/ErrorBoundary.tsx +1 -1
  16. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  17. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  18. package/dist/components/base/CountDown/index.module.scss +49 -44
  19. package/dist/components/base/CountDown/index.tsx +1 -1
  20. package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
  21. package/dist/components/base/CustomScrollView/index.module.scss +7 -0
  22. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  23. package/dist/components/base/CustomVideo/common.ts +1 -0
  24. package/dist/components/base/CustomVideo/index.tsx +1 -1
  25. package/dist/components/base/Dialog/index.module.scss +16 -0
  26. package/dist/components/base/Dialog/index.tsx +1 -1
  27. package/dist/components/base/ExposureSmart/index.h5.module.scss +12 -2
  28. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  29. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  30. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  31. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  32. package/dist/components/base/InViewRender/index.tsx +1 -1
  33. package/dist/components/base/ItemViewExposureSmart/index.module.scss +2 -2
  34. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  35. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  36. package/dist/components/base/LazyLoadImage/index.h5.module.scss +23 -20
  37. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  38. package/dist/components/base/MobileCommonHeader/index.module.scss +8 -0
  39. package/dist/components/base/MobileCommonHeader/index.tsx +1 -1
  40. package/dist/components/base/NetworkDataError/index.module.scss +3 -0
  41. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  42. package/dist/components/base/Price/Base/index.tsx +1 -1
  43. package/dist/components/base/Price/Double/index.module.scss +8 -0
  44. package/dist/components/base/Price/Double/index.tsx +1 -1
  45. package/dist/components/debug/DebugLayout/index.module.scss +67 -0
  46. package/dist/components/debug/DebugLayout/index.tsx +1 -0
  47. package/dist/components/debug/DebugLayout/utils.ts +1 -0
  48. package/dist/components/decorate/DecorateFloorModule/index.module.scss +11 -0
  49. package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -1
  50. package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
  51. package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
  52. package/dist/components/floorItem.jd.tsx +1 -1
  53. package/dist/components/floorItem.tsx +1 -1
  54. package/dist/components/floorItem.weapp.tsx +1 -1
  55. package/dist/components/isv/Floor/index.tsx +1 -1
  56. package/dist/components/remoteFloorItem.tsx +1 -1
  57. package/dist/interface/common.ts +1 -1
  58. package/dist/interface/component.ts +1 -1
  59. package/dist/interface/jumpEventReport.ts +1 -1
  60. package/dist/interface/service.ts +1 -1
  61. package/dist/interface/utils.ts +1 -1
  62. package/dist/jumpEventReport/base.ts +1 -1
  63. package/dist/jumpEventReport/const.ts +1 -1
  64. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  65. package/dist/jumpEventReport/index.h5.ts +1 -1
  66. package/dist/jumpEventReport/index.jd.ts +1 -1
  67. package/dist/jumpEventReport/index.weapp.ts +1 -1
  68. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  69. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  70. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  71. package/dist/jumpEventReport/web/report.ts +1 -1
  72. package/dist/jumpEventReport/web.base.ts +1 -1
  73. package/dist/jumpEventReport/web.jd.ts +1 -1
  74. package/dist/jumpEventReport/web.jdb.ts +1 -1
  75. package/dist/jumpEventReport/web.jdjch.ts +1 -1
  76. package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
  77. package/dist/jumpEventReport/web.pc.ts +1 -1
  78. package/dist/jumpEventReport/web.tjapp.ts +1 -0
  79. package/dist/jumpEventReport/web.tjm.ts +1 -0
  80. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  81. package/dist/modules/ContainerFloorList/index.h5.module.scss +30 -1
  82. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  83. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  84. package/dist/open/api/device.ts +1 -1
  85. package/dist/open/api/environment.ts +1 -1
  86. package/dist/open/api/index.ts +1 -1
  87. package/dist/open/api/jump copy.ts +1 -1
  88. package/dist/open/api/request.ts +1 -1
  89. package/dist/open/api/shopMember.ts +1 -1
  90. package/dist/open/api/track.ts +1 -1
  91. package/dist/open/api/util.ts +1 -1
  92. package/dist/open/components/index.ts +1 -1
  93. package/dist/sass/app.h5.scss +274 -212
  94. package/dist/sass/base.scss +195 -137
  95. package/dist/service/fetchGateway.ts +1 -1
  96. package/dist/service/http/colorSign.ts +1 -1
  97. package/dist/service/http/const.ts +1 -1
  98. package/dist/service/http/h5Http.ts +1 -0
  99. package/dist/service/http/index.h5.ts +1 -0
  100. package/dist/service/requestServer.h5.ts +1 -0
  101. package/dist/service/requestServer.ts +1 -1
  102. package/dist/utils/connectNativeJsBridge.ts +1 -1
  103. package/dist/utils/connectNativeJsBridge.weapp.ts +1 -1
  104. package/dist/utils/draExceptionAndProfile.ts +1 -1
  105. package/dist/utils/h5Utils.ts +1 -1
  106. package/dist/utils/index.h5.ts +1 -1
  107. package/dist/utils/index.ts +1 -1
  108. package/dist/utils/index.weapp.ts +1 -1
  109. package/dist/utils/jm-common.js +1 -1
  110. package/dist/utils/jumpExtMapUtil.js +1 -0
  111. package/dist/utils/sColor.js +1 -0
  112. package/dist/utils/sgmCodeUtils.ts +1 -0
  113. package/dist/utils/taroRenderUtil.ts +1 -1
  114. package/dist/utils/utils.ts +1 -1
  115. package/package.json +26 -3
  116. package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
  117. package/dist/utils/memberFormatUtils.js +0 -1
@@ -1 +1 @@
1
- import React from 'react'
2
1
  NETWORK_DATA_TYPE,
3
2
  M_SHOP_DOWNLOAD_HEADER_NAV_BAR_BOTTOM_MENU_HEIGHT,
4
3
  APP_SHOP_HEADER_NAV_BAR_BOTTOM_MENU_HEIGHT,
5
4
  containerFloorListData: ComponentInterFace.ContainerItemData[]
6
5
  className?: string
7
6
  containerItemClass?: object
8
7
  style?: object
9
8
  hasGoodsFeeds?: boolean
10
9
  builtInComponents?: Object
11
10
  loadingEndComponentFn?: Function
12
11
  sectionType?: string
13
12
  updateShopFloorDataFn?: Function
14
13
  updateContainerFloorListDataFn?: Function
15
14
  customErrorIsvFloorModule?: React.ReactElement
16
15
  const { windowHeight } = taroJdBaseInfo.info.sysInfo
17
16
  const {
18
17
  className,
19
18
  style,
20
19
  containerItemClass = null,
21
20
  containerFloorListData,
22
21
  builtInComponents,
23
22
  loadingEndComponentFn,
24
23
  sectionType,
25
24
  updateShopFloorDataFn,
26
25
  updateContainerFloorListDataFn,
27
26
  customErrorIsvFloorModule,
28
27
  } = props
29
28
 
30
29
  const renderFloorItem = (
31
30
  item,
32
31
  floorItem,
33
32
  floorIndex,
34
33
  containerLayoutLeftRightMargin,
35
34
  lazyLoadState = false,
36
35
  ) => {
37
36
  return (
38
37
  <View
39
38
  className={classNames(shopContainerListStyle['d-floor-item'])}
40
39
  data-floor-uid={floorItem?.uid}
41
40
  data-floor-type={floorItem?.floorExtInfo?.moduleFlag || ''}
42
41
  data-lazy-load={lazyLoadState}
43
42
  key={floorItem.uid}
44
43
  id={`J_floor_${floorItem.uid}`}
45
44
  style={{
46
45
  borderRadius: `${item?.borderRadius || 0}px`,
47
46
  }}
48
47
  >
49
48
  {
50
49
  isChartH5 &&
51
50
  <View className={shopContainerListStyle['d-floor-chart-item']} id={`J_chart_floor_${floorItem?.uid}`}
52
51
  data-floor-uid={floorItem?.uid}
53
52
  data-floor-type={floorItem?.floorExtInfo?.moduleFlag || ''} />
54
53
  }
55
54
  <FloorListItem
56
55
  floorIndex={floorIndex}
57
56
  floorData={floorItem}
58
57
  layoutLeftRightMargin={containerLayoutLeftRightMargin}
59
58
  containerBorderRadius={item?.borderRadius || 0}
60
59
  updateShopFloorDataFn={updateShopFloorDataFn}
61
60
  loadingEndComponentFn={loadingEndComponentFn}
62
61
  key={floorItem.uid}
63
62
  builtInComponents={builtInComponents}
64
63
  updateContainerFloorListDataFn={
65
64
  updateContainerFloorListDataFn
66
65
  }
67
66
  customErrorIsvFloorModule={customErrorIsvFloorModule}
68
67
  />
69
68
  </View>
70
69
  )
71
70
  }
72
71
 
73
72
  const getFloorSetHeight = (item) => {
74
73
  const getHeight = item?.floorExtInfo?.floorHeight
75
74
  ? Number(item?.floorExtInfo?.floorHeight)
76
75
  : 200
77
76
  return getHeight > 0 ? getHeight : 200
78
77
  }
79
78
  return (
80
79
  <View
81
80
  className={classNames(
82
81
  className,
83
82
  shopContainerListStyle['d-shop-container-list'],
84
83
  )}
85
84
  style={style}
86
85
  >
87
86
  <View id='J_shopContainerFloorList'>
88
87
  {containerFloorListData.length > 0 ? (
89
88
  containerFloorListData.map((item, index) => {
90
89
  const containerLayoutLeftRightMargin =
91
90
  (item.marginLeft || 0) + (item.marginRight || 0)
92
91
  const getContainerId = `J_container_${item.containerId}`
93
92
  return (
94
93
  <View
95
94
  className={classNames(
96
95
  shopContainerListStyle['d-container-item'],
97
96
  containerItemClass,
98
97
  )}
99
98
  id={getContainerId}
100
99
  key={item.containerId}
101
100
  data-container-id={item?.containerId}
102
101
  data-container-type={item?.typeCode}
103
102
  style={{
104
103
  marginBottom: item.marginBottom
105
104
  ? `${item.marginBottom}px`
106
105
  : 0,
107
106
  marginTop: item.marginTop
108
107
  ? `${item.marginTop}px`
109
108
  : 0,
110
109
  marginLeft: item.marginLeft
111
110
  ? `${item.marginLeft}px`
112
111
  : 0,
113
112
  marginRight: item.marginRight
114
113
  ? `${item.marginRight}px`
115
114
  : 0,
116
115
  borderRadius: item.borderRadius
117
116
  ? `${item.borderRadius}px`
118
117
  : 0,
119
118
  }}
120
119
  >
121
120
  {item.floors &&
122
121
  item.floors.length > 0 &&
123
122
  item.floors?.map(
124
123
  (floorItem, floorIndex) => {
125
124
  return index > lazyLoadStartIndex ? (
126
125
  <LazyLayoutLoad
127
126
  key={item.containerId}
128
127
  sectionType={sectionType}
129
128
  containerId={getContainerId}
130
129
  height={getFloorSetHeight(
131
130
  floorItem,
132
131
  )}
133
132
  floorData={floorItem}
134
133
  >
135
134
  {renderFloorItem(
136
135
  item,
137
136
  floorItem,
138
137
  floorIndex,
139
138
  containerLayoutLeftRightMargin,
140
139
  true,
141
140
  )}
142
141
  </LazyLayoutLoad>
143
142
  ) : (
144
143
  renderFloorItem(
145
144
  item,
146
145
  floorItem,
147
146
  floorIndex,
148
147
  containerLayoutLeftRightMargin,
149
148
  )
150
149
  )
151
150
  },
152
151
  )}
153
152
  </View>
154
153
  )
155
154
  })
156
155
  ) : (
157
156
  <View
158
157
  className={
159
158
  shopContainerListStyle['d-container-list-no-data']
160
159
  }
161
160
  style={{
162
161
  height: `${
163
162
  windowHeight -
164
163
  (isJdApp
165
164
  ? APP_SHOP_HEADER_NAV_BAR_BOTTOM_MENU_HEIGHT
166
165
  : M_SHOP_DOWNLOAD_HEADER_NAV_BAR_BOTTOM_MENU_HEIGHT)
167
166
  }px`,
168
167
  }}
169
168
  >
170
169
  <NetworkDataError
171
170
  netWorkShowType={NetWorkShowType.PART}
172
171
  netWorkDataType={NETWORK_DATA_TYPE.DATA_ERROR}
173
172
  />
174
173
  </View>
175
174
  )}
176
175
  </View>
177
176
  </View>
178
177
  )
179
178
  updateShopDataFn: null,
179
+ import React from 'react';
180
180
  NETWORK_DATA_TYPE,
181
181
  M_SHOP_DOWNLOAD_HEADER_NAV_BAR_BOTTOM_MENU_HEIGHT,
182
182
  APP_SHOP_HEADER_NAV_BAR_BOTTOM_MENU_HEIGHT,
183
183
  containerFloorListData: ComponentInterFace.ContainerItemData[];
184
184
  className?: string;
185
185
  containerItemClass?: object;
186
186
  style?: object;
187
187
  hasGoodsFeeds?: boolean;
188
188
  builtInComponents?: object;
189
189
  loadingEndComponentFn?: functionType;
190
190
  sectionType?: string;
191
191
  updateShopFloorDataFn?: functionType;
192
192
  updateContainerFloorListDataFn?: functionType;
193
193
  refreshFloorListDataFn?: functionType;
194
194
  refreshFloorListDataBtnLabel?: string;
195
195
  customErrorIsvFloorModule?: React.ReactElement;
196
196
  componentExtend?: React.ReactElement;
197
197
  luxuryFixedIndex?: number;
198
198
  isContainerListHasMarginBottom?: boolean;
199
199
  const { windowHeight } = taroJdBaseInfo.info.sysInfo;
200
200
  const {
201
201
  className,
202
202
  style,
203
203
  containerItemClass = null,
204
204
  containerFloorListData,
205
205
  builtInComponents,
206
206
  loadingEndComponentFn,
207
207
  sectionType,
208
208
  updateShopFloorDataFn,
209
209
  updateContainerFloorListDataFn,
210
210
  refreshFloorListDataFn,
211
211
  refreshFloorListDataBtnLabel,
212
212
  customErrorIsvFloorModule,
213
213
  luxuryFixedIndex = -1,
214
214
  isContainerListHasMarginBottom,
215
215
  } = props;
216
216
  const isSageShop = taroJdBaseInfo.info?.pageInfo?.isSageShop
217
217
  const isHasMarginBottom = isContainerListHasMarginBottom ?? !isSageShop
218
218
 
219
219
  const hasLiveForSageShop =
220
220
  isSageShop &&
221
221
  taroJdBaseInfo.info?.pageInfo?.isJdShowNativeImmersivePlayer;
222
222
 
223
223
  const renderFloorItem = (
224
224
  item,
225
225
  floorItem,
226
226
  floorIndex,
227
227
  containerLayoutLeftRightMargin,
228
228
  lazyLoadState = false,
229
229
  index,
230
230
  borderStyle,
231
231
  ) => {
232
232
  return (
233
233
  <View
234
234
  className={classNames(shopContainerListStyle['d-floor-item'])}
235
235
  data-floor-uid={floorItem?.uid}
236
236
  data-floor-type={floorItem?.floorExtInfo?.moduleFlag || ''}
237
237
  data-lazy-load={lazyLoadState}
238
238
  key={floorItem.uid}
239
239
  id={`J_floor_${floorItem.uid}`}
240
240
  style={borderStyle}
241
241
  >
242
242
  {isChartH5 && (
243
243
  <View
244
244
  className={shopContainerListStyle['d-floor-chart-item']}
245
245
  id={`J_chart_floor_${floorItem?.uid}`}
246
246
  data-floor-uid={floorItem?.uid}
247
247
  data-floor-type={floorItem?.floorExtInfo?.moduleFlag || ''}
248
248
  />
249
249
  )}
250
250
  <FloorListItem
251
251
  floorIndex={floorIndex}
252
252
  floorData={floorItem}
253
253
  layoutLeftRightMargin={containerLayoutLeftRightMargin}
254
254
  containerBorderRadius={borderStyle}
255
255
  updateShopFloorDataFn={updateShopFloorDataFn}
256
256
  loadingEndComponentFn={loadingEndComponentFn}
257
257
  key={floorItem.uid}
258
258
  builtInComponents={builtInComponents}
259
259
  updateContainerFloorListDataFn={updateContainerFloorListDataFn}
260
260
  customErrorIsvFloorModule={customErrorIsvFloorModule}
261
261
  />
262
262
  {index === luxuryFixedIndex ? props.children : null}
263
263
  </View>
264
264
  );
265
265
  };
266
266
 
267
267
  const getFloorSetHeight = (item) => {
268
268
  const getHeight = item?.floorExtInfo?.floorHeight
269
269
  ? Number(item?.floorExtInfo?.floorHeight)
270
270
  : 200;
271
271
  return getHeight > 0 ? getHeight : 200;
272
272
  };
273
273
  const containerFloorListDataLen = containerFloorListData.length;
274
274
 
275
275
  const getNoDataContainerHeight = () => {
276
276
  const changeHeight = hasLiveForSageShop
277
277
  ? windowHeight
278
278
  : windowHeight -
279
279
  (isJdApp
280
280
  ? APP_SHOP_HEADER_NAV_BAR_BOTTOM_MENU_HEIGHT
281
281
  : M_SHOP_DOWNLOAD_HEADER_NAV_BAR_BOTTOM_MENU_HEIGHT);
282
282
  return {
283
283
  height: `${changeHeight}px`,
284
284
  };
285
285
  };
286
286
  return (
287
287
  <View
288
288
  className={classNames(className, shopContainerListStyle['d-shop-container-list'])}
289
289
  style={style}
290
290
  >
291
291
  <View id="J_shopContainerFloorList"
292
292
  className={
293
293
  isHasMarginBottom ? shopContainerListStyle['d-container-list-with-margin-bottom'] : shopContainerListStyle['d-container-list-no-margin-bottom']
294
294
  }
295
295
  >
296
296
  {containerFloorListDataLen > 0 ? (
297
297
  containerFloorListData.map((item, index) => {
298
298
  const containerLayoutLeftRightMargin = (item.marginLeft || 0) + (item.marginRight || 0);
299
299
  const getContainerId = `J_container_${item.containerId}`;
300
300
  const borderStyle = getBorderStyle(
301
301
  item,
302
302
  index,
303
303
  containerFloorListData,
304
304
  containerFloorListDataLen,
305
305
  );
306
306
  return (
307
307
  <React.Fragment key={item.containerId + index}>
308
308
  {item.addLuxuryStyle ? (
309
309
  <View className={shopContainerListStyle['d-luxury-header']} />
310
310
  ) : null}
311
311
  {item.addLuxuryBackupStyle ? (
312
312
  <View
313
313
  style={{
314
314
  height: taroJdBaseInfo?.info?.sysInfo?.jdNativeHeaderHeight + 'px',
315
315
  }}
316
316
  className={shopContainerListStyle['d-luxury-header-black']}
317
317
  />
318
318
  ) : null}
319
319
  {typeof item?.renderExtendComponent === 'function'
320
320
  ? item?.renderExtendComponent(item?.floorExtendData)
321
321
  : null}
322
322
  <View
323
323
  className={classNames(
324
324
  shopContainerListStyle['d-container-item'],
325
325
  containerItemClass,
326
326
  )}
327
327
  id={getContainerId}
328
328
  key={item.containerId}
329
329
  data-container-id={item?.containerId}
330
330
  data-container-type={item?.typeCode}
331
331
  style={{
332
332
  marginBottom: item.marginBottom ? `${item.marginBottom}px` : 0,
333
333
  marginTop: item.marginTop ? `${item.marginTop}px` : 0,
334
334
  marginLeft: item.marginLeft ? `${item.marginLeft}px` : 0,
335
335
  marginRight: item.marginRight ? `${item.marginRight}px` : 0,
336
336
  borderTopLeftRadius: borderStyle?.borderTopLeftRadius || `0px`,
337
337
  borderTopRightRadius: borderStyle?.borderTopRightRadiu || `0px`,
338
338
  borderBottomLeftRadius: borderStyle?.borderBottomLeftRadius || `0px`,
339
339
  borderBottomRightRadius: borderStyle?.borderBottomRightRadius || `0px`,
340
340
  }}
341
341
  >
342
342
  {typeof item?.insertContainerStartComponent === 'function'
343
343
  ? item?.insertContainerStartComponent(item)
344
344
  : null}
345
345
  {item.floors &&
346
346
  item.floors.length > 0 &&
347
347
  item.floors?.map((floorItem, floorIndex) => {
348
348
  return index > lazyLoadStartIndex ? (
349
349
  <LazyLayoutLoad
350
350
  key={item.containerId}
351
351
  sectionType={sectionType}
352
352
  containerId={getContainerId}
353
353
  height={getFloorSetHeight(floorItem)}
354
354
  floorData={floorItem}
355
355
  >
356
356
  {renderFloorItem(
357
357
  item,
358
358
  floorItem,
359
359
  floorIndex,
360
360
  containerLayoutLeftRightMargin,
361
361
  true,
362
362
  index,
363
363
  borderStyle,
364
364
  )}
365
365
  </LazyLayoutLoad>
366
366
  ) : (
367
367
  renderFloorItem(
368
368
  item,
369
369
  floorItem,
370
370
  floorIndex,
371
371
  containerLayoutLeftRightMargin,
372
372
  false,
373
373
  index,
374
374
  borderStyle,
375
375
  )
376
376
  );
377
377
  })}
378
378
  </View>
379
379
  </React.Fragment>
380
380
  );
381
381
  })
382
382
  ) : (
383
383
  <View
384
384
  className={classNames(shopContainerListStyle['d-container-list-no-data'], {
385
385
  [shopContainerListStyle['d-sage-shop-no-data']]: hasLiveForSageShop,
386
386
  })}
387
387
  style={getNoDataContainerHeight()}
388
388
  >
389
389
  <NetworkDataError
390
390
  netWorkShowType={NetWorkShowType.PART}
391
391
  netWorkDataType={NETWORK_DATA_TYPE.DATA_ERROR}
392
392
  backgroundColorWhite={hasLiveForSageShop}
393
393
  refreshCallBackFn={refreshFloorListDataFn ? refreshFloorListDataFn : null}
394
394
  btnLabel={refreshFloorListDataBtnLabel || ''}
395
395
  />
396
396
  </View>
397
397
  )}
398
398
  </View>
399
399
  </View>
400
400
  );
401
401
  updateShopDataFn: null,