@conecli/cone-render 0.9.1-shop2.12 → 0.9.1-shop2.14
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.
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/common/sgmCustomCode.ts +1 -1
- package/dist/components/ErrorBoundary.tsx +1 -1
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/MobileCommonHeader/index.tsx +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +3 -0
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/remoteFloorItem.tsx +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/modules/ContainerFloorList/index.h5.module.scss +1 -0
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/open/api/device.ts +1 -1
- package/dist/open/api/request.ts +1 -1
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/open/components/index.ts +1 -1
- package/dist/sass/app.h5.scss +5 -0
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/h5Utils.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/index.ts +1 -1
- package/dist/utils/index.weapp.ts +1 -1
- package/dist/utils/sgmCodeUtils.ts +1 -1
- package/dist/utils/taroRenderUtil.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export const NO_ENVIRONMENT_AND_PAGE_TYPE_FLAG = 'noType_'
|
|
2
1
|
IMAGE_LOAD = 'imageLazyLoadError',
|
|
3
2
|
REMOTEMODULE_DATA = 'remoteModule_interface_dataError',
|
|
4
3
|
REMOTEMODULE_JS = 'remoteModule_render_jsError',
|
|
5
4
|
SYSTEMMODULE_JS = 'systemModule_render_jsError',
|
|
6
5
|
FLOORLAZYLOAD_DATA = 'floorLazyLoad_render_dataError',
|
|
6
|
+
export const NO_ENVIRONMENT_AND_PAGE_TYPE_FLAG = 'noType_'
|
|
7
7
|
IMAGE_LOAD = 'imageLazyLoadError',
|
|
8
8
|
GRAYSCALE = 'grayscale',
|
|
9
9
|
REMOTEMODULE_DATA = 'remoteModule_interface_dataError',
|
|
10
10
|
REMOTEMODULE_JS = 'remoteModule_render_jsError',
|
|
11
11
|
SYSTEMMODULE_JS = 'systemModule_render_jsError',
|
|
12
12
|
SYSTEMPDCMODULE_DATA = 'systemPdcModule_interface_dataError',
|
|
13
13
|
SYSTEMPDCMODULE_JS = 'systemPdcModule_render_jsError',
|
|
14
14
|
FLOORLAZYLOAD_DATA = 'floorLazyLoad_render_dataError',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
1
|
const floorLoadWay = floorData?.floorExtInfo?.floorLoadWay
|
|
3
2
|
const isRemoteLoadFloor = floorLoadWay === 2
|
|
4
3
|
msg: `店铺h5楼层隐藏不显示。原因:模块js执行异常,楼层过滤。`,
|
|
5
4
|
floorIdx: floorData?.floorIdx,
|
|
6
5
|
moduleDesignerType: floorData?.floorExtInfo?.moduleDesignerType,
|
|
7
6
|
floorLoadWay,
|
|
8
7
|
floorKind: floorData?.floorExtInfo?.floorKind,
|
|
9
8
|
}
|
|
10
9
|
code: getSgmCustomCode(isRemoteLoadFloor ? SgmCustomCode.REMOTEMODULE_JS : SgmCustomCode.SYSTEMMODULE_JS),
|
|
11
10
|
msg: opt,
|
|
12
11
|
})
|
|
13
12
|
if(this.props.customErrorIsvFloorModule){
|
|
14
13
|
return this.props.customErrorIsvFloorModule
|
|
15
14
|
}
|
|
15
|
+
import React from 'react'
|
|
16
16
|
getBundleUrl,
|
|
17
17
|
formatPackResult,
|
|
18
18
|
getTaroVersion
|
|
19
19
|
const floorLoadWay = floorData?.floorExtInfo?.floorLoadWay
|
|
20
20
|
const floorKind = floorData?.floorExtInfo?.floorKind
|
|
21
21
|
const isRemoteLoadFloor = floorLoadWay === 2
|
|
22
22
|
const modularPackResult = floorData?.floorExtInfo?.modularPackResult
|
|
23
23
|
const modularPackResultObj = formatPackResult(modularPackResult)
|
|
24
24
|
const bundleUrl = getBundleUrl(modularPackResultObj)
|
|
25
25
|
const taroVersion = getTaroVersion(modularPackResultObj)
|
|
26
26
|
msg: `店铺h5楼层隐藏不显示。原因:模块js执行异常,楼层过滤。`,
|
|
27
27
|
floorIdx: floorData?.floorIdx,
|
|
28
28
|
moduleDesignerType: floorData?.floorExtInfo?.moduleDesignerType,
|
|
29
29
|
floorLoadWay,
|
|
30
30
|
floorKind,
|
|
31
31
|
modularPackResult: {
|
|
32
32
|
bundleUrl,
|
|
33
33
|
taroVersion
|
|
34
34
|
},
|
|
35
35
|
}
|
|
36
36
|
const sgmCode = isRemoteLoadFloor ? (floorKind === FLOOR_KIND.PDC_SYSTEM_MODULE ? SgmCustomCode.SYSTEMPDCMODULE_JS : SgmCustomCode.REMOTEMODULE_JS) : SgmCustomCode.SYSTEMMODULE_JS
|
|
37
37
|
code: getSgmCustomCode(handleSgmCodeTaroVersion(sgmCode)),
|
|
38
38
|
msg: opt,
|
|
39
39
|
})
|
|
40
40
|
if(this.props.customErrorIsvFloorModule){
|
|
41
41
|
return this.props.customErrorIsvFloorModule
|
|
42
42
|
}
|