@conecli/cone-render 0.10.1-shop-beta.11 → 0.10.1-shop-beta.13

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 (78) hide show
  1. package/README.md +1 -1
  2. package/dist/common/const.ts +1 -1
  3. package/dist/common/index.dynamic.ts +1 -0
  4. package/dist/common/index.h5.ts +1 -1
  5. package/dist/common/index.jd.ts +1 -1
  6. package/dist/common/index.ts +1 -1
  7. package/dist/common/index.weapp.ts +1 -1
  8. package/dist/common/jssdk.ts +1 -1
  9. package/dist/common/token/index.h5.ts +1 -1
  10. package/dist/common/wxappApi.ts +1 -1
  11. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  12. package/dist/components/base/CountDown/index.tsx +1 -1
  13. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  14. package/dist/components/base/Dialog/index.dynamic.module.scss +126 -0
  15. package/dist/components/base/Dialog/index.dynamic.tsx +1 -0
  16. package/dist/components/base/DynamicTest/index.dynamic.module.scss +15 -0
  17. package/dist/components/base/DynamicTest/index.module.scss +16 -0
  18. package/dist/components/base/DynamicTest/index.tsx +1 -0
  19. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  20. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  21. package/dist/components/base/JdLoading/index.module.scss +2 -0
  22. package/dist/components/base/JdLoading/index.tsx +1 -1
  23. package/dist/components/base/LazyLoadImage/index.tsx +1 -1
  24. package/dist/components/base/NetworkDataError/const.ts +1 -1
  25. package/dist/components/base/NetworkDataError/index.module.scss +116 -70
  26. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  27. package/dist/components/base/Price/Base/index.dynamic.module.scss +63 -0
  28. package/dist/components/base/Price/Base/index.dynamic.tsx +1 -0
  29. package/dist/components/base/Price/Base/index.module.scss +6 -0
  30. package/dist/components/base/Price/Base/index.tsx +1 -1
  31. package/dist/components/base/Price/Double/index.dynamic.module.scss +172 -0
  32. package/dist/components/base/Price/Double/index.dynamic.tsx +1 -0
  33. package/dist/components/base/Price/Double/index.module.scss +6 -0
  34. package/dist/components/base/Price/Double/index.tsx +1 -1
  35. package/dist/components/debug/DebugLayout/index.module.scss +2 -2
  36. package/dist/config/env.ts +1 -1
  37. package/dist/interface/common.ts +1 -1
  38. package/dist/interface/component.ts +1 -1
  39. package/dist/interface/jumpEventReport.ts +1 -1
  40. package/dist/jumpEventReport/const.ts +1 -1
  41. package/dist/jumpEventReport/index.dynamic.ts +1 -0
  42. package/dist/jumpEventReport/index.h5.ts +1 -1
  43. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  44. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  45. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  46. package/dist/jumpEventReport/web.base.ts +1 -1
  47. package/dist/jumpEventReport/web.jd.ts +1 -1
  48. package/dist/language/zh_CN.json +162 -0
  49. package/dist/open/api/index.ts +1 -1
  50. package/dist/open/api/shopMember.dynamic.ts +1 -0
  51. package/dist/open/api/shopMember.ts +1 -1
  52. package/dist/open/components/index.dynamic.ts +1 -0
  53. package/dist/open/components/index.ts +1 -1
  54. package/dist/sass/app.dynamic.scss +306 -0
  55. package/dist/service/fetchGateway.h5.ts +1 -0
  56. package/dist/service/fetchGateway.ts +1 -1
  57. package/dist/service/fetchGateway.weapp.ts +1 -1
  58. package/dist/service/fetchJsonp.h5.ts +1 -0
  59. package/dist/service/fetchJsonp.ts +1 -1
  60. package/dist/service/http/colorSign.dynamic.ts +1 -0
  61. package/dist/service/http/http.ts +1 -1
  62. package/dist/service/requestServer.h5.ts +1 -1
  63. package/dist/service/requestServer.ts +1 -1
  64. package/dist/service/requestServer.weapp.ts +1 -1
  65. package/dist/utils/connectNativeJsBridge.dynamic.ts +1 -0
  66. package/dist/utils/connectNativeJsBridge.ts +1 -1
  67. package/dist/utils/h5Utils.ts +1 -1
  68. package/dist/utils/index.h5.ts +1 -1
  69. package/dist/utils/index.ts +1 -1
  70. package/dist/utils/index.weapp.ts +1 -1
  71. package/dist/utils/intersectionObserver.ts +1 -1
  72. package/dist/utils/jumpExtMapUtil.ts +1 -0
  73. package/dist/utils/log.ts +1 -0
  74. package/dist/utils/utils.ts +1 -1
  75. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  76. package/dist/wxapp/common/user_info.js +1 -1
  77. package/package.json +51 -31
  78. /package/dist/utils/{jumpExtMapUtil.js → jumpExtMapUtil.h5.ts} +0 -0
