@conecli/cone-render 0.10.1-beta.5 → 0.10.1-beta.6
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/environmentType.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/pageType.ts +1 -1
- package/dist/common/sgmCustomCode.ts +1 -1
- package/dist/components/base/CountDown/index.module.scss +49 -44
- package/dist/components/base/CountDown/index.tsx +1 -1
- package/dist/components/base/CustomVideo/common.ts +1 -0
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.module.scss +11 -6
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/Price/Base/index.tsx +1 -1
- package/dist/components/base/Price/Double/index.module.scss +8 -0
- package/dist/components/base/Price/Double/index.tsx +1 -1
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/isv/Floor/index.tsx +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/index.jd.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.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/jumpEventReport/web.jdb.ts +1 -1
- package/dist/jumpEventReport/web.jdjch.ts +1 -1
- package/dist/jumpEventReport/web.jxwxapp.ts +1 -1
- package/dist/jumpEventReport/web.pc.ts +1 -1
- package/dist/jumpEventReport/web.tjapp.ts +1 -1
- package/dist/jumpEventReport/web.tjm.ts +1 -1
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/sass/base.scss +142 -141
- package/dist/service/fetchGateway.ts +1 -1
- package/dist/service/http/colorSign.ts +1 -1
- package/dist/service/http/h5Http.ts +1 -0
- package/dist/service/http/index.h5.ts +1 -0
- package/dist/service/requestServer.h5.ts +1 -0
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/connectNativeJsBridge.weapp.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/utils.ts +1 -1
- package/package.json +35 -29
- package/dist/utils/memberFormatUtils.js +0 -1
package/dist/utils/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import {
|
|
2
1
|
isJdApp,
|
|
3
2
|
isWxApp,
|
|
4
3
|
isIosDevice,
|
|
5
4
|
isAndroidDevice,
|
|
6
5
|
isJdAndIosDevice,
|
|
7
6
|
isJdAndAndroidDevice,
|
|
8
7
|
isWxMin,
|
|
9
8
|
isMin,
|
|
10
9
|
isJdMinAndHarmony,
|
|
11
10
|
isWxMinAndWxapp,
|
|
12
11
|
isJdMin,
|
|
13
12
|
isH5,
|
|
14
13
|
isH5AndJdShopView,
|
|
15
14
|
isChartH5,
|
|
16
15
|
isH5AndJdShopViewNativeScroll,
|
|
17
16
|
isH5AndJdShopViewH5Scroll,
|
|
18
17
|
isH5AndJdShopH5CustomScrollView,
|
|
19
18
|
isWxMiniH5View,
|
|
20
19
|
sliceArrToChunkList,
|
|
21
20
|
dealAddress,
|
|
22
21
|
objectToUrlEncode,
|
|
23
22
|
setLowSmallPicUrl,
|
|
24
23
|
parseQueryUrlString,
|
|
25
24
|
countStringify,
|
|
26
25
|
setTaroStorage,
|
|
27
26
|
getTaroStorageKeyValue,
|
|
28
27
|
removeTaroStorageKey,
|
|
29
28
|
clearTaroStorageKey,
|
|
30
29
|
getQualityImage,
|
|
31
30
|
getSystemInfos,
|
|
32
31
|
getWxAppCookieStr,
|
|
33
32
|
pxTransformFromData,
|
|
34
33
|
dealShopContentData,
|
|
35
34
|
dateFormat,
|
|
36
35
|
throttle,
|
|
37
36
|
lodashThrottle,
|
|
38
37
|
debounce,
|
|
39
38
|
addHttps,
|
|
40
39
|
showSuccessToast,
|
|
41
40
|
showFailToast,
|
|
42
41
|
showNormalToast,
|
|
43
42
|
showShopLoading,
|
|
44
43
|
hideShopLoading,
|
|
45
44
|
getAppChannelType,
|
|
46
45
|
formatTabActiveMenuType,
|
|
47
46
|
getAvifSupport,
|
|
48
47
|
getWebpSupport,
|
|
49
48
|
filterUrlQueryData,
|
|
50
49
|
isMemberPage,
|
|
51
50
|
sgmCustomReport,
|
|
52
51
|
isOpenJdAppUrl,
|
|
53
52
|
jdOpenAppParams,
|
|
54
53
|
createJdOpenAppUrl,
|
|
55
54
|
isEmpty,
|
|
56
55
|
getJdAppReportPageSource,
|
|
57
56
|
isAppClassifyPage,
|
|
58
57
|
isPc,
|
|
59
58
|
ipLoc_djd,
|
|
60
59
|
dealJdOpenAppData,
|
|
61
60
|
jdAppVersionCompare,
|
|
62
61
|
dealNativePixelToCssPixel,
|
|
63
62
|
isAppStowShop,
|
|
64
63
|
isImageOptimizeEnable,
|
|
65
64
|
console.warn(
|
|
66
65
|
"� ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!"
|
|
67
66
|
);
|
|
68
67
|
return false;
|
|
69
68
|
isJdApp,
|
|
70
69
|
isWxApp,
|
|
71
70
|
isIosDevice,
|
|
72
71
|
isAndroidDevice,
|
|
73
72
|
isJdAndIosDevice,
|
|
74
73
|
isJdAndAndroidDevice,
|
|
75
74
|
isJdAndHarmonyDevice,
|
|
76
75
|
isJdAndroidX5Core,
|
|
77
76
|
isWxMin,
|
|
78
77
|
isMin,
|
|
79
78
|
isJdMinAndHarmony,
|
|
80
79
|
isWxMinAndWxapp,
|
|
81
80
|
isJdMin,
|
|
82
81
|
isH5,
|
|
83
82
|
isH5AndJdShopView,
|
|
84
83
|
isChartH5,
|
|
85
84
|
isH5AndJdShopViewNativeScroll,
|
|
86
85
|
isH5AndJdShopViewH5Scroll,
|
|
87
86
|
isH5AndJdShopH5CustomScrollView,
|
|
88
87
|
isH5AndJingGouMini,
|
|
89
88
|
isWxMiniH5View,
|
|
90
89
|
urlCookie,
|
|
91
90
|
sliceArrToChunkList,
|
|
92
91
|
dealAddress,
|
|
93
92
|
objectToUrlEncode,
|
|
94
93
|
parseQueryUrlString,
|
|
95
94
|
setLowSmallPicUrl,
|
|
96
95
|
countStringify,
|
|
97
96
|
setTaroStorage,
|
|
98
97
|
getTaroStorageKeyValue,
|
|
99
98
|
removeTaroStorageKey,
|
|
100
99
|
clearTaroStorageKey,
|
|
101
100
|
getQualityImage,
|
|
102
101
|
getSystemInfos,
|
|
103
102
|
getWxAppCookieStr,
|
|
104
103
|
pxTransformFromData,
|
|
105
104
|
dealShopContentData,
|
|
106
105
|
dateFormat,
|
|
107
106
|
throttle,
|
|
108
107
|
lodashThrottle,
|
|
109
108
|
debounce,
|
|
110
109
|
addHttps,
|
|
111
110
|
showSuccessToast,
|
|
112
111
|
showFailToast,
|
|
113
112
|
showNormalToast,
|
|
114
113
|
showShopLoading,
|
|
115
114
|
hideShopLoading,
|
|
116
115
|
stopNativeScrollEvent,
|
|
117
116
|
getAppChannelType,
|
|
118
117
|
formatTabActiveMenuType,
|
|
119
118
|
getAvifSupport,
|
|
120
119
|
getWebpSupport,
|
|
121
120
|
filterUrlQueryData,
|
|
122
121
|
isMemberPage,
|
|
123
122
|
getFloorDataToDataDefines,
|
|
124
123
|
sgmCustomReport,
|
|
125
124
|
isOpenJdAppUrl,
|
|
126
125
|
jdOpenAppParams,
|
|
127
126
|
createJdOpenAppUrl,
|
|
128
127
|
isEmpty,
|
|
129
128
|
isAppClassifyPage,
|
|
130
129
|
isAppHomeForMarketPage,
|
|
131
130
|
getJdAppReportPageSource,
|
|
132
131
|
isImageOptimizeEnable,
|
|
133
132
|
isPc,
|
|
134
133
|
ipLoc_djd,
|
|
135
134
|
isTjM,
|
|
136
135
|
isTjJxM,
|
|
137
136
|
isTjScence,
|
|
138
137
|
isH5AdnJxMini,
|
|
139
138
|
isTJApp,
|
|
140
139
|
isH5AdnHaoWuJie,
|
|
141
140
|
tjChannel,
|
|
142
141
|
dealJdOpenAppData,
|
|
143
142
|
jdAppVersionCompare,
|
|
144
143
|
dealNativePixelToCssPixel,
|
|
145
144
|
isAppStowShop,
|
|
146
145
|
getSgmCustomCode,
|
|
147
146
|
handleSgmCodeTaroVersion,
|
|
148
147
|
isInGrayscale,
|
|
148
|
+
import {
|
|
149
149
|
isMin,
|
|
150
150
|
isJdMinAndHarmony,
|
|
151
151
|
isChartH5,
|
|
152
152
|
isH5AndJdShopViewH5Scroll,
|
|
153
153
|
isH5AndJdShopH5CustomScrollView,
|
|
154
154
|
getAvifSupport,
|
|
155
155
|
getWebpSupport,
|
|
156
156
|
isMemberPage,
|
|
157
157
|
sgmCustomReport,
|
|
158
158
|
draCustomReport,
|
|
159
159
|
remoteCustomReport,
|
|
160
160
|
draInterfaceCustomReport,
|
|
161
161
|
draBusinessCustomReport,
|
|
162
162
|
isOpenJdAppUrl,
|
|
163
163
|
jdOpenAppParams,
|
|
164
164
|
createJdOpenAppUrl,
|
|
165
165
|
isEmpty,
|
|
166
166
|
getJdAppReportPageSource,
|
|
167
167
|
isPc,
|
|
168
168
|
ipLoc_djd,
|
|
169
169
|
dealJdOpenAppData,
|
|
170
170
|
jdAppVersionCompare,
|
|
171
171
|
dealNativePixelToCssPixel,
|
|
172
172
|
isAppStowShop,
|
|
173
173
|
isImageOptimizeEnable,
|
|
174
174
|
isIpadDevice,
|
|
175
175
|
getBorderStyle,
|
|
176
176
|
isLanguageForEn,
|
|
177
177
|
console.warn("🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!")
|
|
178
178
|
return false
|
|
179
179
|
isJdAndHarmonyDevice,
|
|
180
180
|
isJdAndroidX5Core,
|
|
181
181
|
isMin,
|
|
182
182
|
isJdMinAndHarmony,
|
|
183
183
|
isChartH5,
|
|
184
184
|
isH5AndJdShopViewH5Scroll,
|
|
185
185
|
isH5AndJdShopH5CustomScrollView,
|
|
186
186
|
isH5AndJingGouMini,
|
|
187
187
|
urlCookie,
|
|
188
188
|
stopNativeScrollEvent,
|
|
189
189
|
getAvifSupport,
|
|
190
190
|
getWebpSupport,
|
|
191
191
|
isMemberPage,
|
|
192
192
|
sgmCustomReport,
|
|
193
193
|
draCustomReport,
|
|
194
194
|
remoteCustomReport,
|
|
195
195
|
draInterfaceCustomReport,
|
|
196
196
|
draBusinessCustomReport,
|
|
197
197
|
isOpenJdAppUrl,
|
|
198
198
|
jdOpenAppParams,
|
|
199
199
|
createJdOpenAppUrl,
|
|
200
200
|
isEmpty,
|
|
201
201
|
isAppHomeForMarketPage,
|
|
202
202
|
getJdAppReportPageSource,
|
|
203
203
|
isImageOptimizeEnable,
|
|
204
204
|
isPc,
|
|
205
205
|
ipLoc_djd,
|
|
206
206
|
isTjM,
|
|
207
207
|
isTjJxM,
|
|
208
208
|
isTjScence,
|
|
209
209
|
isH5AdnJxMini,
|
|
210
210
|
isTJApp,
|
|
211
211
|
isH5AdnHaoWuJie,
|
|
212
212
|
tjChannel,
|
|
213
213
|
dealJdOpenAppData,
|
|
214
214
|
jdAppVersionCompare,
|
|
215
215
|
dealNativePixelToCssPixel,
|
|
216
216
|
isAppStowShop,
|
|
217
217
|
getSgmCustomCode,
|
|
218
218
|
handleSgmCodeTaroVersion,
|
|
219
219
|
isInGrayscale,
|
|
220
220
|
isIpadDevice,
|
|
221
221
|
getBorderStyle,
|
|
222
222
|
isLanguageForEn,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {
|
|
2
1
|
isJdApp,
|
|
3
2
|
isWxApp,
|
|
4
3
|
isIosDevice,
|
|
5
4
|
isAndroidDevice,
|
|
6
5
|
isJdAndIosDevice,
|
|
7
6
|
isJdAndAndroidDevice,
|
|
8
7
|
isWxMin,
|
|
9
8
|
isWxMinAndWxapp,
|
|
10
9
|
isJdMin,
|
|
11
10
|
isJdMinAndHarmony,
|
|
12
11
|
isH5,
|
|
13
12
|
isH5AndJdShopView,
|
|
14
13
|
isChartH5,
|
|
15
14
|
isH5AndJdShopViewNativeScroll,
|
|
16
15
|
isH5AndJdShopViewH5Scroll,
|
|
17
16
|
isH5AndJdShopH5CustomScrollView,
|
|
18
17
|
isWxMiniH5View,
|
|
19
18
|
sliceArrToChunkList,
|
|
20
19
|
dealAddress,
|
|
21
20
|
objectToUrlEncode,
|
|
22
21
|
parseQueryUrlString,
|
|
23
22
|
setLowSmallPicUrl,
|
|
24
23
|
setTaroStorage,
|
|
25
24
|
getTaroStorageKeyValue,
|
|
26
25
|
removeTaroStorageKey,
|
|
27
26
|
clearTaroStorageKey,
|
|
28
27
|
getQualityImage,
|
|
29
28
|
countStringify,
|
|
30
29
|
getSystemInfos,
|
|
31
30
|
getWxAppCookieStr,
|
|
32
31
|
pxTransformFromData,
|
|
33
32
|
dealShopContentData,
|
|
34
33
|
dateFormat,
|
|
35
34
|
throttle,
|
|
36
35
|
lodashThrottle,
|
|
37
36
|
debounce,
|
|
38
37
|
addHttps,
|
|
39
38
|
showSuccessToast,
|
|
40
39
|
showFailToast,
|
|
41
40
|
showNormalToast,
|
|
42
41
|
showShopLoading,
|
|
43
42
|
hideShopLoading,
|
|
44
43
|
getAppChannelType,
|
|
45
44
|
formatTabActiveMenuType,
|
|
46
45
|
getAvifSupport,
|
|
47
46
|
getWebpSupport,
|
|
48
47
|
filterUrlQueryData,
|
|
49
48
|
sgmCustomReport,
|
|
50
49
|
isOpenJdAppUrl,
|
|
51
50
|
jdOpenAppParams,
|
|
52
51
|
createJdOpenAppUrl,
|
|
53
52
|
isEmpty,
|
|
54
53
|
getJdAppReportPageSource,
|
|
55
54
|
isMemberPage,
|
|
56
55
|
isAppClassifyPage,
|
|
57
56
|
dealJdOpenAppData,
|
|
58
57
|
jdAppVersionCompare,
|
|
59
58
|
dealNativePixelToCssPixel,
|
|
60
59
|
isImageOptimizeEnable,
|
|
61
60
|
console.warn(
|
|
62
61
|
"� ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!"
|
|
63
62
|
);
|
|
64
63
|
return false;
|
|
65
64
|
isJdApp,
|
|
66
65
|
isWxApp,
|
|
67
66
|
isIosDevice,
|
|
68
67
|
isAndroidDevice,
|
|
69
68
|
isJdAndIosDevice,
|
|
70
69
|
isJdAndAndroidDevice,
|
|
71
70
|
isJdAndHarmonyDevice,
|
|
72
71
|
isJdAndroidX5Core,
|
|
73
72
|
isWxMin,
|
|
74
73
|
isWxMinAndWxapp,
|
|
75
74
|
isJdMin,
|
|
76
75
|
isMin,
|
|
77
76
|
isJdMinAndHarmony,
|
|
78
77
|
isH5,
|
|
79
78
|
isH5AndJdShopView,
|
|
80
79
|
isChartH5,
|
|
81
80
|
isH5AndJdShopViewNativeScroll,
|
|
82
81
|
isH5AndJdShopViewH5Scroll,
|
|
83
82
|
isH5AndJdShopH5CustomScrollView,
|
|
84
83
|
isH5AndJingGouMini,
|
|
85
84
|
isWxMiniH5View,
|
|
86
85
|
urlCookie,
|
|
87
86
|
sliceArrToChunkList,
|
|
88
87
|
dealAddress,
|
|
89
88
|
objectToUrlEncode,
|
|
90
89
|
parseQueryUrlString,
|
|
91
90
|
setLowSmallPicUrl,
|
|
92
91
|
setTaroStorage,
|
|
93
92
|
getTaroStorageKeyValue,
|
|
94
93
|
removeTaroStorageKey,
|
|
95
94
|
clearTaroStorageKey,
|
|
96
95
|
getQualityImage,
|
|
97
96
|
countStringify,
|
|
98
97
|
getSystemInfos,
|
|
99
98
|
getWxAppCookieStr,
|
|
100
99
|
pxTransformFromData,
|
|
101
100
|
dealShopContentData,
|
|
102
101
|
dateFormat,
|
|
103
102
|
throttle,
|
|
104
103
|
lodashThrottle,
|
|
105
104
|
debounce,
|
|
106
105
|
addHttps,
|
|
107
106
|
showSuccessToast,
|
|
108
107
|
showFailToast,
|
|
109
108
|
showNormalToast,
|
|
110
109
|
showShopLoading,
|
|
111
110
|
hideShopLoading,
|
|
112
111
|
stopNativeScrollEvent,
|
|
113
112
|
getAppChannelType,
|
|
114
113
|
formatTabActiveMenuType,
|
|
115
114
|
getAvifSupport,
|
|
116
115
|
getWebpSupport,
|
|
117
116
|
filterUrlQueryData,
|
|
118
117
|
getFloorDataToDataDefines,
|
|
119
118
|
sgmCustomReport,
|
|
120
119
|
isOpenJdAppUrl,
|
|
121
120
|
jdOpenAppParams,
|
|
122
121
|
createJdOpenAppUrl,
|
|
123
122
|
isEmpty,
|
|
124
123
|
getJdAppReportPageSource,
|
|
125
124
|
isMemberPage,
|
|
126
125
|
isAppClassifyPage,
|
|
127
126
|
isAppHomeForMarketPage,
|
|
128
127
|
isImageOptimizeEnable,
|
|
129
128
|
isPc,
|
|
130
129
|
isTjM,
|
|
131
130
|
isTjJxM,
|
|
132
131
|
isTjScence,
|
|
133
132
|
isH5AdnJxMini,
|
|
134
133
|
isTJApp,
|
|
135
134
|
isH5AdnHaoWuJie,
|
|
136
135
|
tjChannel,
|
|
137
136
|
dealJdOpenAppData,
|
|
138
137
|
jdAppVersionCompare,
|
|
139
138
|
dealNativePixelToCssPixel,
|
|
140
139
|
getSgmCustomCode,
|
|
141
140
|
handleSgmCodeTaroVersion,
|
|
142
141
|
isInGrayscale,
|
|
142
|
+
import {
|
|
143
143
|
isJdMinAndHarmony,
|
|
144
144
|
isChartH5,
|
|
145
145
|
isH5AndJdShopViewH5Scroll,
|
|
146
146
|
isH5AndJdShopH5CustomScrollView,
|
|
147
147
|
getAvifSupport,
|
|
148
148
|
getWebpSupport,
|
|
149
149
|
sgmCustomReport,
|
|
150
150
|
draCustomReport,
|
|
151
151
|
remoteCustomReport,
|
|
152
152
|
draInterfaceCustomReport,
|
|
153
153
|
draBusinessCustomReport,
|
|
154
154
|
isOpenJdAppUrl,
|
|
155
155
|
jdOpenAppParams,
|
|
156
156
|
createJdOpenAppUrl,
|
|
157
157
|
isEmpty,
|
|
158
158
|
getJdAppReportPageSource,
|
|
159
159
|
isMemberPage,
|
|
160
160
|
isAppClassifyPage,
|
|
161
161
|
dealJdOpenAppData,
|
|
162
162
|
jdAppVersionCompare,
|
|
163
163
|
dealNativePixelToCssPixel,
|
|
164
164
|
isImageOptimizeEnable,
|
|
165
165
|
isIpadDevice,
|
|
166
166
|
getBorderStyle,
|
|
167
167
|
isLanguageForEn,
|
|
168
168
|
console.warn("🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!")
|
|
169
169
|
return false
|
|
170
170
|
isJdAndHarmonyDevice,
|
|
171
171
|
isJdAndroidX5Core,
|
|
172
172
|
isMin,
|
|
173
173
|
isJdMinAndHarmony,
|
|
174
174
|
isH5AndJdShopViewH5Scroll,
|
|
175
175
|
isH5AndJdShopH5CustomScrollView,
|
|
176
176
|
isH5AndJingGouMini,
|
|
177
177
|
urlCookie,
|
|
178
178
|
stopNativeScrollEvent,
|
|
179
179
|
getAvifSupport,
|
|
180
180
|
getWebpSupport,
|
|
181
181
|
sgmCustomReport,
|
|
182
182
|
draCustomReport,
|
|
183
183
|
remoteCustomReport,
|
|
184
184
|
draInterfaceCustomReport,
|
|
185
185
|
draBusinessCustomReport,
|
|
186
186
|
isOpenJdAppUrl,
|
|
187
187
|
jdOpenAppParams,
|
|
188
188
|
createJdOpenAppUrl,
|
|
189
189
|
isEmpty,
|
|
190
190
|
getJdAppReportPageSource,
|
|
191
191
|
isMemberPage,
|
|
192
192
|
isAppClassifyPage,
|
|
193
193
|
isAppHomeForMarketPage,
|
|
194
194
|
isImageOptimizeEnable,
|
|
195
195
|
isPc,
|
|
196
196
|
isTjM,
|
|
197
197
|
isTjJxM,
|
|
198
198
|
isTjScence,
|
|
199
199
|
isH5AdnJxMini,
|
|
200
200
|
isTJApp,
|
|
201
201
|
isH5AdnHaoWuJie,
|
|
202
202
|
tjChannel,
|
|
203
203
|
dealJdOpenAppData,
|
|
204
204
|
jdAppVersionCompare,
|
|
205
205
|
dealNativePixelToCssPixel,
|
|
206
206
|
getSgmCustomCode,
|
|
207
207
|
handleSgmCodeTaroVersion,
|
|
208
208
|
isInGrayscale,
|
|
209
209
|
isIpadDevice,
|
|
210
210
|
getBorderStyle,
|
|
211
211
|
isLanguageForEn,
|