@conecli/cone-render 0.10.1-shop3.2 → 0.10.1-shop3.21
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/api/index.ts +1 -1
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/common/jssdk.ts +1 -1
- package/dist/common/token/index.h5.ts +1 -1
- package/dist/common/token/token.jd.ts +1 -1
- package/dist/common/wxappApi.ts +1 -1
- package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
- package/dist/components/base/CommonFloorHead/index.tsx +1 -1
- package/dist/components/base/CountDown/index.tsx +1 -1
- package/dist/components/base/CustomScrollView/index-back.tsx +1 -0
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/Dialog/index.module.scss +11 -0
- package/dist/components/base/ExposureSmart/index.h5.module.scss +12 -2
- package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
- package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
- package/dist/components/base/InViewRender/index.tsx +1 -1
- package/dist/components/base/ItemViewExposureSmart/index.module.scss +2 -2
- package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
- package/dist/components/base/NetworkDataError/const.ts +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +116 -70
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/base/Price/Base/index.module.scss +6 -0
- package/dist/components/base/Price/Base/index.tsx +1 -1
- package/dist/components/base/Price/Double/index.module.scss +6 -0
- package/dist/components/base/Price/Double/index.tsx +1 -1
- package/dist/components/debug/DebugLayout/index.module.scss +2 -2
- package/dist/components/floorItem.weapp.tsx +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/index.h5.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web/report.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/libs/taroAppReport.js +2 -2
- package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -53
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/open/api/environment.ts +1 -1
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/sass/app.h5.scss +273 -224
- package/dist/service/fetchGateway.ts +1 -1
- package/dist/service/fetchGateway.weapp.ts +1 -0
- package/dist/service/http/colorSign.ts +1 -1
- package/dist/service/http/const.ts +1 -1
- package/dist/service/http/h5Http.ts +1 -1
- package/dist/service/requestServer.h5.ts +1 -1
- package/dist/service/requestServer.ts +1 -1
- package/dist/service/requestServer.weapp.ts +1 -0
- 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/jumpExtMapUtil.h5.ts +1 -0
- package/dist/utils/jumpExtMapUtil.ts +1 -0
- package/dist/utils/log.ts +1 -0
- package/dist/utils/sColor.js +1 -0
- package/dist/utils/utils.ts +1 -1
- package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
- package/dist/wxapp/common/user_info.js +1 -1
- package/package.json +158 -141
|
@@ -1 +1 @@
|
|
|
1
|
-
import React, { useMemo } from 'react'
|
|
2
1
|
key: 1,
|
|
2
|
+
import React, { useMemo } from 'react';
|
|
3
3
|
'https://m.360buyimg.com/imagetools/jfs/t1/170321/15/27425/230/61c1839aE0514462b/0b4d278fe18d91bb.png';
|
|
4
4
|
'https://m.360buyimg.com/imagetools/jfs/t1/94671/2/26921/257/623d630aE681512e3/ded2e640c4a0a7ea.png';
|
|
5
5
|
const getLogInfo = ReportContainerData.getReportClickFloorInfo(
|
|
6
6
|
floorData,
|
|
7
7
|
dataDefines,
|
|
8
8
|
{
|
|
9
9
|
clickArea: `title`,
|
|
10
10
|
skuid: ``,
|
|
11
11
|
tagList: [],
|
|
12
12
|
labelList: [],
|
|
13
13
|
pos: ``,
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
la_p: ``,
|
|
17
17
|
},
|
|
18
18
|
);
|
|
19
19
|
if (config) {
|
|
20
20
|
JumpEventReport.jdJumpConfigUrl(config, {
|
|
21
21
|
eventId: `TerminatorNew_${floorData.floorExtInfo?.moduleFlag}_Click`,
|
|
22
22
|
jsonParam: getLogInfo,
|
|
23
23
|
});
|
|
24
24
|
}
|
|
25
25
|
dataDefines,
|
|
26
26
|
floorData,
|
|
27
27
|
oldModuleFloorTitle,
|
|
28
28
|
titleText,
|
|
29
29
|
titleMoreClick,
|
|
30
30
|
additionalRenderContent,
|
|
31
31
|
customClassName,
|
|
32
32
|
const floorTitleDataDefine = dataDefines
|
|
33
33
|
? dataDefines.filter((item) => {
|
|
34
34
|
return item.type === 'floorTitle';
|
|
35
35
|
})
|
|
36
36
|
: [];
|
|
37
37
|
const floorTitle = oldModuleFloorTitle
|
|
38
38
|
? oldModuleFloorTitle
|
|
39
39
|
: (floorTitleDataDefine[0]?.nodeText?.data ?? {});
|
|
40
40
|
const { detail, imageUrl, text, textBackground, type: floorTitleType = 1, subText } = floorTitle;
|
|
41
41
|
if (floorTitleType === 1) {
|
|
42
42
|
return null;
|
|
43
43
|
}
|
|
44
44
|
const bgMap = {
|
|
45
45
|
'1': null,
|
|
46
46
|
'2': textBackground || '',
|
|
47
47
|
'3': imageUrl || '',
|
|
48
48
|
};
|
|
49
49
|
const useFloorTitleBgImg = bgMap[floorTitleType];
|
|
50
50
|
return (
|
|
51
51
|
<View
|
|
52
52
|
className={classNames(styles['d-root'], customClassName)}
|
|
53
53
|
onClick={floorTitleType === 3 ? gotoMPage.bind(this, dataDefines, floorData, detail) : {}}
|
|
54
54
|
>
|
|
55
55
|
<View
|
|
56
56
|
className={classNames(styles['d-img'], {
|
|
57
57
|
[styles['d-img-bg']]: useFloorTitleBgImg,
|
|
58
58
|
})}
|
|
59
59
|
style={useFloorTitleBgImg ? { backgroundImage: `url(${useFloorTitleBgImg})` } : {}}
|
|
60
60
|
/>
|
|
61
61
|
<View
|
|
62
62
|
className={classNames(
|
|
63
63
|
styles['d-content-wrap'],
|
|
64
64
|
floorTitleType === 2 && textBackground ? styles['d-has-title-bg'] : null,
|
|
65
65
|
floorTitleType === 3 ? styles['d-type-is-img'] : null,
|
|
66
66
|
useFloorTitleBgImg ? styles['d-content-wrap-for-img'] : null,
|
|
67
67
|
)}
|
|
68
68
|
>
|
|
69
69
|
<View className={classNames(styles['d-content'], 'd-content')}>
|
|
70
70
|
<View className={styles['d-content-left']}>
|
|
71
71
|
{floorTitleType === 2 && text ? (
|
|
72
72
|
<Text className={classNames(styles['d-text'], 'text-ellipsis', 'd-text')}>
|
|
73
73
|
{titleText ? titleText : text}
|
|
74
74
|
</Text>
|
|
75
75
|
) : null}
|
|
76
76
|
{floorTitleType === 2 && subText
|
|
77
77
|
? [
|
|
78
78
|
textBackground ? <View key={1} className={styles['d-vertical-line']} /> : null,
|
|
79
79
|
<Text key={2} className={styles['d-sub-text']}>
|
|
80
80
|
{subText}
|
|
81
81
|
</Text>,
|
|
82
82
|
]
|
|
83
83
|
: null}
|
|
84
84
|
{additionalRenderContent ? additionalRenderContent(textBackground) : null}
|
|
85
85
|
</View>
|
|
86
86
|
<View className={styles['d-content-right']}>
|
|
87
87
|
{titleMoreClick ? (
|
|
88
88
|
<View
|
|
89
89
|
className={classNames(styles['d-title-more'], 'd-title-more')}
|
|
90
90
|
onClick={(e) => {
|
|
91
91
|
typeof titleMoreClick === 'function' && titleMoreClick(e);
|
|
92
92
|
e.stopPropagation();
|
|
93
93
|
}}
|
|
94
94
|
>
|
|
95
95
|
<Text
|
|
96
96
|
className={classNames(
|
|
97
97
|
styles['d-title-more-text'],
|
|
98
98
|
textBackground || floorTitleType === 3
|
|
99
99
|
? styles['d-title-more-text-white']
|
|
100
100
|
: null,
|
|
101
101
|
)}
|
|
102
102
|
>
|
|
103
103
|
更多
|
|
104
104
|
</Text>
|
|
105
105
|
<Image
|
|
106
106
|
className={styles['d-title-more-arrow']}
|
|
107
107
|
src={textBackground || floorTitleType === 3 ? ICON_ARROW_WHITE : ICON_ARROW_GRAY}
|
|
108
108
|
mode="widthFix"
|
|
109
109
|
/>
|
|
110
110
|
</View>
|
|
111
111
|
) : null}
|
|
112
112
|
</View>
|
|
113
113
|
</View>
|
|
114
114
|
</View>
|
|
115
115
|
</View>
|
|
116
116
|
);
|
|
117
117
|
return useMemo(() => {
|
|
118
118
|
return <CommonFloorHeader {...props} />;
|
|
119
119
|
}, [props.key]);
|
|
120
120
|
titleText: null,
|
|
121
121
|
titleMoreClick: null,
|
|
122
122
|
additionalRenderContent: null,
|
|
123
123
|
customClassName: null,
|
|
124
124
|
key: 1,
|