@@ -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
  draCustomReport,
53
52
  remoteCustomReport,
54
53
  draInterfaceCustomReport,
55
54
  draBusinessCustomReport,
56
55
  isOpenJdAppUrl,
57
56
  jdOpenAppParams,
58
57
  createJdOpenAppUrl,
59
58
  isEmpty,
60
59
  getJdAppReportPageSource,
61
60
  isAppClassifyPage,
62
61
  isPc,
63
62
  ipLoc_djd,
64
63
  dealJdOpenAppData,
65
64
  jdAppVersionCompare,
66
65
  dealNativePixelToCssPixel,
67
66
  isAppStowShop,
68
67
  isImageOptimizeEnable,
69
68
  isIpadDevice,
70
69
  getBorderStyle,
71
70
  isLanguageForEn,
72
71
  sColor,
73
72
  draInterfaceDSMCustomReport,
74
73
  isTabletDevice,
75
74
  console.warn('暂未实现', code);
76
75
  console.warn('暂未实现', code);
77
76
  console.warn('🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!');
78
77
  return false;
79
78
  isJdApp,
80
79
  isWxApp,
81
80
  isIosDevice,
82
81
  isAndroidDevice,
83
82
  isHarmonyDevice,
84
83
  isJdAndIosDevice,
85
84
  isJdAndAndroidDevice,
86
85
  isJdAndHarmonyDevice,
87
86
  isJdAndroidX5Core,
88
87
  isWxMin,
89
88
  isMin,
90
89
  isJdMinAndHarmony,
91
90
  isWxMinAndWxapp,
92
91
  isJdMin,
93
92
  isH5,
94
93
  isH5AndJdShopView,
95
94
  isChartH5,
96
95
  isH5AndJdShopViewNativeScroll,
97
96
  isH5AndJdShopViewH5Scroll,
98
97
  isH5AndJdShopH5CustomScrollView,
99
98
  isH5AndJingGouMini,
100
99
  isWxMiniH5View,
101
100
  urlCookie,
102
101
  sliceArrToChunkList,
103
102
  dealAddress,
104
103
  objectToUrlEncode,
105
104
  parseQueryUrlString,
106
105
  setLowSmallPicUrl,
107
106
  countStringify,
108
107
  setTaroStorage,
109
108
  getTaroStorageKeyValue,
110
109
  removeTaroStorageKey,
111
110
  clearTaroStorageKey,
112
111
  getQualityImage,
113
112
  getSystemInfos,
114
113
  getWxAppCookieStr,
115
114
  pxTransformFromData,
116
115
  dealShopContentData,
117
116
  dateFormat,
118
117
  throttle,
119
118
  lodashThrottle,
120
119
  debounce,
121
120
  addHttps,
122
121
  showSuccessToast,
123
122
  showFailToast,
124
123
  showNormalToast,
125
124
  showShopLoading,
126
125
  hideShopLoading,
127
126
  stopNativeScrollEvent,
128
127
  getAppChannelType,
129
128
  formatTabActiveMenuType,
130
129
  getAvifSupport,
131
130
  getWebpSupport,
132
131
  filterUrlQueryData,
133
132
  isMemberPage,
134
133
  getFloorDataToDataDefines,
135
134
  sgmCustomReport,
136
135
  draCustomReport,
137
136
  remoteCustomReport,
138
137
  draInterfaceCustomReport,
139
138
  draBusinessCustomReport,
140
139
  isOpenJdAppUrl,
141
140
  jdOpenAppParams,
142
141
  createJdOpenAppUrl,
143
142
  isEmpty,
144
143
  isAppClassifyPage,
145
144
  isAppHomeForMarketPage,
146
145
  getJdAppReportPageSource,
147
146
  isImageOptimizeEnable,
148
147
  isPc,
149
148
  ipLoc_djd,
150
149
  isTjM,
151
150
  isTjJxM,
152
151
  isTjScence,
153
152
  isH5AdnJxMini,
154
153
  isTJApp,
155
154
  isH5AdnHaoWuJie,
156
155
  tjChannel,
157
156
  dealJdOpenAppData,
158
157
  jdAppVersionCompare,
159
158
  dealNativePixelToCssPixel,
160
159
  isAppStowShop,
161
160
  getSgmCustomCode,
162
161
  handleSgmCodeTaroVersion,
163
162
  isInGrayscale,
164
163
  isIpadDevice,
165
164
  getBorderStyle,
166
165
  isLanguageForEn,
167
166
  sColor,
168
167
  draInterfaceDSMCustomReport,
169
168
  isTabletDevice,
169
+ import {
170
170
  isJdApp,
171
171
  isWxApp,
172
172
  isIosDevice,
173
173
  isAndroidDevice,
174
174
  isJdAndIosDevice,
175
175
  isJdAndAndroidDevice,
176
176
  isWxMin,
177
177
  isMin,
178
178
  isJdMinAndHarmony,
179
179
  isWxMinAndWxapp,
180
180
  isJdMin,
181
181
  isH5,
182
182
  isDynamic,
183
183
  isH5AndJdShopView,
184
184
  isChartH5,
185
185
  isH5AndJdShopViewNativeScroll,
186
186
  isH5AndJdShopViewH5Scroll,
187
187
  isH5AndJdShopH5CustomScrollView,
188
188
  isWxMiniH5View,
189
189
  sliceArrToChunkList,
190
190
  dealAddress,
191
191
  objectToUrlEncode,
192
192
  setLowSmallPicUrl,
193
193
  parseQueryUrlString,
194
194
  countStringify,
195
195
  setTaroStorage,
196
196
  getTaroStorageKeyValue,
197
197
  removeTaroStorageKey,
198
198
  clearTaroStorageKey,
199
199
  getQualityImage,
200
200
  getSystemInfos,
201
201
  getWxAppCookieStr,
202
202
  pxTransformFromData,
203
203
  dealShopContentData,
204
204
  dateFormat,
205
205
  throttle,
206
206
  lodashThrottle,
207
207
  debounce,
208
208
  addHttps,
209
209
  showSuccessToast,
210
210
  showFailToast,
211
211
  showNormalToast,
212
212
  showShopLoading,
213
213
  hideShopLoading,
214
214
  getAppChannelType,
215
215
  formatTabActiveMenuType,
216
216
  getAvifSupport,
217
217
  getWebpSupport,
218
218
  filterUrlQueryData,
219
219
  isMemberPage,
220
220
  sgmCustomReport,
221
221
  draCustomReport,
222
222
  remoteCustomReport,
223
223
  draInterfaceCustomReport,
224
224
  draBusinessCustomReport,
225
225
  draBusinessCustomLogReport,
226
226
  isOpenJdAppUrl,
227
227
  jdOpenAppParams,
228
228
  createJdOpenAppUrl,
229
229
  isEmpty,
230
230
  getJdAppReportPageSource,
231
231
  isAppClassifyPage,
232
232
  isPc,
233
233
  ipLoc_djd,
234
234
  dealJdOpenAppData,
235
235
  jdAppVersionCompare,
236
236
  dealNativePixelToCssPixel,
237
237
  isAppStowShop,
238
238
  isImageOptimizeEnable,
239
239
  isIpadDevice,
240
240
  getBorderStyle,
241
241
  isLanguageForEn,
242
242
  sColor,
243
243
  draInterfaceDSMCustomReport,
244
244
  isTabletDevice,
245
245
  isLanguageForHk,
246
246
  languageNowType,
247
247
  console.warn('暂未实现', code);
248
248
  return code
249
249
  console.warn('暂未实现', code);
250
250
  return code
251
251
  console.warn('暂未实现');
252
252
  console.warn('🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!');
253
253
  return false;
254
254
  isJdApp,
255
255
  isWxApp,
256
256
  isIosDevice,
257
257
  isAndroidDevice,
258
258
  isHarmonyDevice,
259
259
  isJdAndIosDevice,
260
260
  isJdAndAndroidDevice,
261
261
  isJdAndHarmonyDevice,
262
262
  isNewHarmonyShop,
263
263
  isJdAndroidX5Core,
264
264
  isWxMin,
265
265
  isMin,
266
266
  isJdMinAndHarmony,
267
267
  isWxMinAndWxapp,
268
268
  isJdMin,
269
269
  isH5,
270
270
  isDynamic,
271
271
  isH5AndJdShopView,
272
272
  isChartH5,
273
273
  isH5AndJdShopViewNativeScroll,
274
274
  isH5AndJdShopViewH5Scroll,
275
275
  isH5AndJdShopH5CustomScrollView,
276
276
  isH5AndJingGouMini,
277
277
  isWxMiniH5View,
278
278
  urlCookie,
279
279
  sliceArrToChunkList,
280
280
  dealAddress,
281
281
  objectToUrlEncode,
282
282
  parseQueryUrlString,
283
283
  setLowSmallPicUrl,
284
284
  countStringify,
285
285
  setTaroStorage,
286
286
  getTaroStorageKeyValue,
287
287
  removeTaroStorageKey,
288
288
  clearTaroStorageKey,
289
289
  getQualityImage,
290
290
  getSystemInfos,
291
291
  getWxAppCookieStr,
292
292
  pxTransformFromData,
293
293
  dealShopContentData,
294
294
  dateFormat,
295
295
  throttle,
296
296
  lodashThrottle,
297
297
  debounce,
298
298
  addHttps,
299
299
  showSuccessToast,
300
300
  showFailToast,
301
301
  showNormalToast,
302
302
  showShopLoading,
303
303
  hideShopLoading,
304
304
  stopNativeScrollEvent,
305
305
  getAppChannelType,
306
306
  formatTabActiveMenuType,
307
307
  getAvifSupport,
308
308
  getWebpSupport,
309
309
  filterUrlQueryData,
310
310
  isMemberPage,
311
311
  getFloorDataToDataDefines,
312
312
  sgmCustomReport,
313
313
  draCustomReport,
314
314
  remoteCustomReport,
315
315
  draInterfaceCustomReport,
316
316
  draBusinessCustomReport,
317
317
  draBusinessCustomLogReport,
318
318
  isOpenJdAppUrl,
319
319
  jdOpenAppParams,
320
320
  createJdOpenAppUrl,
321
321
  isEmpty,
322
322
  isAppClassifyPage,
323
323
  isAppHomeForMarketPage,
324
324
  getJdAppReportPageSource,
325
325
  isImageOptimizeEnable,
326
326
  isPc,
327
327
  ipLoc_djd,
328
328
  isTjM,
329
329
  isTjJxM,
330
330
  isTjScence,
331
331
  isH5AdnJxMini,
332
332
  isTJApp,
333
333
  isH5AdnHaoWuJie,
334
334
  tjChannel,
335
335
  dealJdOpenAppData,
336
336
  jdAppVersionCompare,
337
337
  dealNativePixelToCssPixel,
338
338
  isAppStowShop,
339
339
  getSgmCustomCode,
340
340
  handleSgmCodeTaroVersion,
341
341
  isInGrayscale,
342
342
  isIpadDevice,
343
343
  getBorderStyle,
344
344
  isLanguageForEn,
345
345
  sColor,
346
346
  draInterfaceDSMCustomReport,
347
347
  isTabletDevice,
348
348
  updateContainerWidth,
349
349
  isInJdShopView,
350
350
  isDongWebView,
351
351
  isLanguageForHk,
352
352
  languageNowType,
@@ -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
  draCustomReport,
51
50
  remoteCustomReport,
52
51
  draInterfaceCustomReport,
53
52
  draBusinessCustomReport,
54
53
  isOpenJdAppUrl,
55
54
  jdOpenAppParams,
56
55
  createJdOpenAppUrl,
57
56
  isEmpty,
58
57
  getJdAppReportPageSource,
59
58
  isMemberPage,
60
59
  isAppClassifyPage,
61
60
  dealJdOpenAppData,
62
61
  jdAppVersionCompare,
63
62
  dealNativePixelToCssPixel,
64
63
  isImageOptimizeEnable,
65
64
  isIpadDevice,
66
65
  getBorderStyle,
67
66
  isLanguageForEn,
68
67
  sColor,
69
68
  draInterfaceDSMCustomReport,
70
69
  isTabletDevice,
71
70
  console.warn('暂未实现', code);
72
71
  console.warn('暂未实现', code);
73
72
  console.warn('🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!');
74
73
  return false;
75
74
  isJdApp,
76
75
  isWxApp,
77
76
  isIosDevice,
78
77
  isAndroidDevice,
79
78
  isHarmonyDevice,
80
79
  isJdAndIosDevice,
81
80
  isJdAndAndroidDevice,
82
81
  isJdAndHarmonyDevice,
83
82
  isJdAndroidX5Core,
84
83
  isWxMin,
85
84
  isWxMinAndWxapp,
86
85
  isJdMin,
87
86
  isMin,
88
87
  isJdMinAndHarmony,
89
88
  isH5,
90
89
  isH5AndJdShopView,
91
90
  isChartH5,
92
91
  isH5AndJdShopViewNativeScroll,
93
92
  isH5AndJdShopViewH5Scroll,
94
93
  isH5AndJdShopH5CustomScrollView,
95
94
  isH5AndJingGouMini,
96
95
  isWxMiniH5View,
97
96
  urlCookie,
98
97
  sliceArrToChunkList,
99
98
  dealAddress,
100
99
  objectToUrlEncode,
101
100
  parseQueryUrlString,
102
101
  setLowSmallPicUrl,
103
102
  setTaroStorage,
104
103
  getTaroStorageKeyValue,
105
104
  removeTaroStorageKey,
106
105
  clearTaroStorageKey,
107
106
  getQualityImage,
108
107
  countStringify,
109
108
  getSystemInfos,
110
109
  getWxAppCookieStr,
111
110
  pxTransformFromData,
112
111
  dealShopContentData,
113
112
  dateFormat,
114
113
  throttle,
115
114
  lodashThrottle,
116
115
  debounce,
117
116
  addHttps,
118
117
  showSuccessToast,
119
118
  showFailToast,
120
119
  showNormalToast,
121
120
  showShopLoading,
122
121
  hideShopLoading,
123
122
  stopNativeScrollEvent,
124
123
  getAppChannelType,
125
124
  formatTabActiveMenuType,
126
125
  getAvifSupport,
127
126
  getWebpSupport,
128
127
  filterUrlQueryData,
129
128
  getFloorDataToDataDefines,
130
129
  sgmCustomReport,
131
130
  draCustomReport,
132
131
  remoteCustomReport,
133
132
  draInterfaceCustomReport,
134
133
  draBusinessCustomReport,
135
134
  isOpenJdAppUrl,
136
135
  jdOpenAppParams,
137
136
  createJdOpenAppUrl,
138
137
  isEmpty,
139
138
  getJdAppReportPageSource,
140
139
  isMemberPage,
141
140
  isAppClassifyPage,
142
141
  isAppHomeForMarketPage,
143
142
  isImageOptimizeEnable,
144
143
  isPc,
145
144
  ipLoc_djd,
146
145
  isTjM,
147
146
  isTjJxM,
148
147
  isTjScence,
149
148
  isH5AdnJxMini,
150
149
  isTJApp,
151
150
  isH5AdnHaoWuJie,
152
151
  tjChannel,
153
152
  dealJdOpenAppData,
154
153
  jdAppVersionCompare,
155
154
  dealNativePixelToCssPixel,
156
155
  getSgmCustomCode,
157
156
  handleSgmCodeTaroVersion,
158
157
  isInGrayscale,
159
158
  isIpadDevice,
160
159
  getBorderStyle,
161
160
  isLanguageForEn,
162
161
  sColor,
163
162
  draInterfaceDSMCustomReport,
164
163
  isTabletDevice,
164
+ import {
165
165
  isJdApp,
166
166
  isWxApp,
167
167
  isIosDevice,
168
168
  isAndroidDevice,
169
169
  isJdAndIosDevice,
170
170
  isJdAndAndroidDevice,
171
171
  isWxMin,
172
172
  isWxMinAndWxapp,
173
173
  isJdMin,
174
174
  isJdMinAndHarmony,
175
175
  isH5,
176
176
  isDynamic,
177
177
  isH5AndJdShopView,
178
178
  isChartH5,
179
179
  isH5AndJdShopViewNativeScroll,
180
180
  isH5AndJdShopViewH5Scroll,
181
181
  isH5AndJdShopH5CustomScrollView,
182
182
  isWxMiniH5View,
183
183
  sliceArrToChunkList,
184
184
  dealAddress,
185
185
  objectToUrlEncode,
186
186
  parseQueryUrlString,
187
187
  setLowSmallPicUrl,
188
188
  setTaroStorage,
189
189
  getTaroStorageKeyValue,
190
190
  removeTaroStorageKey,
191
191
  clearTaroStorageKey,
192
192
  getQualityImage,
193
193
  countStringify,
194
194
  getSystemInfos,
195
195
  getWxAppCookieStr,
196
196
  pxTransformFromData,
197
197
  dealShopContentData,
198
198
  dateFormat,
199
199
  throttle,
200
200
  lodashThrottle,
201
201
  debounce,
202
202
  addHttps,
203
203
  showSuccessToast,
204
204
  showFailToast,
205
205
  showNormalToast,
206
206
  showShopLoading,
207
207
  hideShopLoading,
208
208
  getAppChannelType,
209
209
  formatTabActiveMenuType,
210
210
  getAvifSupport,
211
211
  getWebpSupport,
212
212
  filterUrlQueryData,
213
213
  sgmCustomReport,
214
214
  draCustomReport,
215
215
  remoteCustomReport,
216
216
  draInterfaceCustomReport,
217
217
  draBusinessCustomReport,
218
218
  draBusinessCustomLogReport,
219
219
  isOpenJdAppUrl,
220
220
  jdOpenAppParams,
221
221
  createJdOpenAppUrl,
222
222
  isEmpty,
223
223
  getJdAppReportPageSource,
224
224
  isMemberPage,
225
225
  isAppClassifyPage,
226
226
  dealJdOpenAppData,
227
227
  jdAppVersionCompare,
228
228
  dealNativePixelToCssPixel,
229
229
  isImageOptimizeEnable,
230
230
  isIpadDevice,
231
231
  getBorderStyle,
232
232
  isLanguageForEn,
233
233
  sColor,
234
234
  draInterfaceDSMCustomReport,
235
235
  isTabletDevice,
236
236
  isLanguageForHk,
237
237
  languageNowType,
238
238
  console.warn('暂未实现', code);
239
239
  console.warn('暂未实现', code);
240
240
  console.warn('🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!');
241
241
  return false;
242
242
  console.warn('暂未实现');
243
243
  isJdApp,
244
244
  isWxApp,
245
245
  isIosDevice,
246
246
  isAndroidDevice,
247
247
  isHarmonyDevice,
248
248
  isJdAndIosDevice,
249
249
  isJdAndAndroidDevice,
250
250
  isJdAndHarmonyDevice,
251
251
  isNewHarmonyShop,
252
252
  isJdAndroidX5Core,
253
253
  isWxMin,
254
254
  isWxMinAndWxapp,
255
255
  isJdMin,
256
256
  isMin,
257
257
  isJdMinAndHarmony,
258
258
  isH5,
259
259
  isDynamic,
260
260
  isH5AndJdShopView,
261
261
  isChartH5,
262
262
  isH5AndJdShopViewNativeScroll,
263
263
  isH5AndJdShopViewH5Scroll,
264
264
  isH5AndJdShopH5CustomScrollView,
265
265
  isH5AndJingGouMini,
266
266
  isWxMiniH5View,
267
267
  urlCookie,
268
268
  sliceArrToChunkList,
269
269
  dealAddress,
270
270
  objectToUrlEncode,
271
271
  parseQueryUrlString,
272
272
  setLowSmallPicUrl,
273
273
  setTaroStorage,
274
274
  getTaroStorageKeyValue,
275
275
  removeTaroStorageKey,
276
276
  clearTaroStorageKey,
277
277
  getQualityImage,
278
278
  countStringify,
279
279
  getSystemInfos,
280
280
  getWxAppCookieStr,
281
281
  pxTransformFromData,
282
282
  dealShopContentData,
283
283
  dateFormat,
284
284
  throttle,
285
285
  lodashThrottle,
286
286
  debounce,
287
287
  addHttps,
288
288
  showSuccessToast,
289
289
  showFailToast,
290
290
  showNormalToast,
291
291
  showShopLoading,
292
292
  hideShopLoading,
293
293
  stopNativeScrollEvent,
294
294
  getAppChannelType,
295
295
  formatTabActiveMenuType,
296
296
  getAvifSupport,
297
297
  getWebpSupport,
298
298
  filterUrlQueryData,
299
299
  getFloorDataToDataDefines,
300
300
  sgmCustomReport,
301
301
  draCustomReport,
302
302
  remoteCustomReport,
303
303
  draInterfaceCustomReport,
304
304
  draBusinessCustomReport,
305
305
  draBusinessCustomLogReport,
306
306
  isOpenJdAppUrl,
307
307
  jdOpenAppParams,
308
308
  createJdOpenAppUrl,
309
309
  isEmpty,
310
310
  getJdAppReportPageSource,
311
311
  isMemberPage,
312
312
  isAppClassifyPage,
313
313
  isAppHomeForMarketPage,
314
314
  isImageOptimizeEnable,
315
315
  isPc,
316
316
  ipLoc_djd,
317
317
  isTjM,
318
318
  isTjJxM,
319
319
  isTjScence,
320
320
  isH5AdnJxMini,
321
321
  isTJApp,
322
322
  isH5AdnHaoWuJie,
323
323
  tjChannel,
324
324
  dealJdOpenAppData,
325
325
  jdAppVersionCompare,
326
326
  dealNativePixelToCssPixel,
327
327
  getSgmCustomCode,
328
328
  handleSgmCodeTaroVersion,
329
329
  isInGrayscale,
330
330
  isIpadDevice,
331
331
  getBorderStyle,
332
332
  isLanguageForEn,
333
333
  sColor,
334
334
  draInterfaceDSMCustomReport,
335
335
  isTabletDevice,
336
336
  updateContainerWidth,
337
337
  isInJdShopView,
338
338
  isDongWebView,
339
339
  isLanguageForHk,
340
340
  languageNowType,
@@ -1 +1 @@
1
- import Taro from '@tarojs/taro'
1
+ import Taro from '@tarojs/taro'
2
2
  private timer: any
3
3
  this.timer = null
4
4
  if(this.timer){
5
5
  clearTimeout(this.timer)
6
6
  this.timer = null
7
7
  }
@@ -0,0 +1 @@
1
+ function getEnterShopExtInfo() {
2
  console.warn("~~ getEnterShopExtInfo() ~~ 暂不支持")
1
3
  return {};
2
4
  console.warn("~~ getAdInfoBySkuId() ~~ 暂不支持")
3
5
  return null;
4
6
  console.warn("~~ getSmartCouponInfo() ~~ 暂不支持")
5
7
  return new Promise((resolve) => {
6
8
  resolve(null);
7
9
  });