@conecli/cone-render 0.10.1-shop-beta.23 → 0.10.1-shop-beta.26

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 (128) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/accessibility.h5.ts +1 -0
  3. package/dist/common/accessibility.ts +0 -0
  4. package/dist/common/const.ts +1 -1
  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.weapp.tsx +1 -0
  10. package/dist/common/jssdk.weapp.ts +1 -0
  11. package/dist/common/pageType.ts +1 -1
  12. package/dist/common/token/index.h5.ts +1 -1
  13. package/dist/common/token/token.jd.ts +1 -1
  14. package/dist/common/wxappApi.ascf.ts +1 -0
  15. package/dist/components/ErrorBoundary.tsx +1 -1
  16. package/dist/components/base/CountDown/index.tsx +1 -1
  17. package/dist/components/base/CustomVideo/index.tsx +1 -1
  18. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  19. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  20. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  21. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  22. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  23. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  24. package/dist/components/base/JdLoading/index.module.scss +0 -2
  25. package/dist/components/base/JdLoading/index.tsx +1 -1
  26. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  27. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  28. package/dist/components/base/LazyLoadImage/index.tsx +1 -1
  29. package/dist/components/base/MobileCommonHeader/index.tsx +1 -1
  30. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  31. package/dist/components/base/NetworkDataError/const.ts +1 -1
  32. package/dist/components/base/NetworkDataError/index.module.scss +1 -1
  33. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  34. package/dist/components/base/Price/Base/index.tsx +1 -1
  35. package/dist/components/base/Price/Double/index.module.scss +1 -1
  36. package/dist/components/base/Price/Double/index.tsx +1 -1
  37. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  38. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  39. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  40. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  41. package/dist/components/floorItem.tsx +1 -1
  42. package/dist/components/isv/Floor/index.tsx +1 -1
  43. package/dist/components/remoteFloorItem.tsx +1 -1
  44. package/dist/config/env.ts +1 -1
  45. package/dist/interface/common.ts +1 -1
  46. package/dist/interface/component.ts +1 -1
  47. package/dist/interface/jumpEventReport.ts +1 -1
  48. package/dist/interface/service.ts +1 -1
  49. package/dist/jumpEventReport/base.ts +1 -1
  50. package/dist/jumpEventReport/const.ts +1 -1
  51. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  52. package/dist/jumpEventReport/index.h5.ts +1 -1
  53. package/dist/jumpEventReport/index.ts +1 -1
  54. package/dist/jumpEventReport/index.weapp.ts +1 -1
  55. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  56. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  57. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  58. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  59. package/dist/jumpEventReport/web/report.ts +1 -1
  60. package/dist/jumpEventReport/web.base.ts +1 -1
  61. package/dist/jumpEventReport/web.jd.ts +1 -1
  62. package/dist/jumpEventReport/web.pc.ts +1 -1
  63. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  64. package/dist/language/en_US.json +233 -83
  65. package/dist/language/zh_CN.json +232 -82
  66. package/dist/language/zh_HK.json +232 -82
  67. package/dist/libs/openShopBridge.js +161 -0
  68. package/dist/libs/openShopBridge.min.js +1 -0
  69. package/dist/libs/taroAppReport.js +2 -2
  70. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  71. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  72. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  73. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  74. package/dist/open/api/index.ts +1 -1
  75. package/dist/open/api/shopMember.ts +1 -1
  76. package/dist/open/api/shopMember.weapp.ts +1 -0
  77. package/dist/open/api/track.ts +1 -1
  78. package/dist/open/api/util.ts +1 -1
  79. package/dist/open/components/index.ts +1 -1
  80. package/dist/open/index.ts +1 -1
  81. package/dist/sass/app.h5.scss +6 -1
  82. package/dist/sass/base.scss +8 -4
  83. package/dist/service/fetchGateway.ts +1 -1
  84. package/dist/service/fetchGateway.weapp.ts +1 -1
  85. package/dist/service/fetchJsonp.ts +1 -1
  86. package/dist/service/fetchJsonp.weapp.ts +1 -0
  87. package/dist/service/http/h5Http.ts +1 -1
  88. package/dist/service/http/http.ts +1 -1
  89. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  90. package/dist/service/requestServer.h5.ts +1 -1
  91. package/dist/service/requestServer.ts +1 -1
  92. package/dist/service/requestServer.weapp.ts +1 -1
  93. package/dist/utils/connectNativeJsBridge.ts +1 -1
  94. package/dist/utils/h5Utils.ts +1 -1
  95. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  96. package/dist/utils/harmonyCallRouter.ts +0 -0
  97. package/dist/utils/index.h5.ts +1 -1
  98. package/dist/utils/index.ts +1 -1
  99. package/dist/utils/index.weapp.ts +1 -1
  100. package/dist/utils/intersectionObserver.ts +1 -1
  101. package/dist/utils/sColor.weapp.ts +1 -0
  102. package/dist/utils/utils.ts +1 -1
  103. package/package.json +36 -38
  104. package/dist/common/index.dynamic.ts +0 -1
  105. package/dist/components/base/Dialog/index.dynamic.module.scss +0 -126
  106. package/dist/components/base/Dialog/index.dynamic.tsx +0 -1
  107. package/dist/components/base/DynamicTest/index.dynamic.module.scss +0 -15
  108. package/dist/components/base/DynamicTest/index.module.scss +0 -16
  109. package/dist/components/base/DynamicTest/index.tsx +0 -1
  110. package/dist/components/base/LazyLoadImage/index.dynamic.module.scss +0 -40
  111. package/dist/components/base/LazyLoadImage/index.dynamic.tsx +0 -1
  112. package/dist/components/base/NetworkDataError/index.dynamic.module.scss +0 -95
  113. package/dist/components/base/NetworkDataError/index.dynamic.tsx +0 -1
  114. package/dist/components/base/Price/Base/index.dynamic.module.scss +0 -63
  115. package/dist/components/base/Price/Base/index.dynamic.tsx +0 -1
  116. package/dist/components/base/Price/Double/index.dynamic.module.scss +0 -172
  117. package/dist/components/base/Price/Double/index.dynamic.tsx +0 -1
  118. package/dist/jumpEventReport/index.dynamic.ts +0 -1
  119. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  120. package/dist/open/api/shopMember.dynamic.ts +0 -1
  121. package/dist/open/components/index.dynamic.ts +0 -1
  122. package/dist/sass/app.dynamic.scss +0 -306
  123. package/dist/service/fetchGateway.h5.ts +0 -1
  124. package/dist/service/fetchJsonp.h5.ts +0 -1
  125. package/dist/service/http/colorSign.dynamic.ts +0 -1
  126. package/dist/utils/connectNativeJsBridge.dynamic.ts +0 -1
  127. package/dist/utils/priceUtils.js +0 -1
  128. /package/dist/utils/{sColor.js → sColor.ts} +0 -0
@@ -1 +1 @@
1
- import Taro from '@tarojs/taro';
2
1
  BUSINESS_TYPE,
3
2
  cacheH5LbsAddressKey,
4
3
  JSSDK_APP_WEBVIEW_CODE,
5
4
  LoadJsInitLoadEnvType,
6
5
  LoadJsInitLoadType,
7
6
  LoadJsInitTriggerType,
8
7
  MPAAS_CONFIG_APP_LOW_VERSION,
9
8
  MPAAS_CONFIG_APP_VERSION,
10
9
  SECTION_HOME_TAB_NAME_TYPE,
11
10
  SECTION_HOME_TAB_TYPE,
12
11
  TaroEventType,
13
12
  WX_BUSINESS_TYPE,
14
13
  WXAPP_BIZ_KEY,
15
14
  WXAPP_BIZ_SHOP_LIGHT_KEY,
16
15
  languageTypeList
17
16
  getSystemInfos,
18
17
  getTaroStorageKeyValue,
19
18
  ipLoc_djd,
20
19
  setTaroStorage,
21
20
  sgmCustomReport,
22
21
  callRouterAndroid,
23
22
  callRouterIOS,
24
23
  callRouterHarmonyXWebView,
25
24
  getMPaasConfigByBussinessKey,
26
25
  dealNativePixelToCssPixel,
27
26
  draBusinessCustomReport,
28
27
  isAndroidDevice,
29
28
  isH5AndJingGouMini,
30
29
  isIosDevice,
31
30
  isJdAndAndroidDevice,
32
31
  isObject,
33
32
  isPc,
34
33
  isString,
35
34
  jdAppVersion,
36
35
  jdAppVersionStr,
37
36
  serialize,
38
37
  languageNowType,
39
38
  urlCookie,
40
39
  abTestLabels: {},
41
40
  nonSellableSkuids: {},
42
41
  loginState: false,
43
42
  cookiesStr: '',
44
43
  userInfo: userPinKey,
45
44
  isImmersive: false,
46
45
  isJingGouMiniViewState: false,
47
46
  isJingxiMiniViewState: false,
48
47
  pageInfo: {
49
48
  wxBusinessType: WX_BUSINESS_TYPE.NO,
50
49
  address: '',
51
50
  addressCommaStr: '',
52
51
  un_area: '',
53
52
  userLbsAddress: '',
54
53
  vapptype: '1',
55
54
  pageType: 'home',
56
55
  isExposureState: false,
57
56
  moduleId: '',
58
57
  entrance: '',
59
58
  dataType: BUSINESS_TYPE.ONLINE,
60
59
  floorExposureInfo: {},
61
60
  floorVideInfo: {},
62
61
  productVideInfo: {},
63
62
  tabsLoadAllDataInfo: {
64
63
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN]]: false,
65
64
  },
66
65
  updateShopInfosAllState: false,
67
66
  isVipShop: false,
68
67
  isJdShowNativeImmersivePlayer: false,
69
68
  ...shopConfig,
70
69
  pageScrollTop: 0,
71
70
  pageIdxHeightInfo: {
72
71
  list: [],
73
72
  },
74
73
  shopNavBarHeight: 0,
75
74
  },
76
75
  defaultQueryLogInfo: {
77
76
  sourceType: 'JDshop',
78
77
  sourceValue: '',
79
78
  moduleId: 'none',
80
79
  entrance: 'none',
81
80
  },
82
81
  sysInfo: {
83
82
  windowWidth: isPc ? 375 : 0,
84
83
  containerWidth: isPc ? 375 : 0,
85
84
  windowHeight: 0,
86
85
  netWorkType: '4g',
87
86
  jdBottomBarHeight: 0,
88
87
  jdNativeHeaderHeight: 0,
89
88
  isJdTabletDevice: false,
90
89
  isJdTabletLandscape: false,
91
90
  },
92
91
  queryInfo: {},
93
92
  shopInfo: {},
94
93
  openAppData: {},
95
94
  public info: CommonInterFace.BaseConfigInfo;
96
95
  public config: {
97
96
  [key: string]: any;
98
97
  };
99
98
  public lazyContainer: CommonInterFace.lazyContainer;
100
99
  public renderedIsvComponents: CommonInterFace.renderedIsvComponents;
101
100
  public rootEleNode: HTMLElement | null;
102
101
  public checkStatusAndLoginPromise: object | null;
103
102
  private jmfeRegisterStatePromise: Promise<any> | null;
104
103
  private jdScreenSizeInfoPromise: Promise<any> | null;
105
104
  private rootEleWidthRegisterPromise: Promise<any> | null;
106
105
  private jmfeRegisterState: boolean;
107
106
  public loadJsSdkList: Array<any>;
108
107
  public loadJsSdkListCachePromise: any;
109
108
  public rootEleInitWidth: number;
110
109
  public lbsAddressCachePromise: Promise<any> | null;
111
110
  public languageCacheProimse: Promise<any> | null;
112
111
  public languageJsonData: any | null;
113
112
  constructor(opt) {
114
113
  this.info = this._getConfig(opt);
115
114
  this.config = {};
116
115
  this.loadJsSdkList = [];
117
116
  this.loadJsSdkListCachePromise = {};
118
117
  this.lazyContainer = {
119
118
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN]]: {
120
119
  appLazyContainerList: [],
121
120
  appLazyFinishContainerList: [],
122
121
  },
123
122
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_PROMOTION]]: {
124
123
  appLazyContainerList: [],
125
124
  appLazyFinishContainerList: [],
126
125
  },
127
126
  };
128
127
  this.renderedIsvComponents = {};
129
128
  this.rootEleNode = document.querySelector('body');
130
129
  this.checkStatusAndLoginPromise = null;
131
130
  this.jmfeRegisterStatePromise = null;
132
131
  this.jdScreenSizeInfoPromise = null;
133
132
  this.rootEleWidthRegisterPromise = null;
134
133
  this.lbsAddressCachePromise = null;
135
134
  this.languageCacheProimse = null;
136
135
  this.languageJsonData = langeJsonDataForCn;
137
136
  this.rootEleInitWidth = this.getRootEleWindowWidthInfo().getRootEleWidth || -1;
138
137
  this.loadOtherSdk();
139
138
  if (isJdApp) {
140
139
  this.jmfeReayPromise();
141
140
  this._getJdPadMinWidthForListen() && this.getPadWindowRootEleWidthPromise();
142
141
  if (isJdAndHarmonyDevice) {
143
142
  this.renderNextTickLoadSdk(2000);
144
143
  }
145
144
  }
146
145
  }
147
146
  _getConfig(opt) {
148
147
  return Object.assign({}, DefaultConfig, opt);
149
148
  }
150
149
  _getJdPadMinWidthForListen() {
151
150
  return (
152
151
  isJdApp &&
153
152
  Math.min(window.screen.width, window.screen.height) >
154
153
  (window?.shopGlobalSwitch?.checkPadRootEleMinWidth || 600)
155
154
  );
156
155
  }
157
156
 
158
157
  jmfeReayPromise(): Promise<any> {
159
158
  if (isJdApp) {
160
159
  if (this.jmfeRegisterState) {
161
160
  return Promise.resolve(true);
162
161
  } else {
163
162
  !this.jmfeRegisterStatePromise &&
164
163
  (this.jmfeRegisterStatePromise = new Promise((resolve, reject) => {
165
164
  ready('jmfe', 3000)
166
165
  .then(() => {
167
166
  window?.jmfe && window.jmfe.registerCode(JSSDK_APP_WEBVIEW_CODE);
168
167
  this.jmfeRegisterState = true;
169
168
  resolve(true);
170
169
  console.log(
171
170
  '松果app内初始化注册jmfe认证完成',
172
171
  window?.jmfe,
173
172
  '当前版本',
174
173
  window?.jmfe?.VERSION,
175
174
  );
176
175
  })
177
176
  .catch((err) => {
178
177
  console.error('jmfe ready error', err);
179
178
  reject(false);
180
179
  });
181
180
  }));
182
181
  return this.jmfeRegisterStatePromise;
183
182
  }
184
183
  } else {
185
184
  return Promise.reject(false);
186
185
  }
187
186
  }
188
187
 
189
188
  getJdScreenSizeInfoPromise() {
190
189
  !this.jdScreenSizeInfoPromise &&
191
190
  (this.jdScreenSizeInfoPromise = new Promise((resolve) => {
192
191
  const getThisTime = Date.now();
193
192
  this.jmfeReayPromise().then(() => {
194
193
  return Promise.race([
195
194
  window.jmfe.getScreenSize(),
196
195
  this.taskTimeoutPromise(() => {
197
196
  return {
198
197
  status: '-10',
199
198
  msg: '获取大屏信息2s超时',
200
199
  };
201
200
  }),
202
201
  ])
203
202
  .then((res) => {
204
203
  console.warn('===获取app大屏信息====', res);
205
204
  const { status, data } = res;
206
205
  if (status === '0' && data) {
207
206
  const { sizeType, isLandscape, pageHeight, pageWidth } = data;
208
207
  const getPageInfo = dealNativePixelToCssPixel({
209
208
  pageWidth,
210
209
  pageHeight,
211
210
  });
212
211
  this.info.sysInfo.jdScreenSizeType = sizeType;
213
212
  const getUseTime = Date.now() - getThisTime;
214
213
  console.warn(
215
214
  '===计算是否是app大屏信息,需满足宽度最新720===',
216
215
  getPageInfo,
217
216
  '原始数据',
218
217
  data,
219
218
  '是否是横屏isLandscape为1=',
220
219
  isLandscape,
221
220
  '用时',
222
221
  getUseTime,
223
222
  );
224
223
  if (getPageInfo?.pageWidth > 0) {
225
224
  this.rootEleInitWidth = getPageInfo?.pageWidth;
226
225
  draBusinessCustomReport({
227
226
  type: 'rootEle_width_getJdScreenSizeInfo',
228
227
  errMsg: `根元素获取宽度初始化为0,通过getJdScreenSizeInfo获取结果,用时${getUseTime}`,
229
228
  originReqDataStr: JSON.stringify({
230
229
  isJdApp,
231
230
  getPageInfo,
232
231
  originData: res,
233
232
  }),
234
233
  });
235
234
  resolve(getPageInfo);
236
235
  } else {
237
236
  resolve({
238
237
  pageWidth: 0,
239
238
  pageHeight: 0,
240
239
  msg: '转换异常',
241
240
  });
242
241
  }
243
242
  } else {
244
243
  resolve({
245
244
  pageWidth: 0,
246
245
  pageHeight: 0,
247
246
  msg: '获取大屏信息异常或者超时',
248
247
  });
249
248
  }
250
249
  })
251
250
  .catch((err) => {
252
251
  console.log('获取大屏信息异常', err);
253
252
  resolve({
254
253
  pageWidth: 0,
255
254
  pageHeight: 0,
256
255
  msg: '获取大屏信息异常',
257
256
  });
258
257
  });
259
258
  });
260
259
  }));
261
260
  return this.jdScreenSizeInfoPromise;
262
261
  }
263
262
 
264
263
  listenJdTabletScreenChange() {
265
264
  this.jmfeReayPromise().then(() => {
266
265
  try {
267
266
  console.log('初始化监听大屏信息变化', window.jmfe.listenDeviceScreenChange);
268
267
  window.jmfe.listenDeviceScreenChange((event) => {
269
268
  console.log(
270
269
  '监听app大屏信息变化,orientation为landscape表示横屏,multiScreen为1表示android端分屏',
271
270
  event,
272
271
  '通过前端判断是不是横屏',
273
272
  window.matchMedia('(orientation: landscape)')?.matches,
274
273
  );
275
274
  const { orientation } = event?.data;
276
275
  if (orientation) {
277
276
  this.info.sysInfo.isJdTabletLandscape = orientation === 'landscape';
278
277
  Taro.eventCenter.trigger(
279
278
  TaroEventType.TABLE_SCREEN_CHANGE,
280
279
  this.info.sysInfo.isJdTabletLandscape,
281
280
  orientation,
282
281
  );
283
282
  }
284
283
  });
285
284
  } catch (error) {
286
285
  console.log('listenScreenChange的打印error:', error);
287
286
  }
288
287
  });
289
288
  }
290
289
 
291
290
  updateBusinessDomainAndApi(domain, api) {
292
291
  }
293
292
 
294
293
  formatNativeScreenPageData(action) {
295
294
  let getChangePageInfo: any = null;
296
295
  try {
297
296
  const getNativeScreenPageInfoStr = window.XWebView?._callNative(
298
297
  JSON.stringify({
299
298
  plugin: 'JDHybridScreenPlugin',
300
299
  action,
301
300
  sync: '1',
302
301
  }),
303
302
  );
304
303
  const getChangePageInfoData =
305
304
  typeof getNativeScreenPageInfoStr === 'string'
306
305
  ? JSON.parse(getNativeScreenPageInfoStr)
307
306
  : null;
308
307
  if (getChangePageInfoData && typeof getChangePageInfoData === 'object') {
309
308
  const { code, data } = getChangePageInfoData;
310
309
  getChangePageInfo = code && code === '0' ? data : null;
311
310
  }
312
311
  } catch (e) {
313
312
  console.log('JDHybridScreenPlugin转换异常', e);
314
313
  }
315
314
  return getChangePageInfo;
316
315
  }
317
316
 
318
317
  isAndroidFoldScreen() {
319
318
  return this.formatNativeScreenPageData('isFoldScreen') === '1';
320
319
  }
321
320
 
322
321
  getJdAndroidPageChangeScreenInfo() {
323
322
  const getPageScreenInfo = this.formatNativeScreenPageData('getScreenSize');
324
323
  if (getPageScreenInfo && getPageScreenInfo?.pageWidth && getPageScreenInfo?.pageHeight) {
325
324
  const { pageWidth, pageHeight } = dealNativePixelToCssPixel({
326
325
  pageWidth: getPageScreenInfo.pageWidth,
327
326
  pageHeight: getPageScreenInfo.pageHeight,
328
327
  });
329
328
  getPageScreenInfo.pageWidth = pageWidth;
330
329
  getPageScreenInfo.pageHeight = pageHeight;
331
330
  }
332
331
  return getPageScreenInfo;
333
332
  }
334
333
 
335
334
  getRootEleWindowWidthInfo() {
336
335
  const getRootEleWidth = document.documentElement.getBoundingClientRect().width;
337
336
  const getWindowWidth = window.innerWidth;
338
337
  const getScreenWidth = window.screen.width;
339
338
  return {
340
339
  getRootEleWidth,
341
340
  getWindowWidth,
342
341
  getScreenWidth,
343
342
  };
344
343
  }
345
344
 
346
345
  dealRootEleWidthFn(reportParam = {}, timeout = 0) {
347
346
  const { getRootEleWidth, getWindowWidth, getScreenWidth } = this.getRootEleWindowWidthInfo();
348
347
  console.log(
349
348
  '当前获取根元素的宽度',
350
349
  getRootEleWidth,
351
350
  'getWindowWidth',
352
351
  getWindowWidth,
353
352
  'getScreenWidth',
354
353
  getScreenWidth,
355
354
  );
356
355
  const getLastWidth =
357
356
  getRootEleWidth > 0
358
357
  ? Math.round(getRootEleWidth)
359
358
  : Math.round(getWindowWidth > 0 ? getWindowWidth : getScreenWidth);
360
359
  console.warn(
361
360
  `根元素获取宽度初始化为0,通过getJdScreenSizeInfo获取结果超时,超时时间超时时间${timeout}ms,最终兜底再获取一次根元素宽度${getLastWidth}`,
362
361
  );
363
362
  timeout > 0 &&
364
363
  draBusinessCustomReport({
365
364
  type: 'rootEle_width_timeout_getJdScreenSizeInfo',
366
365
  errMsg: `根元素获取宽度初始化为0,通过getJdScreenSizeInfo获取结果超时,超时时间${timeout}ms,最终兜底再获取一次根元素宽度${getLastWidth}`,
367
366
  originReqDataStr: JSON.stringify({
368
367
  isJdApp,
369
368
  getRootEleWidth,
370
369
  getWindowWidth,
371
370
  getScreenWidth,
372
371
  ...reportParam,
373
372
  }),
374
373
  });
375
374
  return getLastWidth;
376
375
  }
377
376
 
378
377
  getPadWindowRootEleWidthPromise() {
379
378
  if (this.rootEleInitWidth > 0) {
380
379
  return Promise.resolve(this.rootEleInitWidth);
381
380
  } else {
382
381
  !this.rootEleWidthRegisterPromise &&
383
382
  (this.rootEleWidthRegisterPromise = new Promise((resolve) => {
384
383
  const getRootEleInitWidth = this.getRootEleWindowWidthInfo().getRootEleWidth;
385
384
  if (getRootEleInitWidth > 0) {
386
385
  console.log('初始化获取根元素宽度正常,为', getRootEleInitWidth);
387
386
  this.rootEleInitWidth = Math.round(getRootEleInitWidth);
388
387
  resolve(this.rootEleInitWidth);
389
388
  } else {
390
389
  const timerPromise = () => {
391
390
  return new Promise((resolve2) => {
392
391
  window.setTimeout(() => {
393
392
  const { getRootEleWidth, getWindowWidth, getScreenWidth } =
394
393
  this.getRootEleWindowWidthInfo();
395
394
  if (getRootEleWidth > 0 || getWindowWidth > 0) {
396
395
  console.warn(
397
396
  `根元素获取宽度初始化为0,200ms后尝试获取最新结果,getRootEleWidth为${getRootEleWidth},getWindowWidth为${getWindowWidth},getScreenWidth为${getScreenWidth}`,
398
397
  );
399
398
  draBusinessCustomReport({
400
399
  type: 'rootEle_width_200_timeout_info',
401
400
  errMsg: `根元素获取宽度初始化为0,200ms后尝试获取最新结果,getRootEleWidth为${getRootEleWidth},getWindowWidth为${getWindowWidth}`,
402
401
  originReqDataStr: JSON.stringify({
403
402
  isJdApp,
404
403
  getRootEleWidth,
405
404
  getWindowWidth,
406
405
  getScreenWidth,
407
406
  }),
408
407
  });
409
408
  const getRes =
410
409
  getRootEleWidth > 0 && getWindowWidth > 0
411
410
  ? Math.min(getRootEleWidth, getWindowWidth)
412
411
  : Math.max(getRootEleWidth, getWindowWidth);
413
412
  resolve2({
414
413
  pageWidth: Math.round(getRes),
415
414
  });
416
415
  }
417
416
  }, 200);
418
417
  });
419
418
  };
420
419
  Promise.race([timerPromise(), this.getJdScreenSizeInfoPromise()]).then((res) => {
421
420
  const { pageWidth } = res;
422
421
  console.log('获取结果Promise.race getJdScreenSizeInfo', res);
423
422
  pageWidth > 0 ? resolve(pageWidth) : resolve(this.dealRootEleWidthFn(res, 2000));
424
423
  });
425
424
  }
426
425
  }));
427
426
  return this.rootEleWidthRegisterPromise;
428
427
  }
429
428
  }
430
429
 
431
430
  async getSystemInfo(params) {
432
431
  const getParams = Object.assign({}, params || {});
433
432
  if (this.rootEleInitWidth > 0) {
434
433
  getParams['rootEleInitWidth'] = this.rootEleInitWidth;
435
434
  console.log('获取当前系统信息的时候已经获取到根元素宽度,值为', this.rootEleInitWidth);
436
435
  } else {
437
436
  if (this._getJdPadMinWidthForListen()) {
438
437
  getParams['rootEleInitWidth'] = await this.getPadWindowRootEleWidthPromise();
439
438
  getParams['replaceSystemWidth'] = true;
440
439
  }
441
440
  }
442
441
  this.createLanguagePromise();
443
442
  let info: UtilsInterFace.taroGetSystemInfoSyncRes | any = getSystemInfos(getParams);
444
443
  if (isJdAndAndroidDevice && info?.initWindowWidth <= 0) {
445
444
  let _isfoldScreen = false;
446
445
  const getStorageData = getTaroStorageKeyValue('jd_shopx_androidIsFoldScreen');
447
446
  console.info(
448
447
  '获取当前本地存储是否有jd_shopx_androidIsFoldScreen',
449
448
  getStorageData,
450
449
  '通过缓存值第一次判断是否是折叠屏',
451
450
  getStorageData === 'true',
452
451
  );
453
452
  if (!getStorageData) {
454
453
  _isfoldScreen = this.isAndroidFoldScreen();
455
454
  setTaroStorage('jd_shopx_androidIsFoldScreen', `${_isfoldScreen}`);
456
455
  } else {
457
456
  _isfoldScreen = getStorageData === 'true';
458
457
  }
459
458
  if (_isfoldScreen) {
460
459
  const getJdAndroidPageInfo = this.getJdAndroidPageChangeScreenInfo();
461
460
  if (getJdAndroidPageInfo) {
462
461
  info = getSystemInfos(getJdAndroidPageInfo);
463
462
  console.warn(
464
463
  '当前为松果安卓折叠屏app,获取折叠屏信息',
465
464
  getJdAndroidPageInfo,
466
465
  '获取转换后的系统信息',
467
466
  info,
468
467
  );
469
468
  sgmCustomReport({
470
469
  type: 2,
471
470
  code: 'android_jdapp_foldScreen_info',
472
471
  msg: {
473
472
  title: `松果安卓app为折叠屏,重置获取的系统宽高信息,因为获取宽高度信息初始化内部可能存在横竖屏差异`,
474
473
  androidPageInfo: getJdAndroidPageInfo,
475
474
  jdAppVersionStr,
476
475
  taroSysInfo: info,
477
476
  },
478
477
  });
479
478
  }
480
479
  }
481
480
  }
482
481
  if (isJdApp) {
483
482
  info?.isJdTabletDevice && this.listenJdTabletScreenChange();
484
483
  }
485
484
  this.info.sysInfo = {
486
485
  actualNavBarHeight: 0,
487
486
  ...this.info.sysInfo,
488
487
  ...info,
489
488
  safeContentHeight: info?.screenHeight,
490
489
  headerHeight: 0,
491
490
  tabBarHeight: 0,
492
491
  languageType: languageNowType,
493
492
  };
494
493
  if (isJdApp || isH5AndJingGouMini) {
495
494
  this.getLbsAddressCachePromise();
496
495
  }
497
496
  if (isJdApp) {
498
497
  this.info.sysInfo['hostVersionName'] = jdAppVersionStr;
499
498
  this.info.sysInfo['hostAppVersion'] = jdAppVersion;
500
499
  this.getAddressCachePromise();
501
500
  this.getElderModePromise();
502
501
  this.getJDAppearanceStatePromise();
503
502
  this.createJdAndroidRquestEventForTouchStart();
504
503
  }
505
504
  this.getWifiVideoAutoPlayAsync();
506
505
  this.getMPaasConfigAsync();
507
506
  this.getNetWorkType();
508
507
  }
509
508
 
510
509
  taskTimeoutPromise(callBack, timeout = 2000) {
511
510
  return new Promise((resolve) => {
512
511
  setTimeout(() => {
513
512
  const getCallBackRes = typeof callBack === 'function' && callBack();
514
513
  return resolve(getCallBackRes || false);
515
514
  }, timeout);
516
515
  });
517
516
  }
518
517
 
519
518
  getElderModePromise() {
520
519
  if (this.info.sysInfo.hasOwnProperty('jdAppModeType')) {
521
520
  return Promise.resolve(this.info.sysInfo.jdAppModeType);
522
521
  } else {
523
522
  if (isJdAndAndroidDevice) {
524
523
  this.info.sysInfo.jdAppModeType = '0';
525
524
  return Promise.resolve(this.info.sysInfo.jdAppModeType);
526
525
  } else {
527
526
  return Promise.race([
528
527
  this.taskTimeoutPromise(() => {
529
528
  this.info.sysInfo.jdAppModeType = '0';
530
529
  return this.info.sysInfo.jdAppModeType;
531
530
  }),
532
531
  new Promise((resolve) => {
533
532
  const getCallBackName = `getJdCurrentModeType${Date.now()}`;
534
533
  if (!window[getCallBackName]) {
535
534
  window[getCallBackName] = (res) => {
536
535
  try {
537
536
  const getResJson = typeof res === 'string' ? JSON.parse(res) : res;
538
537
  const { status, data, msg } = getResJson;
539
538
  console.log(`获取松果app展示模式成功,返回结果${data}`);
540
539
  if (status === '0') {
541
540
  this.info.sysInfo.jdAppModeType = data;
542
541
  resolve(data);
543
542
  } else {
544
543
  resolve('0');
545
544
  }
546
545
  } catch (e) {
547
546
  resolve('0');
548
547
  }
549
548
  window[getCallBackName] = null;
550
549
  };
551
550
  }
552
551
  window?.webkit?.messageHandlers?.JDAppUnite?.postMessage({
553
552
  method: 'callSyncRouterModuleWithParams',
554
553
  params: JSON.stringify({
555
554
  routerURL: 'router://JDBModeModule/getCurrentMode',
556
555
  routerParam: {},
557
556
  callBackName: `window.${getCallBackName}`,
558
557
  callBackId: `${getCallBackName}Ios`,
559
558
  }),
560
559
  });
561
560
  }),
562
561
  ]);
563
562
  }
564
563
  }
565
564
  }
566
565
  getAPPUseStraightCorner() {
567
566
  const routerURL = 'router://JDBaseUtilsModule/isUI14Enable';
568
567
  const params = {
569
568
  routerURL,
570
569
  routerParam: {},
571
570
  jdRouter: '1',
572
571
  };
573
572
  if (this.info.sysInfo.hasOwnProperty('jdStraightCorner')) {
574
573
  return Promise.resolve(this.info.sysInfo.jdStraightCorner);
575
574
  } else {
576
575
  return this.jmfeReayPromise()
577
576
  .then(() => {
578
577
  if (isJdAndHarmonyDevice || !isJdApp) {
579
578
  console.log('not APP or is Harmony');
580
579
  return Promise.resolve(false);
581
580
  }
582
581
  console.log('jmfe setShareInfo', params);
583
582
  return Promise.race([
584
583
  window.jmfe.callRouter(params),
585
584
  this.taskTimeoutPromise(() => {
586
585
  return false;
587
586
  }),
588
587
  ]).then(({ status, data }) => {
589
588
  console.log('004 ~ file: index.tsx:133 ~ .then ~ data:', data);
590
589
  console.log('004 ~ file: index.tsx:133 ~ .then ~ status:', status);
591
590
  this.info.sysInfo.jdStraightCorner = status === '0' && Number(data) === 1;
592
591
  return Promise.resolve(status === '0' && Number(data) === 1);
593
592
  });
594
593
  })
595
594
  .catch((e) => {
596
595
  console.log('jmfe error', e);
597
596
  return Promise.resolve(false);
598
597
  });
599
598
  }
600
599
  }
601
600
 
602
601
  getJDAppearanceStatePromise() {
603
602
  if (this.info.sysInfo.hasOwnProperty('jdAppearanceState')) {
604
603
  return Promise.resolve(this.info.sysInfo.jdAppearanceState);
605
604
  } else {
606
605
  return Promise.race([
607
606
  this.taskTimeoutPromise(() => {
608
607
  this.info.sysInfo.jdAppearanceState = '0';
609
608
  return this.info.sysInfo.jdAppearanceState;
610
609
  }),
611
610
  new Promise((resolve) => {
612
611
  const getCallBackName = `getJdCurrentAppearanceState${Date.now()}`;
613
612
  if (!window[getCallBackName]) {
614
613
  window[getCallBackName] = (res) => {
615
614
  try {
616
615
  console.log('getJDAppearanceStatePromise', res);
617
616
  const getResJson = typeof res === 'string' ? JSON.parse(res) : res;
618
617
  const { status, data, msg } = getResJson;
619
618
  console.log(`获取松果app是否开启黑暗模式成功,返回结果${data}`);
620
619
  if (status === '0') {
621
620
  this.info.sysInfo.jdAppearanceState = data;
622
621
  resolve(data);
623
622
  } else {
624
623
  resolve('0');
625
624
  }
626
625
  } catch (e) {
627
626
  resolve('0');
628
627
  }
629
628
  window[getCallBackName] = null;
630
629
  };
631
630
  }
632
631
  if (isAndroidDevice) {
633
632
  const jsonString = JSON.stringify({
634
633
  callBackName: `window.${getCallBackName}`,
635
634
  });
636
635
  console.log('window.JDAppearance', window?.JDAppearance);
637
636
  window?.JDAppearance &&
638
637
  window?.JDAppearance?.getUiState &&
639
638
  window.JDAppearance.getUiState(jsonString);
640
639
  } else {
641
640
  window?.webkit?.messageHandlers?.JDAppUnite?.postMessage({
642
641
  method: 'callSyncRouterModuleWithParams',
643
642
  params: JSON.stringify({
644
643
  routerURL: 'router://JDWebViewBusinessModule/getJDAppearanceState',
645
644
  routerParam: {},
646
645
  callBackName: `window.${getCallBackName}`,
647
646
  callBackId: `${getCallBackName}Ios`,
648
647
  }),
649
648
  });
650
649
  }
651
650
  }),
652
651
  ]);
653
652
  }
654
653
  }
655
654
 
656
655
  createJdAndroidRquestEventForTouchStart() {
657
656
  if (isJdAndAndroidDevice && window?.JdAndroid) {
658
657
  const rootEleNode = document.querySelector('body');
659
658
  if (rootEleNode) {
660
659
  rootEleNode.addEventListener('touchstart', this.jdAndroidAddEventListenerTouchStart, false);
661
660
  }
662
661
  }
663
662
  }
664
663
  jdAndroidAddEventListenerTouchStart(e) {
665
664
  const isH5SwiperCustomEle = e?.target?.closest('.J_h5SwiperCustom');
666
665
  if (!isH5SwiperCustomEle && window?.JdAndroid) {
667
666
  const hasCustomEle = e
668
667
  ? e?.target?.closest('.J_customScroll') || e?.target?.closest('.J_customLayout')
669
668
  : false;
670
669
  if (!hasCustomEle) {
671
670
  window?.JdAndroid?.requestEvent && window.JdAndroid.requestEvent(false);
672
671
  console.log(
673
672
  'createJdAndroidRquestEvent 所有松果安卓APP内的document touch start事件执行检测requestEvent并重置为false',
674
673
  );
675
674
  }
676
675
  }
677
676
  }
678
677
  removeJdAndroidRquestEventForTouchStart() {
679
678
  if (isJdAndAndroidDevice && window.JdAndroid) {
680
679
  const rootEleNode = document.querySelector('body');
681
680
  if (rootEleNode) {
682
681
  rootEleNode.removeEventListener(
683
682
  'touchstart',
684
683
  this.jdAndroidAddEventListenerTouchStart,
685
684
  false,
686
685
  );
687
686
  }
688
687
  }
689
688
  }
690
689
 
691
690
  getNetWorkType() {
692
691
  if (isJdApp) {
693
692
  this.jmfeReayPromise().then(() => {
694
693
  window.jmfe
695
694
  .getNetworkStatus()
696
695
  .then(({ status, data }) => {
697
696
  console.log('在app内初始化通过jmfe对象获取网络状态完成,当前网络状态====', data);
698
697
  if (status === '0') {
699
698
  this.info.sysInfo['netWorkType'] = data;
700
699
  } else {
701
700
  this._taroGetNetworkType();
702
701
  }
703
702
  })
704
703
  .catch((err) => {
705
704
  console.log('在app内初始化通过jmfe对象获取网络状态异常====', err);
706
705
  this._taroGetNetworkType();
707
706
  });
708
707
  });
709
708
  } else {
710
709
  this._taroGetNetworkType();
711
710
  }
712
711
  }
713
712
  _taroGetNetworkType() {
714
713
  Taro.getNetworkType().then((getRes) => {
715
714
  if (getRes && getRes.networkType) {
716
715
  this.info.sysInfo['netWorkType'] = getRes.networkType;
717
716
  console.log(
718
717
  '在app内通过taro对象获取网络状态完成,当前网络状态',
719
718
  this.info.sysInfo['netWorkType'],
720
719
  );
721
720
  }
722
721
  });
723
722
  }
724
723
 
725
724
  getCacheAddressRouter() {
726
725
  if (isJdApp) {
727
726
  if (!isJdAndHarmonyDevice) {
728
727
  return Promise.race([
729
728
  new Promise((resolve) => {
730
729
  const getCallBackName = `getJdCacheAddress${Date.now()}`;
731
730
  if (!window[getCallBackName]) {
732
731
  window[getCallBackName] = (res) => {
733
732
  console.warn(`获取松果appGetJdCacheAddressRes,返回结果`, res);
734
733
  try {
735
734
  const getResJson = typeof res === 'string' ? JSON.parse(res) : res;
736
735
  resolve(getResJson);
737
736
  } catch (e) {
738
737
  resolve({
739
738
  status: '-1002',
740
739
  msg: '地址信息解析json异常',
741
740
  res,
742
741
  });
743
742
  }
744
743
  window[getCallBackName] = null;
745
744
  };
746
745
  }
747
746
  const getRouterParam = {
748
747
  sceneId: 'basicShoppingProcess',
749
748
  };
750
749
  if (isAndroidDevice) {
751
750
  return callRouterAndroid({
752
751
  routerURL: 'router://JDAddressModule/getCacheAddress',
753
752
  routerParam: getRouterParam,
754
753
  callBackName: getCallBackName,
755
754
  isSync: true,
756
755
  });
757
756
  } else {
758
757
  return callRouterIOS({
759
758
  routerURL: 'router://JDBAddressCacheManagerModule/getCacheAddress',
760
759
  routerParam: getRouterParam,
761
760
  callBackName: getCallBackName,
762
761
  });
763
762
  }
764
763
  }),
765
764
  this.taskTimeoutPromise(() => {
766
765
  return {
767
766
  status: '-1000',
768
767
  msg: '原生router协议获取地址信息超时',
769
768
  };
770
769
  }, 3000),
771
770
  ]);
772
771
  } else {
773
772
  return Promise.race([
774
773
  new Promise((resolve) => {
775
774
  this.jmfeReayPromise()
776
775
  .then(() => {
777
776
  const plugin = 'JDHybridRouterPlugin';
778
777
  const action = 'callSyncRouterModuleWithParams';
779
778
  const params = {
780
779
  routerURL: 'router://JDAddressCacheModule/getAddressCache?sceneId=1',
781
780
  routerParam: '',
782
781
  };
783
782
  const sync = '1';
784
783
  try {
785
784
  window.jmfe.callNative(plugin, action, params, sync).then((res) => {
786
785
  resolve(res);
787
786
  });
788
787
  } catch (error) {
789
788
  resolve({
790
789
  status: '-1001',
791
790
  msg: '判断jmfe不存在,获取经纬度信息异常',
792
791
  });
793
792
  }
794
793
  })
795
794
  .catch(() => {
796
795
  resolve({
797
796
  status: '-1002',
798
797
  msg: '鸿蒙系统调用jmfe异常,获取失败',
799
798
  });
800
799
  });
801
800
  }),
802
801
  this.taskTimeoutPromise(() => {
803
802
  return {
804
803
  status: '-1000',
805
804
  msg: '原生router协议获取地址信息超时',
806
805
  };
807
806
  }, 3000),
808
807
  ]);
809
808
  }
810
809
  } else if (isH5AndJingGouMini) {
811
810
  return Promise.resolve({
812
811
  status: '-1002',
813
812
  msg: '普通h5暂无业务需要,未实现,获取失败',
814
813
  });
815
814
  } else {
816
815
  return Promise.resolve({
817
816
  status: '-1002',
818
817
  msg: '普通h5暂无业务需要,未实现,获取失败',
819
818
  });
820
819
  }
821
820
  }
822
821
 
823
822
  getAddressCachePromise() {
824
823
  return new Promise((resolve) => {
825
824
  if (this?.info?.sysInfo?.lat && this?.info?.sysInfo?.lng && this?.info?.sysInfo?.area) {
826
825
  resolve({
827
826
  lat: this.info.sysInfo.lat,
828
827
  lng: this.info.sysInfo.lng,
829
828
  area: this?.info?.sysInfo?.area,
830
829
  });
831
830
  } else {
832
831
  this.getCacheAddressRouter()
833
832
  .then((res) => {
834
833
  const { status, data } = res;
835
834
  console.log('原生端获取经纬度及四级地址原始数据结果', status, data, res);
836
835
  if (status === '0' && data) {
837
836
  const { lat, latitude, lng, longitude, provinceId, cityId, countyId, townId } =
838
837
  data || {};
839
838
  let area = '';
840
839
  this.info.sysInfo['lat'] = `${lat || latitude || ''}`;
841
840
  this.info.sysInfo['lng'] = `${lng || longitude || ''}`;
842
841
  const getProvinceIdNum = provinceId ? Number(provinceId) : 0;
843
842
  if (getProvinceIdNum && getProvinceIdNum > 0) {
844
843
  area = `${provinceId}_${cityId || 0}_${countyId || 0}_${townId || 0}`;
845
844
  this.info.pageInfo['address'] = area;
846
845
  this.info.pageInfo['addressCommaStr'] = area.replace(/_/g, ',');
847
846
  this.info.sysInfo['area'] = area;
848
847
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
849
848
  area: this.info.pageInfo.address,
850
849
  });
851
850
  }
852
851
  resolve({
853
852
  lat: this.info.sysInfo['lat'],
854
853
  lng: this.info.sysInfo['lng'],
855
854
  area: area,
856
855
  });
857
856
  } else {
858
857
  if (typeof res === 'object') {
859
858
  draBusinessCustomReport({
860
859
  type: 'jdapp_getCacheAddress_info_err',
861
860
  errMsg: '松果app内通过router协议获取用户地址及经纬度信息异常',
862
861
  originReqDataStr: JSON.stringify({
863
862
  isJdApp,
864
863
  jdAppVersion: jdAppVersionStr,
865
864
  ...res,
866
865
  }),
867
866
  });
868
867
  }
869
868
  resolve({ lat: '', lng: '', area: '' });
870
869
  }
871
870
  })
872
871
  .catch((e) => {
873
872
  console.log('getCacheAddressRouter catch e,获取经纬度信息异常e', e);
874
873
  draBusinessCustomReport({
875
874
  type: 'jdapp_getCacheAddress_info_catch_err',
876
875
  errMsg: '松果app内通过router协议获取用户地址及经纬度信息catch异常',
877
876
  originReqDataStr: JSON.stringify({
878
877
  isJdApp,
879
878
  jdAppVersion: jdAppVersionStr,
880
879
  }),
881
880
  });
882
881
  resolve({ lat: '', lng: '', area: '' });
883
882
  });
884
883
  }
885
884
  });
886
885
  }
887
886
 
888
887
  getLbsCacheAddressRouter() {
889
888
  if (isJdApp) {
890
889
  if (!isJdAndHarmonyDevice) {
891
890
  return Promise.race([
892
891
  new Promise((resolve) => {
893
892
  const getCallBackName = `getJdLbsCacheAddress${Date.now()}`;
894
893
  if (!window[getCallBackName]) {
895
894
  window[getCallBackName] = (res) => {
896
895
  console.warn(`获取松果appGetJdLbsCacheAddressRes,返回结果`, res);
897
896
  try {
898
897
  const getResJson = typeof res === 'string' ? JSON.parse(res) : res;
899
898
  resolve(getResJson);
900
899
  } catch (e) {
901
900
  resolve({
902
901
  status: '-1002',
903
902
  msg: '地址信息解析json异常',
904
903
  res,
905
904
  });
906
905
  }
907
906
  window[getCallBackName] = null;
908
907
  };
909
908
  }
910
909
  const getRouterParam = {
911
910
  appid: '219f70bbbf7e4ede7968bedaa1beafb4',
912
911
  sceneId: 'basicShoppingProcess',
913
912
  };
914
913
  if (isAndroidDevice) {
915
914
  return callRouterAndroid({
916
915
  routerURL: 'router://com.jingdong.app.mall.location.JSLocationManager/getLocation',
917
916
  routerParam: getRouterParam,
918
917
  callBackName: getCallBackName,
919
918
  isSync: true,
920
919
  hasJdRouter: false,
921
920
  });
922
921
  } else {
923
922
  return callRouterIOS({
924
923
  routerURL: 'router://JDBLBSKitModule/getCacheAddressInfo',
925
924
  routerParam: getRouterParam,
926
925
  callBackName: getCallBackName,
927
926
  isSync: true,
928
927
  });
929
928
  }
930
929
  }),
931
930
  this.taskTimeoutPromise(() => {
932
931
  return {
933
932
  status: '-1000',
934
933
  msg: '原生router协议获取lbs地址信息3s超时',
935
934
  };
936
935
  }, 3000),
937
936
  ]);
938
937
  } else {
939
938
  return Promise.resolve({
940
939
  status: '-1001',
941
940
  msg: '鸿蒙系统调用未实现,获取失败',
942
941
  });
943
942
  }
944
943
  } else if (isH5AndJingGouMini) {
945
944
  return this.getLocationForGpsPromise();
946
945
  } else {
947
946
  return Promise.resolve({
948
947
  status: '-1002',
949
948
  msg: '普通h5暂无业务需要,未实现,获取失败',
950
949
  });
951
950
  }
952
951
  }
953
952
  getLocationForGpsPromise() {
954
953
  return new Promise((resolve) => {
955
954
  let hasGetLocationForGps = true;
956
955
  if (urlCookie && urlCookie['loc']) {
957
956
  const [provinceid = 0, cityid = 0, districtid = 0, townid = 0] =
958
957
  urlCookie['loc'].split('_');
959
958
  const getProvinceIdNum = provinceid ? Number(provinceid) : 0;
960
959
  if (getProvinceIdNum && getProvinceIdNum > 0) {
961
960
  hasGetLocationForGps = false;
962
961
  resolve({
963
962
  status: '0',
964
963
  data: {
965
964
  provinceid,
966
965
  cityid,
967
966
  districtid,
968
967
  townid,
969
968
  origin: 'wxapp',
970
969
  },
971
970
  });
972
971
  }
973
972
  }
974
973
  if (hasGetLocationForGps && window?.navigator?.geolocation) {
975
974
  window.navigator.geolocation.getCurrentPosition(
976
975
  (position) => {
977
976
  console.log('h5 浏览器通过原生geolocation获取经纬度结果', position?.coords);
978
977
  if (position?.coords) {
979
978
  resolve({
980
979
  status: '0',
981
980
  data: {
982
981
  srclat: position.coords?.latitude,
983
982
  srclng: position.coords.longitude,
984
983
  origin: 'h5',
985
984
  },
986
985
  });
987
986
  } else {
988
987
  resolve({
989
988
  status: '-1001',
990
989
  msg: 'h5 浏览器通过原生geolocation获取经纬度结果异常,详情见position',
991
990
  position,
992
991
  });
993
992
  }
994
993
  },
995
994
  (error) => {
996
995
  resolve({
997
996
  status: '-1001',
998
997
  msg: 'h5 浏览器通过原生geolocation获取经纬度结果定位异常,详情见error',
999
998
  error,
1000
999
  });
1001
1000
  },
1002
1001
  {
1003
1002
  enableHighAccuracy: false,
1004
1003
  timeout: 3 * 1000,
1005
1004
  maximumAge: 10 * 60 * 1000,
1006
1005
  },
1007
1006
  );
1008
1007
  } else {
1009
1008
  resolve({
1010
1009
  status: '-1001',
1011
1010
  msg: '您的浏览器不支持地理定位',
1012
1011
  });
1013
1012
  }
1014
1013
  });
1015
1014
  }
1016
1015
 
1017
1016
  createLbsCacheAddress(realTimeArea) {
1018
1017
  const getLbsAddressCacheMinuteTime = Number(
1019
1018
  window?.shopGlobalSwitch?.lbsAddressCacheToCookieMinuteTime || 0,
1020
1019
  );
1021
1020
  console.log(
1022
1021
  '获取lbs缓存到cookie的时间,分钟',
1023
1022
  getLbsAddressCacheMinuteTime,
1024
1023
  'lbsAddressCacheToCookieMinuteTime',
1025
1024
  window?.shopGlobalSwitch?.lbsAddressCacheToCookieMinuteTime,
1026
1025
  );
1027
1026
  if (getLbsAddressCacheMinuteTime > 0) {
1028
1027
  const expires = new Date(Date.now() + getLbsAddressCacheMinuteTime * 60 * 1000);
1029
1028
  realTimeArea &&
1030
1029
  cookie.set(cacheH5LbsAddressKey, realTimeArea, {
1031
1030
  path: '/',
1032
1031
  expires,
1033
1032
  });
1034
1033
  }
1035
1034
  }
1036
1035
 
1037
1036
  getLbsAddressCachePromise() {
1038
1037
  if (!this.lbsAddressCachePromise) {
1039
1038
  this.lbsAddressCachePromise = new Promise((resolve) => {
1040
1039
  const getCookieForLbsAddress = window?.shopGlobalSwitch?.lbsAddressCacheToCookieMinuteTime
1041
1040
  ? cookie.get(cacheH5LbsAddressKey)
1042
1041
  : '';
1043
1042
  const getUserLbsAddress = this?.info?.pageInfo?.userLbsAddress;
1044
1043
  if (getUserLbsAddress && getUserLbsAddress !== '') {
1045
1044
  resolve({
1046
1045
  ok: true,
1047
1046
  realTimeArea: getUserLbsAddress,
1048
1047
  });
1049
1048
  } else if (getCookieForLbsAddress && getCookieForLbsAddress !== '') {
1050
1049
  console.info(
1051
1050
  `通过cookie获取缓存的userLbsAddress,${window?.shopGlobalSwitch?.lbsAddressCacheToCookieMinuteTime}分钟内有效`,
1052
1051
  getCookieForLbsAddress,
1053
1052
  );
1054
1053
  this.info.pageInfo['userLbsAddress'] = getCookieForLbsAddress;
1055
1054
  this.info.sysInfo['realTimeArea'] = getCookieForLbsAddress;
1056
1055
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
1057
1056
  realTimeArea: getCookieForLbsAddress,
1058
1057
  });
1059
1058
  resolve({
1060
1059
  ok: true,
1061
1060
  realTimeArea: getCookieForLbsAddress,
1062
1061
  });
1063
1062
  } else {
1064
1063
  this.getLbsCacheAddressRouter()
1065
1064
  .then((res) => {
1066
1065
  const { status, data } = res;
1067
1066
  console.log(
1068
1067
  '原生或者内嵌京购端获取基于lbs的经纬度及四级地址原始数据结果',
1069
1068
  status,
1070
1069
  data,
1071
1070
  res,
1072
1071
  );
1073
1072
  if (status === '0' && data) {
1074
1073
  const { srclat, srclng, provinceid, cityid, districtid, townid, origin } =
1075
1074
  data || {};
1076
1075
  let realTimeArea = '';
1077
1076
  this.info.sysInfo['srclat'] = `${srclat || ''}`;
1078
1077
  this.info.sysInfo['srclng'] = `${srclng || ''}`;
1079
1078
  const getProvinceIdNum = provinceid ? Number(provinceid) : 0;
1080
1079
  if (getProvinceIdNum && getProvinceIdNum > 0) {
1081
1080
  realTimeArea = `${provinceid}_${cityid || 0}_${districtid || 0}_${townid || 0}`;
1082
1081
  this.info.pageInfo['userLbsAddress'] = realTimeArea;
1083
1082
  this.info.sysInfo['realTimeArea'] = realTimeArea;
1084
1083
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
1085
1084
  realTimeArea: this.info.pageInfo.userLbsAddress,
1086
1085
  });
1087
1086
  this.createLbsCacheAddress(realTimeArea);
1088
1087
  } else {
1089
1088
  !origin && (this.lbsAddressCachePromise = null);
1090
1089
  }
1091
1090
  const getValidRealTimeArea = realTimeArea !== '';
1092
1091
  resolve({
1093
1092
  lat: this.info.sysInfo['srclat'],
1094
1093
  lng: this.info.sysInfo['srclng'],
1095
1094
  realTimeArea: realTimeArea,
1096
1095
  ok: getValidRealTimeArea,
1097
1096
  msg: getValidRealTimeArea
1098
1097
  ? '成功'
1099
1098
  : origin
1100
1099
  ? origin
1101
1100
  : '根据router底层获取lbs地址信息异常,详情见data',
1102
1101
  data: getValidRealTimeArea ? null : res,
1103
1102
  });
1104
1103
  if (!getValidRealTimeArea && !origin) {
1105
1104
  draBusinessCustomReport({
1106
1105
  type: 'h5_getLbsCacheAddress_info_err',
1107
1106
  errMsg: '松果app内通过router协议获取基于lbs实时用户地址及经纬度信息catch异常',
1108
1107
  originReqDataStr: JSON.stringify({
1109
1108
  isJdApp,
1110
1109
  jdAppVersion: jdAppVersionStr,
1111
1110
  }),
1112
1111
  });
1113
1112
  }
1114
1113
  } else {
1115
1114
  typeof res === 'object' &&
1116
1115
  draBusinessCustomReport({
1117
1116
  type: 'h5_getLbsCacheAddress_info_err',
1118
1117
  errMsg:
1119
1118
  'h5通过router协议或者浏览器gps获取基于lbs实时用户缓存地址及经纬度信息异常',
1120
1119
  originReqDataStr: JSON.stringify({
1121
1120
  isJdApp,
1122
1121
  jdAppVersion: jdAppVersionStr,
1123
1122
  ...res,
1124
1123
  }),
1125
1124
  });
1126
1125
  this.lbsAddressCachePromise = null;
1127
1126
  resolve({ realTimeArea: '', ok: false });
1128
1127
  }
1129
1128
  })
1130
1129
  .catch((e) => {
1131
1130
  console.log('getLbsAddressCachePromise catch e,获取经纬度信息异常e', e);
1132
1131
  this.lbsAddressCachePromise = null;
1133
1132
  draBusinessCustomReport({
1134
1133
  type: 'h5_getLbsCacheAddress_info_err',
1135
1134
  errMsg:
1136
1135
  'h5内通过router协议获取浏览器gps获取基于lbs实时用户地址及经纬度信息catch异常',
1137
1136
  originReqDataStr: JSON.stringify({
1138
1137
  isJdApp,
1139
1138
  jdAppVersion: jdAppVersionStr,
1140
1139
  }),
1141
1140
  });
1142
1141
  resolve({ realTimeArea: '', ok: false });
1143
1142
  });
1144
1143
  }
1145
1144
  });
1146
1145
  }
1147
1146
  return this.lbsAddressCachePromise;
1148
1147
  }
1149
1148
 
1150
1149
  async updateMPaasConfigAsync(isBeforePageReady: boolean) {
1151
1150
  console.log('updateMPaasConfigAsync isBeforePageReady:', isBeforePageReady);
1152
1151
  if (!isJdApp) {
1153
1152
  return;
1154
1153
  }
1155
1154
  const avifSwitch = await getMPaasConfigByBussinessKey('avifSwitch', isBeforePageReady);
1156
1155
  this.info.sysInfo.dynamicConfig['avifSwitch'] = avifSwitch;
1157
1156
  const hybridHttpSwitch = await getMPaasConfigByBussinessKey(
1158
1157
  'hybridHttpSwitch',
1159
1158
  isBeforePageReady,
1160
1159
  );
1161
1160
  this.info.sysInfo.dynamicConfig['hybridHttpSwitch'] = hybridHttpSwitch;
1162
1161
  const isFollowAppVideoPlayStatus = await getMPaasConfigByBussinessKey(
1163
1162
  'isFollowAppVideoPlayStatus',
1164
1163
  isBeforePageReady,
1165
1164
  );
1166
1165
  console.log(
1167
1166
  'isBeforePageReady:',
1168
1167
  isBeforePageReady,
1169
1168
  'isFollowAppVideoPlayStatus:',
1170
1169
  isFollowAppVideoPlayStatus,
1171
1170
  );
1172
1171
  if (isFollowAppVideoPlayStatus === true || isFollowAppVideoPlayStatus === 'true') {
1173
1172
  this.info.sysInfo.dynamicConfig['isFollowAppVideoPlayStatus'] = true;
1174
1173
  }
1175
1174
  }
1176
1175
 
1177
1176
  async getWifiVideoAutoPlayAsync() {
1178
1177
  this.info.sysInfo['wifiVideoAutoPlay'] = false;
1179
1178
  if (!isJdApp) {
1180
1179
  return;
1181
1180
  }
1182
1181
  const videoPlayStatus = await getWifiVideoAutoPlay().catch((e) => {
1183
1182
  return 0;
1184
1183
  });
1185
1184
  if (Number(videoPlayStatus) === 1) {
1186
1185
  this.info.sysInfo['wifiVideoAutoPlay'] = true;
1187
1186
  }
1188
1187
  }
1189
1188
 
1190
1189
  async getMPaasConfigAsync() {
1191
1190
  this.info.sysInfo.dynamicConfig = {};
1192
1191
  this.info.sysInfo.dynamicConfig['avifSwitch'] = {};
1193
1192
  this.info.sysInfo.dynamicConfig['hybridHttpSwitch'] = {};
1194
1193
  this.info.sysInfo.dynamicConfig['isFollowAppVideoPlayStatus'] = false;
1195
1194
  return this.updateMPaasConfigAsync(true);
1196
1195
  }
1197
1196
 
1198
1197
  getDynamicConfig(key: string) {
1199
1198
  return this.info.sysInfo?.dynamicConfig?.[key];
1200
1199
  }
1201
1200
  async updateMPaasConfig() {
1202
1201
  console.log('updateMPaasConfig');
1203
1202
  if (
1204
1203
  isIosDevice &&
1205
1204
  versionCompare(jdAppVersionStr, MPAAS_CONFIG_APP_VERSION) < 0 &&
1206
1205
  versionCompare(jdAppVersionStr, MPAAS_CONFIG_APP_LOW_VERSION) >= 0
1207
1206
  ) {
1208
1207
  try {
1209
1208
  await this.updateMPaasConfigAsync(false);
1210
1209
  } catch (e) {
1211
1210
  console.log('updateMPaasConfigAsync:', e);
1212
1211
  }
1213
1212
  }
1214
1213
  }
1215
1214
 
1216
1215
  toLogin(options) {
1217
1216
  return this.info.isJingGouMiniViewState || this.info.isJingxiMiniViewState
1218
1217
  ? this.toWxAppLogin(options)
1219
1218
  : this.toWebLogin(options);
1220
1219
  }
1221
1220
 
1222
1221
  doLogin(options) {
1223
1222
  return this.toLogin(options);
1224
1223
  }
1225
1224
 
1226
1225
  doLoginForJdPin(options = {}) {
1227
1226
  return this.doLogin({
1228
1227
  loginColor: {
1229
1228
  biz: WXAPP_BIZ_SHOP_LIGHT_KEY,
1230
1229
  dpin: 0,
1231
1230
  },
1232
1231
  ...options,
1233
1232
  });
1234
1233
  }
1235
1234
 
1236
1235
  toWebLogin(options) {
1237
1236
  let params: {
1238
1237
  returnurl: string;
1239
1238
  } = {
1240
1239
  returnurl: '',
1241
1240
  };
1242
1241
  const checkToPcLogin = options ? options?.isPc : isPc;
1243
1242
  const loginUrl = checkToPcLogin
1244
1243
  ? `//passport.jd.com/new/login.aspx`
1245
1244
  : `${domain.mobileLogin}/user/login.action`;
1246
1245
  const defaultParams = {
1247
1246
  appid: '100',
1248
1247
  returnurl: window.location.href,
1249
1248
  };
1250
1249
  if (isString(options)) {
1251
1250
  params = Object.assign({}, defaultParams, {
1252
1251
  returnurl: options,
1253
1252
  });
1254
1253
  } else if (isObject(options)) {
1255
1254
  const { loginColor, ...otherOptions } = options;
1256
1255
  params = Object.assign({}, defaultParams, otherOptions);
1257
1256
  } else {
1258
1257
  params = defaultParams;
1259
1258
  }
1260
1259
  params.returnurl = encodeURIComponent(params.returnurl);
1261
1260
  let getFullUrl = loginUrl + '?' + serialize(params);
1262
1261
  if (checkToPcLogin) {
1263
1262
  getFullUrl = getFullUrl.replace(/returnurl/, 'ReturnUrl');
1264
1263
  }
1265
1264
  return Promise.resolve({
1266
1265
  h5ToUrl: true,
1267
1266
  url: getFullUrl,
1268
1267
  }).then(() => {
1269
1268
  window.location.href = getFullUrl;
1270
1269
  });
1271
1270
  }
1272
1271
 
1273
1272
  toWxAppLogin(options = {}) {
1274
1273
  console.log('微信京购小程序中h5登录跳转', options);
1275
1274
  return Promise.resolve(true).then(() => {
1276
1275
  const { loginColor } = Object.assign(
1277
1276
  {},
1278
1277
  {
1279
1278
  loginColor: {
1280
1279
  biz: WXAPP_BIZ_KEY,
1281
1280
  dpin: 1,
1282
1281
  },
1283
1282
  },
1284
1283
  options,
1285
1284
  );
1286
1285
  window.location.href = `${domain.wq}/pinbind/pintokenredirect?biz=${
1287
1286
  loginColor.biz
1288
1287
  }&url=${encodeURIComponent(window.location.href)}`;
1289
1288
  });
1290
1289
  }
1291
1290
 
1292
1291
  getLoginCookie() {
1293
1292
  return Promise.resolve({
1294
1293
  pin: cookie.get('pin') || '',
1295
1294
  });
1296
1295
  }
1297
1296
 
1298
1297
  clearLoginCookie() {
1299
1298
  cookie.remove('pin');
1300
1299
  }
1301
1300
 
1302
1301
  checkStatusAndLogin(options = {}) {
1303
1302
  if (!this.checkStatusAndLoginPromise) {
1304
1303
  this.checkStatusAndLoginPromise = new Promise(async (resolve, reject) => {
1305
1304
  try {
1306
1305
  const getLoginState = await this.doCheckLoginStateAndForApiCheck(options);
1307
1306
  if (getLoginState) {
1308
1307
  resolve(true);
1309
1308
  } else {
1310
1309
  this.toLogin(options);
1311
1310
  reject(false);
1312
1311
  }
1313
1312
  } catch (e) {
1314
1313
  this.toLogin(options);
1315
1314
  reject(false);
1316
1315
  }
1317
1316
  });
1318
1317
  return this.checkStatusAndLoginPromise;
1319
1318
  } else {
1320
1319
  return this.checkStatusAndLoginPromise
1321
1320
  .then(() => {
1322
1321
  return Promise.resolve(true);
1323
1322
  })
1324
1323
  .catch(() => {
1325
1324
  this.toLogin(options);
1326
1325
  return Promise.reject(true);
1327
1326
  });
1328
1327
  }
1329
1328
  }
1330
1329
 
1331
1330
  checkJdStatusAndLogin(
1332
1331
  options = {
1333
1332
  loginColor: {
1334
1333
  biz: WXAPP_BIZ_SHOP_LIGHT_KEY,
1335
1334
  dpin: 0,
1336
1335
  },
1337
1336
  },
1338
1337
  ) {
1339
1338
  return this.checkStatusAndLogin(options);
1340
1339
  }
1341
1340
 
1342
1341
  doCheckLoginStateAndForApiCheck(options) {
1343
1342
  if (this.info.loginState) {
1344
1343
  return Promise.resolve(true);
1345
1344
  } else {
1346
1345
  return new Promise((resolve, reject) => {
1347
1346
  if (this.info.isJingGouMiniViewState || this.info.isJingxiMiniViewState) {
1348
1347
  const getWqAuthToken = cookie.get('wq_auth_token');
1349
1348
  const getWqSkey = cookie.get('wq_skey');
1350
1349
  const getWqUin = cookie.get('wq_uin');
1351
1350
  const isLoginState =
1352
1351
  options?.loginColor?.dpin === 0 ? getWqAuthToken : getWqSkey && getWqUin;
1353
1352
  if (isLoginState) {
1354
1353
  this.info.loginState = true;
1355
1354
  resolve(true);
1356
1355
  } else {
1357
1356
  reject(false);
1358
1357
  }
1359
1358
  } else {
1360
1359
  Taro.request({
1361
1360
  url: api.isLogin,
1362
1361
  jsonp: true,
1363
1362
  timeout: 3000,
1364
1363
  success: (res) => {
1365
1364
  const { statusCode, data } = res;
1366
1365
  if (statusCode === 200 && data?.islogin && Number(data.islogin) === 1) {
1367
1366
  this.info.loginState = true;
1368
1367
  resolve(true);
1369
1368
  } else {
1370
1369
  reject(false);
1371
1370
  }
1372
1371
  },
1373
1372
  fail: (err) => {
1374
1373
  console.log('登录检查异常', err);
1375
1374
  reject(false);
1376
1375
  },
1377
1376
  });
1378
1377
  }
1379
1378
  });
1380
1379
  }
1381
1380
  }
1382
1381
 
1383
1382
  checkLoginStatus(options) {
1384
1383
  return new Promise(async (resolve, reject) => {
1385
1384
  try {
1386
1385
  const getLoginState = await this.doCheckLoginStateAndForApiCheck(options);
1387
1386
  if (getLoginState) {
1388
1387
  const { pin } = await this.getLoginCookie();
1389
1388
  this.info.userInfo = {
1390
1389
  pin,
1391
1390
  encodePin: encodeURIComponent(pin),
1392
1391
  ptkey: '',
1393
1392
  };
1394
1393
  resolve(true);
1395
1394
  } else {
1396
1395
  reject(false);
1397
1396
  }
1398
1397
  } catch (e) {
1399
1398
  reject(false);
1400
1399
  }
1401
1400
  });
1402
1401
  }
1403
1402
 
1404
1403
  updatePageAndLogInfo(updateQuery = {}) {
1405
1404
  const createUpdateQueryInfo: {
1406
1405
  query: {
1407
1406
  shopId?: string | number;
1408
1407
  venderId?: string | number;
1409
1408
  };
1410
1409
  updateShopInfoState: boolean;
1411
1410
  } = Object.assign(
1412
1411
  {},
1413
1412
  {
1414
1413
  query: {},
1415
1414
  updateShopInfoState: false,
1416
1415
  },
1417
1416
  updateQuery,
1418
1417
  );
1419
1418
  console.log(
1420
1419
  '获取当前下发的店铺查询参数',
1421
1420
  updateQuery,
1422
1421
  '获取之前保存的shopInfo店铺查询参数',
1423
1422
  this.info?.shopInfo,
1424
1423
  );
1425
1424
  const { query, updateShopInfoState } = createUpdateQueryInfo;
1426
1425
  const { shopId, venderId, un_area } = query;
1427
1426
  if (updateShopInfoState) {
1428
1427
  this.info.queryInfo = {
1429
1428
  ...this.info.queryInfo,
1430
1429
  ...query,
1431
1430
  };
1432
1431
  if (shopId && venderId) {
1433
1432
  this.info.shopInfo = {
1434
1433
  shopId: `${shopId}`,
1435
1434
  venderId: `${venderId}`,
1436
1435
  };
1437
1436
  }
1438
1437
  } else {
1439
1438
  this.info.queryInfo = {
1440
1439
  ...query,
1441
1440
  };
1442
1441
  if (
1443
1442
  this.info.shopInfo?.shopId &&
1444
1443
  this.info.shopInfo?.venderId &&
1445
1444
  (this.info.shopInfo.shopId == shopId || this.info.shopInfo.venderId == venderId)
1446
1445
  ) {
1447
1446
  this.info.queryInfo.shopId = this.info.shopInfo.shopId;
1448
1447
  this.info.queryInfo.venderId = this.info.shopInfo.venderId;
1449
1448
  console.log(
1450
1449
  '当前存储的店铺shopId和venderId与下发的店铺信息shopId或者venderId为同一个,补充shopId或者venderId查询参数',
1451
1450
  this.info.queryInfo,
1452
1451
  );
1453
1452
  }
1454
1453
  }
1455
1454
  this.info.queryInfo['shopId'] &&
1456
1455
  (this.info.queryInfo['shopId'] = `${this.info.queryInfo['shopId']}`);
1457
1456
  this.info.queryInfo['venderId'] &&
1458
1457
  (this.info.queryInfo['venderId'] = `${this.info.queryInfo['venderId']}`);
1459
1458
  console.log(
1460
1459
  'h5==获取店铺下发查询参数\n',
1461
1460
  query,
1462
1461
  '\n获取店铺最后查询参数\n',
1463
1462
  this.info.queryInfo,
1464
1463
  '\n是否为更新店铺状态\n',
1465
1464
  updateShopInfoState,
1466
1465
  );
1467
1466
  const changeArea = un_area && un_area.length > 0 ? un_area : isPc && ipLoc_djd ? ipLoc_djd : '';
1468
1467
  if (changeArea) {
1469
1468
  const getBottomAreaStr = changeArea.replace(/-/g, '_');
1470
1469
  this.info.pageInfo.address = getBottomAreaStr;
1471
1470
  this.info.pageInfo.un_area = getBottomAreaStr;
1472
1471
  this.info.pageInfo.addressCommaStr = getBottomAreaStr.replace(/_/g, ',');
1473
1472
  }
1474
1473
  }
1475
1474
 
1476
1475
  dealLoadSdkList() {
1477
1476
  const globalLoadJsList = window?.shopGlobalSwitch?.asyncLoadJsList ?? [];
1478
1477
  const businessLoadJsList = window?.PAGE_DATA?.businessData?.asyncLoadJsList ?? [];
1479
1478
  const concatLoadJsList = [].concat(globalLoadJsList, businessLoadJsList);
1480
1479
  let mergeLoadJsList = globalLoadJsList;
1481
1480
  try {
1482
1481
  mergeLoadJsList = concatLoadJsList.reduce((accArr: any[], current: any) => {
1483
1482
  const getFindIndex = accArr.findIndex((item) => item?.fileName === current?.fileName);
1484
1483
  getFindIndex !== -1
1485
1484
  ? (accArr[getFindIndex] = { ...accArr[getFindIndex], ...current })
1486
1485
  : accArr.push(current);
1487
1486
  return accArr;
1488
1487
  }, []);
1489
1488
  } catch (e) {
1490
1489
  console.log('LoadJsList合并错误', e);
1491
1490
  }
1492
1491
  console.log(
1493
1492
  'globalLoadJsList',
1494
1493
  globalLoadJsList,
1495
1494
  'businessLoadJsList',
1496
1495
  businessLoadJsList,
1497
1496
  '两个加载jsList集合合并完成',
1498
1497
  mergeLoadJsList,
1499
1498
  );
1500
1499
  this.loadJsSdkList = mergeLoadJsList;
1501
1500
  return this.loadJsSdkList;
1502
1501
  }
1503
1502
 
1504
1503
  renderNextTickLoadSdk(delayTime = 1000) {
1505
1504
  Taro.nextTick(() => {
1506
1505
  console.log(
1507
1506
  '页面渲染的下一帧执行的js加载方法,当前nextTick存在state的渲染问题,先延迟1s=======',
1508
1507
  );
1509
1508
  setTimeout(() => {
1510
1509
  this.loadOtherSdk(LoadJsInitTriggerType.NRXT_TICK, this.loadJsSdkList);
1511
1510
  }, delayTime);
1512
1511
  });
1513
1512
  }
1514
1513
 
1515
1514
  loadOtherSdk(triggerType = LoadJsInitTriggerType.NOW, loadJsList: any[] = []) {
1516
1515
  const getLoadJsList =
1517
1516
  Array.isArray(loadJsList) && loadJsList.length > 0 ? loadJsList : this.dealLoadSdkList();
1518
1517
  const getLoadFilterList = getLoadJsList.filter((item) => {
1519
1518
  if (isJdAndHarmonyDevice && item.fileName === 'addCartJs') {
1520
1519
  item.initLoadType = undefined;
1521
1520
  }
1522
1521
  const getInitLoadEnvType = item?.initLoadEnvType || LoadJsInitLoadEnvType.ALL;
1523
1522
  let getLoastLoadEventState = true;
1524
1523
  if (getInitLoadEnvType === LoadJsInitLoadEnvType.JD_APP) {
1525
1524
  getLoastLoadEventState = isJdApp;
1526
1525
  }
1527
1526
  else if (getInitLoadEnvType === LoadJsInitLoadEnvType.M) {
1528
1527
  getLoastLoadEventState = !isJdApp || !!isJdAndHarmonyDevice;
1529
1528
  }
1530
1529
  const getInitTriggerType =
1531
1530
  isJdApp && item?.initJdAppTriggerType
1532
1531
  ? item?.initTriggerType
1533
1532
  : item?.initTriggerType || LoadJsInitTriggerType.NOW;
1534
1533
  const getInitLinkTriggerWay = window?.PAGE_DATA[item?.initLinkTriggerWay] || false;
1535
1534
  return getLoastLoadEventState && getInitTriggerType === triggerType && getInitLinkTriggerWay;
1536
1535
  });
1537
1536
  console.log(
1538
1537
  '获取当前触发方式',
1539
1538
  triggerType,
1540
1539
  '获取当前最后加载的js集合',
1541
1540
  getLoadFilterList,
1542
1541
  '过滤前的加载集合',
1543
1542
  getLoadJsList,
1544
1543
  );
1545
1544
  getLoadFilterList.length > 0 &&
1546
1545
  getLoadFilterList.forEach((item) => {
1547
1546
  const isLoadState = /sgm/.test(item?.fileName)
1548
1547
  ? window?.shopGlobalSwitch?.openSgm === 'true'
1549
1548
  : true;
1550
1549
  isLoadState &&
1551
1550
  this.loadItemSdkPromise(item)
1552
1551
  .then((res) => {
1553
1552
  console.info('当前js地址' + item?.src, '加载状态', res);
1554
1553
  const isFileNameNewDraSdkJs = res?.fileName === 'newDraSdkJs';
1555
1554
  if (isFileNameNewDraSdkJs && window?.dra?.run) {
1556
1555
  window.dra.run('init', { aid: res?.aid });
1557
1556
  window.dra.run('start');
1558
1557
  }
1559
1558
  })
1560
1559
  .catch((err) => {
1561
1560
  console.info('当前js地址加载异常', item?.src);
1562
1561
  window?.fetchErrorData &&
1563
1562
  window.fetchErrorData({
1564
1563
  title: '公共js加载异常',
1565
1564
  type: 'jsLoad',
1566
1565
  data: err,
1567
1566
  });
1568
1567
  });
1569
1568
  });
1570
1569
  }
1571
1570
  loadScriptEle(jsInfo, resolve, reject) {
1572
1571
  const getFileName = jsInfo?.fileName;
1573
1572
  if (getFileName) {
1574
1573
  const getEleId = `J_loadJs_${getFileName}`;
1575
1574
  const getEle = document.getElementById(getEleId);
1576
1575
  if (!getEle) {
1577
1576
  const jsLoadErrorSgmCode = `jsLoadError_${jsInfo?.fileName || 'customJs'}`;
1578
1577
  const _sgmEle = document.createElement('script');
1579
1578
  _sgmEle.id = getEleId;
1580
1579
  _sgmEle.onload = function () {
1581
1580
  resolve({
1582
1581
  ...jsInfo,
1583
1582
  jsTip: 'js加载成功',
1584
1583
  });
1585
1584
  };
1586
1585
  _sgmEle.onerror = function () {
1587
1586
  reject({
1588
1587
  ...jsInfo,
1589
1588
  env: getSgmCustomCode(jsLoadErrorSgmCode),
1590
1589
  jsReqError: '当前js创建标签触发onerror异常回调,请排查网络络错误或语法错误或运行时错误',
1591
1590
  });
1592
1591
  };
1593
1592
  const dataAttrList = ['timeout', 'fileName', 'env'];
1594
1593
  const getJsInfoKeyList = Object.keys(jsInfo);
1595
1594
  getJsInfoKeyList.forEach((key) => {
1596
1595
  if (key === 'async') {
1597
1596
  _sgmEle.async = jsInfo[key];
1598
1597
  } else if (key === 'crossOrigin') {
1599
1598
  _sgmEle.crossOrigin = jsInfo[key];
1600
1599
  } else if (key === 'src') {
1601
1600
  _sgmEle.src = `${jsInfo[key]}`;
1602
1601
  } else if (dataAttrList.includes(key) || /init/.test(key)) {
1603
1602
  _sgmEle.setAttribute(`data-${key}`, jsInfo[key]);
1604
1603
  } else {
1605
1604
  _sgmEle.setAttribute(key, jsInfo[key]);
1606
1605
  }
1607
1606
  });
1608
1607
  document.head.appendChild(_sgmEle);
1609
1608
  } else {
1610
1609
  console.log(`当前${jsInfo?.fileName || 'js'}已经存在页面中,可以直接调用相关方法`, jsInfo);
1611
1610
  resolve({
1612
1611
  ...jsInfo,
1613
1612
  jsTip: 'js本身已存在页面中',
1614
1613
  });
1615
1614
  }
1616
1615
  } else {
1617
1616
  console.warn('当前js资源信息缺少必要的参数fileName,请关注', jsInfo);
1618
1617
  }
1619
1618
  }
1620
1619
 
1621
1620
  loadItemSdkPromise(jsInfo = {}) {
1622
1621
  if (jsInfo?.src) {
1623
1622
  const getInitLoadType =
1624
1623
  isJdApp && jsInfo?.initJdAppLoadType
1625
1624
  ? jsInfo?.initJdAppLoadType
1626
1625
  : jsInfo?.initLoadType || LoadJsInitLoadType.ALL;
1627
1626
  if (getInitLoadType !== LoadJsInitLoadType.NONE) {
1628
1627
  const getFileKeyName = jsInfo?.fileName || jsInfo?.src;
1629
1628
  if (!this.loadJsSdkListCachePromise[getFileKeyName]) {
1630
1629
  if (getInitLoadType !== LoadJsInitLoadType.INSERT_ELE) {
1631
1630
  this.loadJsSdkListCachePromise[getFileKeyName] = new Promise((resolve, reject) => {
1632
1631
  const jsLoadErrorSgmCode = `jsLoadError_${jsInfo?.fileName || 'customJs'}`;
1633
1632
  try {
1634
1633
  const jsXhrRequest = new XMLHttpRequest();
1635
1634
  jsXhrRequest.timeout = jsInfo?.timeout ?? 2000;
1636
1635
  const jsUrl = `${jsInfo?.src}`;
1637
1636
  jsXhrRequest.open('GET', jsUrl, true);
1638
1637
  jsXhrRequest.onreadystatechange = () => {
1639
1638
  if (jsXhrRequest.readyState === 4) {
1640
1639
  const getReqStatus = jsXhrRequest.status;
1641
1640
  const statusText = jsXhrRequest.statusText;
1642
1641
  if ((getReqStatus >= 200 && getReqStatus < 300) || getReqStatus === 304) {
1643
1642
  const getInsetHeadState = getInitLoadType === LoadJsInitLoadType.ALL;
1644
1643
  if (getInsetHeadState) {
1645
1644
  this.loadScriptEle(jsInfo, resolve, reject);
1646
1645
  } else {
1647
1646
  resolve({
1648
1647
  ...jsInfo,
1649
1648
  jsTip: 'js请求成功,暂未插入head节点,业务自行单独插入',
1650
1649
  });
1651
1650
  }
1652
1651
  getReqStatus !== 200 &&
1653
1652
  sgmCustomReport({
1654
1653
  type: 3,
1655
1654
  code: 'js_load_special_code',
1656
1655
  msg: {
1657
1656
  msg: '当前js加载成功,状态非200,特殊上报观察',
1658
1657
  jsReqState: getReqStatus,
1659
1658
  env: getSgmCustomCode('js_load_special_code'),
1660
1659
  data: jsInfo,
1661
1660
  },
1662
1661
  });
1663
1662
  } else {
1664
1663
  const getRes = {
1665
1664
  ...jsInfo,
1666
1665
  env: getSgmCustomCode(jsLoadErrorSgmCode),
1667
1666
  jsReqError: `请求状态异常,状态码为${getReqStatus},statusText:${statusText}`,
1668
1667
  jsReqState: getReqStatus,
1669
1668
  };
1670
1669
  console.log('当前js请求状态异常,具体信息见', getRes);
1671
1670
  reject(getRes);
1672
1671
  }
1673
1672
  }
1674
1673
  };
1675
1674
  jsXhrRequest.onerror = () => {
1676
1675
  const getRes = {
1677
1676
  ...jsInfo,
1678
1677
  env: getSgmCustomCode(jsLoadErrorSgmCode),
1679
1678
  jsReqError: '请求错误',
1680
1679
  };
1681
1680
  console.log('当前js请求错误', getRes);
1682
1681
  jsXhrRequest.abort();
1683
1682
  reject(getRes);
1684
1683
  };
1685
1684
  jsXhrRequest.ontimeout = () => {
1686
1685
  const getRes = {
1687
1686
  ...jsInfo,
1688
1687
  env: getSgmCustomCode(jsLoadErrorSgmCode),
1689
1688
  jsReqError: `请求${jsXhrRequest.timeout}ms超时异常`,
1690
1689
  jsReqState: jsXhrRequest.status,
1691
1690
  };
1692
1691
  console.log('当前js请求超时异常', getRes);
1693
1692
  jsXhrRequest.abort();
1694
1693
  reject(getRes);
1695
1694
  };
1696
1695
  jsXhrRequest.send();
1697
1696
  } catch (e) {
1698
1697
  console.log('执行js请求异常', e);
1699
1698
  reject({
1700
1699
  ...jsInfo,
1701
1700
  env: getSgmCustomCode(jsLoadErrorSgmCode),
1702
1701
  jsReqError: '未知异常',
1703
1702
  error: e,
1704
1703
  });
1705
1704
  }
1706
1705
  });
1707
1706
  } else {
1708
1707
  this.loadJsSdkListCachePromise[getFileKeyName] = new Promise((resolve, reject) => {
1709
1708
  return this.loadScriptEle(jsInfo, resolve, reject);
1710
1709
  });
1711
1710
  }
1712
1711
  }
1713
1712
  return this.loadJsSdkListCachePromise[getFileKeyName];
1714
1713
  } else {
1715
1714
  return Promise.resolve({
1716
1715
  ...jsInfo,
1717
1716
  jsTip: 'js加载方式设置为不加载,当前不做处理',
1718
1717
  });
1719
1718
  }
1720
1719
  } else {
1721
1720
  return Promise.reject(jsInfo);
1722
1721
  }
1723
1722
  }
1724
1723
 
1725
1724
  createLanguagePromise() {
1726
1725
  const getLanguageConfig = window?.shopGlobalSwitch?.language || {};
1727
1726
  if (!this.languageCacheProimse) {
1728
1727
  this.languageCacheProimse = new Promise((resolve, reject) => {
1729
1728
  const { fileName, prefixUrl } = getLanguageConfig;
1730
1729
  console.log('getLanguageConfig', getLanguageConfig, 'languageNowType', languageNowType);
1731
1730
  const dealLanguageFile = () => {
1732
1731
  this.getLanguageFilePromise(getLanguageConfig,languageNowType)
1733
1732
  .then((res) => {
1734
1733
  if (res && res?.data) {
1735
1734
  this.languageJsonData = res.data;
1736
1735
 
1737
1736
  setTimeout(() => {
1738
1737
  const getOtherLanguageList = languageTypeList.filter(item => item !== languageNowType)
1739
1738
  getOtherLanguageList.length > 0 && getOtherLanguageList.map(languageTypeKey => {
1740
1739
  this.getLanguageFilePromise(getLanguageConfig, languageTypeKey)
1741
1740
  })
1742
1741
  },3000)
1743
1742
  resolve(res);
1744
1743
  } else {
1745
1744
  reject(res);
1746
1745
  }
1747
1746
  })
1748
1747
  .catch((err) => {
1749
1748
  reject(err);
1750
1749
  });
1751
1750
  }
1752
1751
  if (fileName && prefixUrl) {
1753
1752
  const getLangStorageKey = `jshopx_lang_${languageNowType}`
1754
1753
  const getLocalLangRes = getTaroStorageKeyValue(getLangStorageKey);
1755
1754
  if (getLocalLangRes) {
1756
1755
  try {
1757
1756
  const getLocalLangJsonData =
1758
1757
  typeof getLocalLangRes === 'string' ? JSON.parse(getLocalLangRes) : getLocalLangRes;
1759
1758
  if(getLocalLangJsonData?.fileName && getLocalLangJsonData?.data){
1760
1759
  if(getLocalLangJsonData?.fileName === fileName){
1761
1760
  const geThisLangData = getLocalLangJsonData.data
1762
1761
  this.languageJsonData = geThisLangData;
1763
1762
  return resolve({
1764
1763
  ...getLanguageConfig,
1765
1764
  languageNowType,
1766
1765
  data: geThisLangData
1767
1766
  });
1768
1767
  }else {
1769
1768
  dealLanguageFile()
1770
1769
  }
1771
1770
  }else {
1772
1771
  dealLanguageFile()
1773
1772
  }
1774
1773
  } catch (e) {
1775
1774
  return reject({
1776
1775
  languageNowType,
1777
1776
  msg: '转换错误',
1778
1777
  ...getLanguageConfig,
1779
1778
  });
1780
1779
  }
1781
1780
  } else {
1782
1781
  dealLanguageFile()
1783
1782
  }
1784
1783
  } else {
1785
1784
  return reject({
1786
1785
  languageNowType,
1787
1786
  msg: '文件对象下发异常',
1788
1787
  ...getLanguageConfig,
1789
1788
  });
1790
1789
  }
1791
1790
  });
1792
1791
  }
1793
1792
  return this.languageCacheProimse;
1794
1793
  }
1795
1794
 
1796
1795
  getLanguageFilePromise(info,languageTypeKey) {
1797
1796
  const { fileName, prefixUrl, timeout } = info || {};
1798
1797
  const getUrl = `${prefixUrl}${fileName}_${languageTypeKey}.json`;
1799
1798
  return new Promise((resolve, reject) => {
1800
1799
  const langLoadErrorSgmCode = `languageLoadError_${fileName || 'lang.json'}`;
1801
1800
  try {
1802
1801
  const langXhrRequest = new XMLHttpRequest();
1803
1802
  langXhrRequest.timeout = timeout || 2000;
1804
1803
  langXhrRequest.open('GET', getUrl, true);
1805
1804
  langXhrRequest.responseType = 'json';
1806
1805
  langXhrRequest.onreadystatechange = () => {
1807
1806
  if (langXhrRequest.readyState === 4) {
1808
1807
  const getReqStatus = langXhrRequest.status;
1809
1808
  const statusText = langXhrRequest.statusText;
1810
1809
  if ((getReqStatus >= 200 && getReqStatus < 300) || getReqStatus === 304) {
1811
1810
  const getData = langXhrRequest?.response || false;
1812
1811
  if (getData) {
1813
1812
  setTaroStorage(`jshopx_lang_${languageTypeKey}`, {
1814
1813
  fileName,
1815
1814
  data: getData,
1816
1815
  });
1817
1816
  resolve({
1818
1817
  ...info,
1819
1818
  languageTypeKey,
1820
1819
  data: getData,
1821
1820
  });
1822
1821
  } else {
1823
1822
  reject({
1824
1823
  ...info,
1825
1824
  languageTypeKey,
1826
1825
  msg: '数据获取异常',
1827
1826
  });
1828
1827
  }
1829
1828
  } else {
1830
1829
  const getRes = {
1831
1830
  ...info,
1832
1831
  languageTypeKey,
1833
1832
  env: getSgmCustomCode(langLoadErrorSgmCode),
1834
1833
  msg: `请求状态异常,状态码为${getReqStatus},statusText:${statusText}`,
1835
1834
  };
1836
1835
  console.log('当前lang请求状态异常,具体信息见', getRes);
1837
1836
  reject(getRes);
1838
1837
  }
1839
1838
  }
1840
1839
  };
1841
1840
  langXhrRequest.onerror = () => {
1842
1841
  const getRes = {
1843
1842
  ...info,
1844
1843
  env: getSgmCustomCode(langLoadErrorSgmCode),
1845
1844
  msg: '请求错误',
1846
1845
  };
1847
1846
  console.log('当前lang请求错误', getRes);
1848
1847
  langXhrRequest.abort();
1849
1848
  reject(getRes);
1850
1849
  };
1851
1850
  langXhrRequest.ontimeout = () => {
1852
1851
  const getRes = {
1853
1852
  ...info,
1854
1853
  msg: `请求${langXhrRequest.timeout}ms超时异常,状态${langXhrRequest.status}`,
1855
1854
  };
1856
1855
  console.log('执行lang多语言请求超时异常', getRes);
1857
1856
  langXhrRequest.abort();
1858
1857
  reject(getRes);
1859
1858
  };
1860
1859
  langXhrRequest.send();
1861
1860
  } catch (e) {
1862
1861
  console.log('执行lang多语言请求异常', e);
1863
1862
  reject({
1864
1863
  ...info,
1865
1864
  env: getSgmCustomCode(langLoadErrorSgmCode),
1866
1865
  msg: '未知异常',
1867
1866
  error: e,
1868
1867
  });
1869
1868
  }
1870
1869
  });
1871
1870
  }
1871
+ import Taro from '@tarojs/taro';
1872
1872
  BUSINESS_TYPE,
1873
1873
  cacheAppKey,
1874
1874
  cacheAppUuidKey,
1875
1875
  cacheH5LbsAddressKey,
1876
1876
  JSSDK_APP_WEBVIEW_CODE,
1877
1877
  LoadJsInitLoadEnvType,
1878
1878
  LoadJsInitLoadType,
1879
1879
  LoadJsInitTriggerType,
1880
1880
  MPAAS_CONFIG_APP_LOW_VERSION,
1881
1881
  MPAAS_CONFIG_APP_VERSION,
1882
1882
  SECTION_HOME_TAB_NAME_TYPE,
1883
1883
  SECTION_HOME_TAB_TYPE,
1884
1884
  TaroEventType,
1885
1885
  WX_BUSINESS_TYPE,
1886
1886
  WXAPP_BIZ_KEY,
1887
1887
  WXAPP_BIZ_SHOP_LIGHT_KEY,
1888
1888
  languageTypeList,
1889
1889
  getSystemInfos,
1890
1890
  getTaroStorageKeyValue,
1891
1891
  ipLoc_djd,
1892
1892
  setTaroStorage,
1893
1893
  isInJdAppH5DebugMode,
1894
1894
  callRouterAndroid,
1895
1895
  callRouterIOS,
1896
1896
  getMPaasConfigByBussinessKey,
1897
1897
  dealNativePixelToCssPixel,
1898
1898
  draBusinessCustomReport,
1899
1899
  isAndroidDevice,
1900
1900
  isH5AndJingGouMini,
1901
1901
  isIosDevice,
1902
1902
  isJdAndAndroidDevice,
1903
1903
  isObject,
1904
1904
  isPc,
1905
1905
  isString,
1906
1906
  jdAppVersion,
1907
1907
  jdAppVersionStr,
1908
1908
  serialize,
1909
1909
  languageNowType,
1910
1910
  urlCookie,
1911
1911
  isAscfApp,
1912
1912
  jdAppVersionCompare,
1913
1913
  abTestLabels: {},
1914
1914
  nonSellableSkuids: {},
1915
1915
  loginState: false,
1916
1916
  cookiesStr: '',
1917
1917
  userInfo: userPinKey,
1918
1918
  isImmersive:
1919
1919
  !window?.shopGlobalSwitch?.disableImmersive &&
1920
1920
  isJdApp &&
1921
1921
  window.location?.search.includes('immersive=1'),
1922
1922
  isJingGouMiniViewState: false,
1923
1923
  isJingxiMiniViewState: false,
1924
1924
  baseAddCartSwitch: true,
1925
1925
  pageInfo: {
1926
1926
  wxBusinessType: WX_BUSINESS_TYPE.NO,
1927
1927
  address: '',
1928
1928
  addressCommaStr: '',
1929
1929
  un_area: '',
1930
1930
  userLbsAddress: '',
1931
1931
  vapptype: '1',
1932
1932
  pageType: 'home',
1933
1933
  isExposureState: false,
1934
1934
  moduleId: '',
1935
1935
  entrance: '',
1936
1936
  dataType: BUSINESS_TYPE.ONLINE,
1937
1937
  floorExposureInfo: {},
1938
1938
  floorVideInfo: {},
1939
1939
  productVideInfo: {},
1940
1940
  tabsLoadAllDataInfo: {
1941
1941
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN]]: false,
1942
1942
  },
1943
1943
  updateShopInfosAllState: false,
1944
1944
  isVipShop: false,
1945
1945
  isJdShowNativeImmersivePlayer: false,
1946
1946
  isSuperBrandShop: false,
1947
1947
  ...shopConfig,
1948
1948
  pageScrollTop: 0,
1949
1949
  pageIdxHeightInfo: {
1950
1950
  list: [],
1951
1951
  },
1952
1952
  shopNavBarHeight: 0,
1953
1953
  },
1954
1954
  defaultQueryLogInfo: {
1955
1955
  sourceType: 'JDshop',
1956
1956
  sourceValue: '',
1957
1957
  moduleId: 'none',
1958
1958
  entrance: 'none',
1959
1959
  },
1960
1960
  sysInfo: {
1961
1961
  windowWidth: isPc ? 375 : 0,
1962
1962
  containerWidth: isPc ? 375 : 0,
1963
1963
  windowHeight: 0,
1964
1964
  netWorkType: '4g',
1965
1965
  jdBottomBarHeight: 0,
1966
1966
  jdNativeHeaderHeight: 0,
1967
1967
  isJdTabletDevice: false,
1968
1968
  isJdTabletLandscape: false,
1969
1969
  },
1970
1970
  queryInfo: {},
1971
1971
  shopInfo: {},
1972
1972
  openAppData: {},
1973
1973
  public info: CommonInterFace.BaseConfigInfo;
1974
1974
  public config: {
1975
1975
  [key: string]: any;
1976
1976
  };
1977
1977
  public lazyContainer: CommonInterFace.lazyContainer;
1978
1978
  public renderedIsvComponents: CommonInterFace.renderedIsvComponents;
1979
1979
  public rootEleNode: HTMLElement | null;
1980
1980
  public checkStatusAndLoginPromise: object | null;
1981
1981
  private jmfeRegisterStatePromise: Promise<any> | null;
1982
1982
  private jdScreenSizeInfoPromise: Promise<any> | null;
1983
1983
  private rootEleWidthRegisterPromise: Promise<any> | null;
1984
1984
  private loadJsH5tagStatePromise: Promise<any> | null;
1985
1985
  private loadJsApiRequestStatePromise: Promise<any> | null;
1986
1986
  private jmfeRegisterState: boolean;
1987
1987
  public loadJsSdkList: {
1988
1988
  src: string;
1989
1989
  timeout: number;
1990
1990
  fileName: string;
1991
1991
  initTriggerType: typeof LoadJsInitTriggerType;
1992
1992
  initLinkTriggerWay:
1993
1993
  | 'asyncLoadAppSdkJs'
1994
1994
  | 'asyncLoadHandlerJs'
1995
1995
  | 'asyncLoadReportJs'
1996
1996
  | 'asyncLoadMtkJs'
1997
1997
  | 'asyncLoadSecurityJs'
1998
1998
  | 'asyncLoadSgmJs'
1999
1999
  | 'asyncLoadCartJs'
2000
2000
  | 'asyncLoadNewDraSdkJs'
2001
2001
  | 'asyncLoadH5TagJs';
2002
2002
  initLoadEnvType: typeof LoadJsInitLoadEnvType;
2003
2003
  defer?: 'true';
2004
2004
  async?: 'true';
2005
2005
  crossOrigin: 'anonymous' | '';
2006
2006
  }[];
2007
2007
  public loadJsSdkListCachePromise: any;
2008
2008
  public rootEleInitWidth: number;
2009
2009
  public lbsAddressCachePromise: Promise<any> | null;
2010
2010
  public languageCacheProimse: Promise<any> | null;
2011
2011
  public languageJsonData: any | null;
2012
2012
  public businessWorkerReady: boolean;
2013
2013
  public businessWorkerReadyPromise: Promise<any> | null;
2014
2014
  public workerPreRequestData = new Map<string, any>();
2015
2015
  constructor(opt) {
2016
2016
  this.info = this._getConfig(opt);
2017
2017
  this.config = {};
2018
2018
  this.loadJsSdkList = [];
2019
2019
  this.loadJsSdkListCachePromise = {};
2020
2020
  this.lazyContainer = {
2021
2021
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN]]: {
2022
2022
  appLazyContainerList: [],
2023
2023
  appLazyFinishContainerList: [],
2024
2024
  },
2025
2025
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_PROMOTION]]: {
2026
2026
  appLazyContainerList: [],
2027
2027
  appLazyFinishContainerList: [],
2028
2028
  },
2029
2029
  };
2030
2030
  this.renderedIsvComponents = {};
2031
2031
  this.rootEleNode = document.querySelector('body');
2032
2032
  this.checkStatusAndLoginPromise = null;
2033
2033
  this.jmfeRegisterStatePromise = null;
2034
2034
  this.jdScreenSizeInfoPromise = null;
2035
2035
  this.rootEleWidthRegisterPromise = null;
2036
2036
  this.lbsAddressCachePromise = null;
2037
2037
  this.languageCacheProimse = null;
2038
2038
  this.businessWorkerReady = false;
2039
2039
  this.businessWorkerReadyPromise = null;
2040
2040
  this.loadJsH5tagStatePromise = null;
2041
2041
  this.loadJsApiRequestStatePromise = null;
2042
2042
  this.workerPreRequestData = new Map<string, any>();
2043
2043
  this.languageJsonData = langeJsonDataForCn;
2044
2044
  this.rootEleInitWidth = this.getRootEleWindowWidthInfo().getRootEleWidth || -1;
2045
2045
  this._init();
2046
2046
  if (isJdApp) {
2047
2047
  this.jmfeReayPromise().then(() => {
2048
2048
  this.jdWorkerReadyPromise();
2049
2049
  });
2050
2050
  this._getJdPadMinWidthForListen() && this.getPadWindowRootEleWidthPromise();
2051
2051
  }
2052
2052
  }
2053
2053
  _getConfig(opt) {
2054
2054
  return Object.assign({}, DefaultConfig, opt);
2055
2055
  }
2056
2056
  _init() {
2057
2057
  this.loadOtherSdk();
2058
2058
  this.checkJdAddCartState();
2059
2059
  }
2060
2060
 
2061
2061
  checkJdAddCartState() {
2062
2062
  const getJdAppForNotMainRemoveCartUaList = isJdApp
2063
2063
  ? window?.PAGE_DATA?.businessData?.jdAppForNotMainRemoveCartUaList
2064
2064
  : undefined;
2065
2065
  if (
2066
2066
  getJdAppForNotMainRemoveCartUaList &&
2067
2067
  Array.isArray(getJdAppForNotMainRemoveCartUaList) &&
2068
2068
  getJdAppForNotMainRemoveCartUaList.length > 0
2069
2069
  ) {
2070
2070
  const setFilterReg = new RegExp(getJdAppForNotMainRemoveCartUaList.join('|'), 'i');
2071
2071
  this.info.baseAddCartSwitch = !setFilterReg.test(window.navigator.userAgent);
2072
2072
  }
2073
2073
  }
2074
2074
 
2075
2075
  loadApiSafeSteadyReayPromise() {
2076
2076
  if (!this.loadJsApiRequestStatePromise) {
2077
2077
  this.loadJsApiRequestStatePromise = this.loadOtherSdk(LoadJsInitTriggerType.API_REQUEST);
2078
2078
  }
2079
2079
  return this.loadJsApiRequestStatePromise;
2080
2080
  }
2081
2081
 
2082
2082
  loadH5tagReayPromise() {
2083
2083
  if (!this.loadJsH5tagStatePromise) {
2084
2084
  const h5TagJs = this.loadJsSdkList.find((e) => e.fileName === 'h5TagJs');
2085
2085
  this.loadJsH5tagStatePromise = !h5TagJs
2086
2086
  ? Promise.resolve(true)
2087
2087
  : this.loadOtherSdk(LoadJsInitTriggerType.NOW, [
2088
2088
  Object.assign({}, h5TagJs, {
2089
2089
  initTriggerType: LoadJsInitTriggerType.NOW,
2090
2090
  }),
2091
2091
  ]);
2092
2092
  }
2093
2093
  return this.loadJsH5tagStatePromise;
2094
2094
  }
2095
2095
 
2096
2096
  jmfeReayPromise(): Promise<any> {
2097
2097
  if (isJdApp) {
2098
2098
  if (this.jmfeRegisterState) {
2099
2099
  return Promise.resolve(true);
2100
2100
  } else {
2101
2101
  !this.jmfeRegisterStatePromise &&
2102
2102
  (this.jmfeRegisterStatePromise = new Promise((resolve, reject) => {
2103
2103
  ready('jmfe', 3000)
2104
2104
  .then(() => {
2105
2105
  window?.jmfe && window.jmfe.registerCode(JSSDK_APP_WEBVIEW_CODE);
2106
2106
  this.jmfeRegisterState = true;
2107
2107
  resolve(true);
2108
2108
  console.log(
2109
2109
  '松果app内初始化注册jmfe认证完成',
2110
2110
  window?.jmfe,
2111
2111
  '当前版本',
2112
2112
  window?.jmfe?.VERSION,
2113
2113
  );
2114
2114
  })
2115
2115
  .catch((err) => {
2116
2116
  console.error('jmfe ready error', err);
2117
2117
  reject(false);
2118
2118
  });
2119
2119
  }));
2120
2120
  return this.jmfeRegisterStatePromise;
2121
2121
  }
2122
2122
  } else {
2123
2123
  return Promise.reject(false);
2124
2124
  }
2125
2125
  }
2126
2126
 
2127
2127
  jdWorkerReadyPromise(): Promise<any> {
2128
2128
  if (isJdApp) {
2129
2129
  if (this.businessWorkerReady) {
2130
2130
  return Promise.resolve(true);
2131
2131
  } else {
2132
2132
  const getOpenJdWorkerState =
2133
2133
  window?.PAGE_DATA?.businessData?.businessWorkerVersion &&
2134
2134
  versionCompare(
2135
2135
  jdAppVersionStr,
2136
2136
  window?.shopGlobalSwitch?.jdAppWorkerOpenVersion || '15.3.10',
2137
2137
  ) >= 0;
2138
2138
  !this.businessWorkerReadyPromise &&
2139
2139
  (this.businessWorkerReadyPromise = getOpenJdWorkerState
2140
2140
  ? new Promise((resolve) => {
2141
2141
  this.jmfeReayPromise()
2142
2142
  .then(() => {
2143
2143
  window.jmfe
2144
2144
  .onMsgForWorker(
2145
2145
  { version_code: window?.PAGE_DATA?.businessData?.businessWorkerVersion },
2146
2146
  (workerData) => {
2147
2147
  console.log('收到业务jd worker消息结果:', workerData);
2148
2148
  if (workerData && workerData?.workerType) {
2149
2149
  const getWorkerType = workerData?.workerType;
2150
2150
  if (getWorkerType === TaroEventType.jdWorkerPreRequest) {
2151
2151
  this.workerPreRequestData.set(workerData?.functionId, workerData);
2152
2152
  Taro.eventCenter.trigger(getWorkerType, workerData);
2153
2153
  } else if (getWorkerType === TaroEventType.jdWorkerRequest) {
2154
2154
  Taro.eventCenter.trigger(getWorkerType, workerData);
2155
2155
  }
2156
2156
  }
2157
2157
  },
2158
2158
  )
2159
2159
  .then(() => {
2160
2160
  console.log('jd worker注册成功');
2161
2161
  this.businessWorkerReady = true;
2162
2162
  resolve(true);
2163
2163
  })
2164
2164
  .catch((error) => {
2165
2165
  console.log(
2166
2166
  'jd worker注册失败,可能是客户端不支持worker,或者worker.js文件加载失败等原因。h5需要在此处做逻辑兜底,无法通过worker处理单独逻辑',
2167
2167
  error,
2168
2168
  );
2169
2169
  draBusinessCustomReport({
2170
2170
  eventName: 'business',
2171
2171
  errorName: 'jmfe_onMsgForWorker_error',
2172
2172
  errorMessage: `jd worker注册失败,可能是客户端不支持worker,或者worker.js文件加载失败等原因。h5需要在此处做逻辑兜底,无法通过worker处理单独逻辑`,
2173
2173
  extraData: JSON.stringify({
2174
2174
  businessWorkerVersion:
2175
2175
  window?.PAGE_DATA?.businessData?.businessWorkerVersion,
2176
2176
  error,
2177
2177
  }),
2178
2178
  });
2179
2179
  resolve(false);
2180
2180
  });
2181
2181
  })
2182
2182
  .catch((err) => {
2183
2183
  console.log('jmfe超时异常,worker注册失败', err);
2184
2184
  resolve(false);
2185
2185
  });
2186
2186
  })
2187
2187
  : Promise.resolve(false));
2188
2188
  }
2189
2189
  return this.businessWorkerReadyPromise;
2190
2190
  } else {
2191
2191
  return Promise.resolve(false);
2192
2192
  }
2193
2193
  }
2194
2194
 
2195
2195
  taskTimeoutPromise(callBack, timeout = 2000) {
2196
2196
  return new Promise((resolve) => {
2197
2197
  setTimeout(
2198
2198
  () => {
2199
2199
  const getCallBackRes = typeof callBack === 'function' && callBack();
2200
2200
  return resolve(getCallBackRes || false);
2201
2201
  },
2202
2202
  isInJdAppH5DebugMode ? 0 : timeout,
2203
2203
  );
2204
2204
  });
2205
2205
  }
2206
2206
  _getJdPadMinWidthForListen() {
2207
2207
  return (
2208
2208
  isJdApp &&
2209
2209
  Math.min(window.screen.width, window.screen.height) >
2210
2210
  (window?.shopGlobalSwitch?.checkPadRootEleMinWidth || 600)
2211
2211
  );
2212
2212
  }
2213
2213
 
2214
2214
  getJdScreenSizeInfoPromise() {
2215
2215
  !this.jdScreenSizeInfoPromise &&
2216
2216
  (this.jdScreenSizeInfoPromise = new Promise((resolve) => {
2217
2217
  const getThisTime = Date.now();
2218
2218
  this.jmfeReayPromise().then(() => {
2219
2219
  return Promise.race([
2220
2220
  window.jmfe.getScreenSize(),
2221
2221
  this.taskTimeoutPromise(() => {
2222
2222
  return {
2223
2223
  status: '-10',
2224
2224
  msg: '获取大屏信息2s超时',
2225
2225
  };
2226
2226
  }),
2227
2227
  ])
2228
2228
  .then((res) => {
2229
2229
  console.warn('===获取app大屏信息====', res);
2230
2230
  const { status, data } = res;
2231
2231
  if (status === '0' && data) {
2232
2232
  const { sizeType, isLandscape, pageHeight, pageWidth } = data;
2233
2233
  const getPageInfo = dealNativePixelToCssPixel({
2234
2234
  pageWidth,
2235
2235
  pageHeight,
2236
2236
  });
2237
2237
  this.info.sysInfo.jdScreenSizeType = sizeType;
2238
2238
  const getUseTime = Date.now() - getThisTime;
2239
2239
  console.warn(
2240
2240
  '===计算是否是app大屏信息,需满足宽度最新720===',
2241
2241
  getPageInfo,
2242
2242
  '原始数据',
2243
2243
  data,
2244
2244
  '是否是横屏isLandscape为1=',
2245
2245
  isLandscape,
2246
2246
  '用时',
2247
2247
  getUseTime,
2248
2248
  );
2249
2249
  if (getPageInfo?.pageWidth > 0) {
2250
2250
  this.rootEleInitWidth = getPageInfo?.pageWidth;
2251
2251
  draBusinessCustomReport({
2252
2252
  eventName: 'UIInteract',
2253
2253
  errorName: 'rootEle_width_getJdScreenSizeInfo',
2254
2254
  errorMessage: `根元素获取宽度初始化为0,通过getJdScreenSizeInfo获取结果,用时${getUseTime}`,
2255
2255
  extraData: JSON.stringify({
2256
2256
  isJdApp,
2257
2257
  getPageInfo,
2258
2258
  originData: res,
2259
2259
  }),
2260
2260
  });
2261
2261
  resolve(getPageInfo);
2262
2262
  } else {
2263
2263
  resolve({
2264
2264
  pageWidth: 0,
2265
2265
  pageHeight: 0,
2266
2266
  msg: '转换异常',
2267
2267
  });
2268
2268
  }
2269
2269
  } else {
2270
2270
  resolve({
2271
2271
  pageWidth: 0,
2272
2272
  pageHeight: 0,
2273
2273
  msg: '获取大屏信息异常或者超时',
2274
2274
  });
2275
2275
  }
2276
2276
  })
2277
2277
  .catch((err) => {
2278
2278
  console.log('获取大屏信息异常', err);
2279
2279
  resolve({
2280
2280
  pageWidth: 0,
2281
2281
  pageHeight: 0,
2282
2282
  msg: '获取大屏信息异常',
2283
2283
  });
2284
2284
  });
2285
2285
  });
2286
2286
  }));
2287
2287
  return this.jdScreenSizeInfoPromise;
2288
2288
  }
2289
2289
 
2290
2290
  listenJdTabletScreenChange() {
2291
2291
  this.jmfeReayPromise().then(() => {
2292
2292
  try {
2293
2293
  console.log('初始化监听大屏信息变化', window.jmfe.listenDeviceScreenChange);
2294
2294
  window.jmfe.listenDeviceScreenChange((event) => {
2295
2295
  console.log(
2296
2296
  '监听app大屏信息变化,orientation为landscape表示横屏,multiScreen为1表示android端分屏',
2297
2297
  event,
2298
2298
  '通过前端判断是不是横屏',
2299
2299
  window.matchMedia('(orientation: landscape)')?.matches,
2300
2300
  );
2301
2301
  const { orientation } = event?.data;
2302
2302
  if (orientation) {
2303
2303
  this.info.sysInfo.isJdTabletLandscape = orientation === 'landscape';
2304
2304
  Taro.eventCenter.trigger(
2305
2305
  TaroEventType.TABLE_SCREEN_CHANGE,
2306
2306
  this.info.sysInfo.isJdTabletLandscape,
2307
2307
  orientation,
2308
2308
  );
2309
2309
  }
2310
2310
  });
2311
2311
  } catch (error) {
2312
2312
  console.log('listenScreenChange的打印error:', error);
2313
2313
  }
2314
2314
  });
2315
2315
  }
2316
2316
 
2317
2317
  updateBusinessDomainAndApi(domain, api) {
2318
2318
  }
2319
2319
 
2320
2320
  formatNativeScreenPageData(action) {
2321
2321
  let getChangePageInfo: any = null;
2322
2322
  try {
2323
2323
  const getNativeScreenPageInfoStr = window.XWebView?._callNative(
2324
2324
  JSON.stringify({
2325
2325
  plugin: 'JDHybridScreenPlugin',
2326
2326
  action,
2327
2327
  sync: '1',
2328
2328
  }),
2329
2329
  );
2330
2330
  const getChangePageInfoData =
2331
2331
  typeof getNativeScreenPageInfoStr === 'string'
2332
2332
  ? JSON.parse(getNativeScreenPageInfoStr)
2333
2333
  : null;
2334
2334
  if (getChangePageInfoData && typeof getChangePageInfoData === 'object') {
2335
2335
  const { code, data } = getChangePageInfoData;
2336
2336
  getChangePageInfo = code && code === '0' ? data : null;
2337
2337
  }
2338
2338
  } catch (e) {
2339
2339
  console.log('JDHybridScreenPlugin转换异常', e);
2340
2340
  }
2341
2341
  return getChangePageInfo;
2342
2342
  }
2343
2343
 
2344
2344
  isAndroidFoldScreen() {
2345
2345
  return this.formatNativeScreenPageData('isFoldScreen') === '1';
2346
2346
  }
2347
2347
 
2348
2348
  isHarmonyFoldScreenPromise(): Promise<{
2349
2349
  isFoldScreen: boolean;
2350
2350
  getFoldDisplayMode?: number;
2351
2351
  }> {
2352
2352
  return new Promise((resolve) => {
2353
2353
  this.jmfeReayPromise()
2354
2354
  .then(() => {
2355
2355
  if (window.jmfe?.callNative) {
2356
2356
  Promise.all([
2357
2357
  window.jmfe.callNative('JDHybridScreenPlugin', 'isFoldScreen', {}),
2358
2358
  window.jmfe.callNative('JDHybridScreenPlugin', 'getFoldDisplayMode', {}),
2359
2359
  ])
2360
2360
  .then((res) => {
2361
2361
  resolve({
2362
2362
  isFoldScreen: res?.[0]?.data === '1',
2363
2363
  getFoldDisplayMode: res?.[1]?.data,
2364
2364
  });
2365
2365
  })
2366
2366
  .catch(() => {
2367
2367
  resolve({
2368
2368
  isFoldScreen: false,
2369
2369
  getFoldDisplayMode: undefined,
2370
2370
  });
2371
2371
  });
2372
2372
  } else {
2373
2373
  resolve({
2374
2374
  isFoldScreen: false,
2375
2375
  getFoldDisplayMode: undefined,
2376
2376
  });
2377
2377
  }
2378
2378
  })
2379
2379
  .catch(() => {
2380
2380
  resolve({
2381
2381
  isFoldScreen: false,
2382
2382
  getFoldDisplayMode: undefined,
2383
2383
  });
2384
2384
  });
2385
2385
  });
2386
2386
  }
2387
2387
 
2388
2388
  getJdAndroidPageChangeScreenInfo() {
2389
2389
  const getPageScreenInfo = this.formatNativeScreenPageData('getScreenSize');
2390
2390
  if (getPageScreenInfo && getPageScreenInfo?.pageWidth && getPageScreenInfo?.pageHeight) {
2391
2391
  const { pageWidth, pageHeight } = dealNativePixelToCssPixel({
2392
2392
  pageWidth: getPageScreenInfo.pageWidth,
2393
2393
  pageHeight: getPageScreenInfo.pageHeight,
2394
2394
  });
2395
2395
  getPageScreenInfo.pageWidth = pageWidth;
2396
2396
  getPageScreenInfo.pageHeight = pageHeight;
2397
2397
  }
2398
2398
  return getPageScreenInfo;
2399
2399
  }
2400
2400
 
2401
2401
  getRootEleWindowWidthInfo() {
2402
2402
  const getRootEleWidth = document.documentElement.getBoundingClientRect().width;
2403
2403
  const getWindowWidth = window.innerWidth;
2404
2404
  const getScreenWidth = window.screen.width;
2405
2405
  return {
2406
2406
  getRootEleWidth,
2407
2407
  getWindowWidth,
2408
2408
  getScreenWidth,
2409
2409
  };
2410
2410
  }
2411
2411
 
2412
2412
  dealRootEleWidthFn(reportParam = {}, timeout = 0) {
2413
2413
  const { getRootEleWidth, getWindowWidth, getScreenWidth } = this.getRootEleWindowWidthInfo();
2414
2414
  console.log(
2415
2415
  '当前获取根元素的宽度',
2416
2416
  getRootEleWidth,
2417
2417
  'getWindowWidth',
2418
2418
  getWindowWidth,
2419
2419
  'getScreenWidth',
2420
2420
  getScreenWidth,
2421
2421
  );
2422
2422
  const getLastWidth =
2423
2423
  getRootEleWidth > 0
2424
2424
  ? Math.round(getRootEleWidth)
2425
2425
  : Math.round(getWindowWidth > 0 ? getWindowWidth : getScreenWidth);
2426
2426
  console.warn(
2427
2427
  `根元素获取宽度初始化为0,通过getJdScreenSizeInfo获取结果超时,超时时间超时时间${timeout}ms,最终兜底再获取一次根元素宽度${getLastWidth}`,
2428
2428
  );
2429
2429
  timeout > 0 &&
2430
2430
  draBusinessCustomReport({
2431
2431
  eventName: 'UIInteract',
2432
2432
  errorName: 'rootEle_width_timeout_getJdScreenSizeInfo',
2433
2433
  errorMessage: `根元素获取宽度初始化为0,通过getJdScreenSizeInfo获取结果超时,超时时间${timeout}ms,最终兜底再获取一次根元素宽度${getLastWidth}`,
2434
2434
  extraData: JSON.stringify({
2435
2435
  isJdApp,
2436
2436
  getRootEleWidth,
2437
2437
  getWindowWidth,
2438
2438
  getScreenWidth,
2439
2439
  ...reportParam,
2440
2440
  }),
2441
2441
  });
2442
2442
  return getLastWidth;
2443
2443
  }
2444
2444
 
2445
2445
  getPadWindowRootEleWidthPromise() {
2446
2446
  if (this.rootEleInitWidth > 0) {
2447
2447
  return Promise.resolve(this.rootEleInitWidth);
2448
2448
  } else {
2449
2449
  !this.rootEleWidthRegisterPromise &&
2450
2450
  (this.rootEleWidthRegisterPromise = new Promise((resolve) => {
2451
2451
  const getRootEleInitWidth = this.getRootEleWindowWidthInfo().getRootEleWidth;
2452
2452
  if (getRootEleInitWidth > 0) {
2453
2453
  console.log('初始化获取根元素宽度正常,为', getRootEleInitWidth);
2454
2454
  this.rootEleInitWidth = Math.round(getRootEleInitWidth);
2455
2455
  resolve(this.rootEleInitWidth);
2456
2456
  } else {
2457
2457
  const timerPromise = () => {
2458
2458
  return new Promise((resolve2) => {
2459
2459
  window.setTimeout(() => {
2460
2460
  const { getRootEleWidth, getWindowWidth, getScreenWidth } =
2461
2461
  this.getRootEleWindowWidthInfo();
2462
2462
  if (getRootEleWidth > 0 || getWindowWidth > 0) {
2463
2463
  console.warn(
2464
2464
  `根元素获取宽度初始化为0,200ms后尝试获取最新结果,getRootEleWidth为${getRootEleWidth},getWindowWidth为${getWindowWidth},getScreenWidth为${getScreenWidth}`,
2465
2465
  );
2466
2466
  draBusinessCustomReport({
2467
2467
  eventName: 'UIInteract',
2468
2468
  errorName: 'rootEle_width_200_timeout_info',
2469
2469
  errorMessage: `根元素获取宽度初始化为0,200ms后尝试获取最新结果,getRootEleWidth为${getRootEleWidth},getWindowWidth为${getWindowWidth}`,
2470
2470
  extraData: JSON.stringify({
2471
2471
  isJdApp,
2472
2472
  getRootEleWidth,
2473
2473
  getWindowWidth,
2474
2474
  getScreenWidth,
2475
2475
  }),
2476
2476
  });
2477
2477
  const getRes =
2478
2478
  getRootEleWidth > 0 && getWindowWidth > 0
2479
2479
  ? Math.min(getRootEleWidth, getWindowWidth)
2480
2480
  : Math.max(getRootEleWidth, getWindowWidth);
2481
2481
  resolve2({
2482
2482
  pageWidth: Math.round(getRes),
2483
2483
  });
2484
2484
  }
2485
2485
  }, 200);
2486
2486
  });
2487
2487
  };
2488
2488
  Promise.race([timerPromise(), this.getJdScreenSizeInfoPromise()]).then((res) => {
2489
2489
  const { pageWidth } = res;
2490
2490
  console.log('获取结果Promise.race getJdScreenSizeInfo', res);
2491
2491
  pageWidth > 0 ? resolve(pageWidth) : resolve(this.dealRootEleWidthFn(res, 2000));
2492
2492
  });
2493
2493
  }
2494
2494
  }));
2495
2495
  return this.rootEleWidthRegisterPromise;
2496
2496
  }
2497
2497
  }
2498
2498
 
2499
2499
  async getSystemInfo(params) {
2500
2500
  const getParams = Object.assign({}, params || {});
2501
2501
  if (this.rootEleInitWidth > 0) {
2502
2502
  getParams['rootEleInitWidth'] = this.rootEleInitWidth;
2503
2503
  console.log('获取当前系统信息的时候已经获取到根元素宽度,值为', this.rootEleInitWidth);
2504
2504
  } else {
2505
2505
  if (this._getJdPadMinWidthForListen()) {
2506
2506
  getParams['rootEleInitWidth'] = await this.getPadWindowRootEleWidthPromise();
2507
2507
  getParams['replaceSystemWidth'] = true;
2508
2508
  }
2509
2509
  }
2510
2510
  isJdApp && this.createLanguagePromise();
2511
2511
  let info: UtilsInterFace.taroGetSystemInfoSyncRes | any = getSystemInfos(getParams);
2512
2512
  if (isJdAndAndroidDevice && info?.initWindowWidth <= 0) {
2513
2513
  let _isfoldScreen = false;
2514
2514
  const getStorageData = getTaroStorageKeyValue('jd_shopx_androidIsFoldScreen');
2515
2515
  console.info(
2516
2516
  '获取当前本地存储是否有jd_shopx_androidIsFoldScreen',
2517
2517
  getStorageData,
2518
2518
  '通过缓存值第一次判断是否是折叠屏',
2519
2519
  getStorageData === 'true',
2520
2520
  );
2521
2521
  if (!getStorageData) {
2522
2522
  _isfoldScreen = this.isAndroidFoldScreen();
2523
2523
  setTaroStorage('jd_shopx_androidIsFoldScreen', `${_isfoldScreen}`);
2524
2524
  } else {
2525
2525
  _isfoldScreen = getStorageData === 'true';
2526
2526
  }
2527
2527
  if (_isfoldScreen) {
2528
2528
  const getJdAndroidPageInfo = this.getJdAndroidPageChangeScreenInfo();
2529
2529
  if (getJdAndroidPageInfo) {
2530
2530
  info = getSystemInfos(getJdAndroidPageInfo);
2531
2531
  console.warn(
2532
2532
  '当前为松果安卓折叠屏app,获取折叠屏信息',
2533
2533
  getJdAndroidPageInfo,
2534
2534
  '获取转换后的系统信息',
2535
2535
  info,
2536
2536
  );
2537
2537
  draBusinessCustomReport({
2538
2538
  eventName: 'UIInteract',
2539
2539
  errorName: 'android_jdapp_foldScreen_info',
2540
2540
  errorMessage:
2541
2541
  '松果安卓app为折叠屏,重置获取的系统宽高信息,因为获取宽高度信息初始化内部可能存在横竖屏差异',
2542
2542
  extraData: JSON.stringify({
2543
2543
  title: `松果安卓app为折叠屏,重置获取的系统宽高信息,因为获取宽高度信息初始化内部可能存在横竖屏差异`,
2544
2544
  androidPageInfo: getJdAndroidPageInfo,
2545
2545
  jdAppVersionStr,
2546
2546
  taroSysInfo: info,
2547
2547
  }),
2548
2548
  });
2549
2549
  }
2550
2550
  }
2551
2551
  }
2552
2552
  if (isJdApp) {
2553
2553
  info?.isJdTabletDevice && this.listenJdTabletScreenChange();
2554
2554
  }
2555
2555
  this.info.sysInfo = {
2556
2556
  actualNavBarHeight: 0,
2557
2557
  ...this.info.sysInfo,
2558
2558
  ...info,
2559
2559
  safeContentHeight: info?.screenHeight,
2560
2560
  headerHeight: 0,
2561
2561
  tabBarHeight: 0,
2562
2562
  languageType: languageNowType,
2563
2563
  };
2564
2564
  if (isJdApp || isH5AndJingGouMini) {
2565
2565
  this.getLbsAddressCachePromise();
2566
2566
  }
2567
2567
  if (isJdApp) {
2568
2568
  this.info.sysInfo['hostVersionName'] = jdAppVersionStr;
2569
2569
  this.info.sysInfo['hostAppVersion'] = jdAppVersion;
2570
2570
  this.getJdAppBaseInfo();
2571
2571
  this.getAddressCachePromise();
2572
2572
  this.getElderModePromise();
2573
2573
  this.getJDAppearanceStatePromise();
2574
2574
  this.createJdAndroidRquestEventForTouchStart();
2575
2575
  }
2576
2576
  this.getWifiVideoAutoPlayAsync();
2577
2577
  this.getMPaasConfigAsync();
2578
2578
  this.getNetWorkType();
2579
2579
  }
2580
2580
 
2581
2581
  getElderModePromise() {
2582
2582
  if (this.info.sysInfo.hasOwnProperty('jdAppModeType')) {
2583
2583
  return Promise.resolve(this.info.sysInfo.jdAppModeType);
2584
2584
  } else {
2585
2585
  if (isJdAndAndroidDevice) {
2586
2586
  this.info.sysInfo.jdAppModeType = '0';
2587
2587
  return Promise.resolve(this.info.sysInfo.jdAppModeType);
2588
2588
  } else {
2589
2589
  return Promise.race([
2590
2590
  this.taskTimeoutPromise(() => {
2591
2591
  this.info.sysInfo.jdAppModeType = '0';
2592
2592
  return this.info.sysInfo.jdAppModeType;
2593
2593
  }),
2594
2594
  new Promise((resolve) => {
2595
2595
  const getCallBackName = `getJdCurrentModeType${Date.now()}`;
2596
2596
  if (!window[getCallBackName]) {
2597
2597
  window[getCallBackName] = (res) => {
2598
2598
  try {
2599
2599
  const getResJson = typeof res === 'string' ? JSON.parse(res) : res;
2600
2600
  const { status, data, msg } = getResJson;
2601
2601
  console.log(`获取松果app展示模式成功,返回结果${data}`);
2602
2602
  if (status === '0') {
2603
2603
  this.info.sysInfo.jdAppModeType = data;
2604
2604
  resolve(data);
2605
2605
  } else {
2606
2606
  resolve('0');
2607
2607
  }
2608
2608
  } catch (e) {
2609
2609
  resolve('0');
2610
2610
  }
2611
2611
  window[getCallBackName] = null;
2612
2612
  };
2613
2613
  }
2614
2614
  window?.webkit?.messageHandlers?.JDAppUnite?.postMessage({
2615
2615
  method: 'callSyncRouterModuleWithParams',
2616
2616
  params: JSON.stringify({
2617
2617
  routerURL: 'router://JDBModeModule/getCurrentMode',
2618
2618
  routerParam: {},
2619
2619
  callBackName: `window.${getCallBackName}`,
2620
2620
  callBackId: `${getCallBackName}Ios`,
2621
2621
  }),
2622
2622
  });
2623
2623
  }),
2624
2624
  ]);
2625
2625
  }
2626
2626
  }
2627
2627
  }
2628
2628
  getAPPUseStraightCorner() {
2629
2629
  const routerURL = 'router://JDBaseUtilsModule/isUI14Enable';
2630
2630
  const params = {
2631
2631
  routerURL,
2632
2632
  routerParam: {},
2633
2633
  jdRouter: '1',
2634
2634
  };
2635
2635
  if (this.info.sysInfo.hasOwnProperty('jdStraightCorner')) {
2636
2636
  return Promise.resolve(this.info.sysInfo.jdStraightCorner);
2637
2637
  } else {
2638
2638
  return this.jmfeReayPromise()
2639
2639
  .then(() => {
2640
2640
  if (isJdAndHarmonyDevice || !isJdApp) {
2641
2641
  console.log('not APP or is Harmony');
2642
2642
  return Promise.resolve(false);
2643
2643
  }
2644
2644
  console.log('jmfe setShareInfo', params);
2645
2645
  return Promise.race([
2646
2646
  window.jmfe.callRouter(params),
2647
2647
  this.taskTimeoutPromise(() => {
2648
2648
  return false;
2649
2649
  }),
2650
2650
  ]).then(({ status, data }) => {
2651
2651
  console.log('004 ~ file: index.tsx:133 ~ .then ~ data:', data);
2652
2652
  console.log('004 ~ file: index.tsx:133 ~ .then ~ status:', status);
2653
2653
  this.info.sysInfo.jdStraightCorner = status === '0' && Number(data) === 1;
2654
2654
  return Promise.resolve(status === '0' && Number(data) === 1);
2655
2655
  });
2656
2656
  })
2657
2657
  .catch((e) => {
2658
2658
  console.log('jmfe error', e);
2659
2659
  return Promise.resolve(false);
2660
2660
  });
2661
2661
  }
2662
2662
  }
2663
2663
 
2664
2664
  getJDAppearanceStatePromise() {
2665
2665
  if (this.info.sysInfo.hasOwnProperty('jdAppearanceState')) {
2666
2666
  return Promise.resolve(this.info.sysInfo.jdAppearanceState);
2667
2667
  } else {
2668
2668
  return Promise.race([
2669
2669
  this.taskTimeoutPromise(() => {
2670
2670
  this.info.sysInfo.jdAppearanceState = '0';
2671
2671
  return this.info.sysInfo.jdAppearanceState;
2672
2672
  }),
2673
2673
  new Promise((resolve) => {
2674
2674
  const getCallBackName = `getJdCurrentAppearanceState${Date.now()}`;
2675
2675
  if (!window[getCallBackName]) {
2676
2676
  window[getCallBackName] = (res) => {
2677
2677
  try {
2678
2678
  console.log('getJDAppearanceStatePromise', res);
2679
2679
  const getResJson = typeof res === 'string' ? JSON.parse(res) : res;
2680
2680
  const { status, data, msg } = getResJson;
2681
2681
  console.log(`获取松果app是否开启黑暗模式成功,返回结果${data}`);
2682
2682
  if (status === '0') {
2683
2683
  this.info.sysInfo.jdAppearanceState = data;
2684
2684
  resolve(data);
2685
2685
  } else {
2686
2686
  resolve('0');
2687
2687
  }
2688
2688
  } catch (e) {
2689
2689
  resolve('0');
2690
2690
  }
2691
2691
  window[getCallBackName] = null;
2692
2692
  };
2693
2693
  }
2694
2694
  if (isAndroidDevice) {
2695
2695
  const jsonString = JSON.stringify({
2696
2696
  callBackName: `window.${getCallBackName}`,
2697
2697
  });
2698
2698
  console.log('window.JDAppearance', window?.JDAppearance);
2699
2699
  window?.JDAppearance &&
2700
2700
  window?.JDAppearance?.getUiState &&
2701
2701
  window.JDAppearance.getUiState(jsonString);
2702
2702
  } else {
2703
2703
  window?.webkit?.messageHandlers?.JDAppUnite?.postMessage({
2704
2704
  method: 'callSyncRouterModuleWithParams',
2705
2705
  params: JSON.stringify({
2706
2706
  routerURL: 'router://JDWebViewBusinessModule/getJDAppearanceState',
2707
2707
  routerParam: {},
2708
2708
  callBackName: `window.${getCallBackName}`,
2709
2709
  callBackId: `${getCallBackName}Ios`,
2710
2710
  }),
2711
2711
  });
2712
2712
  }
2713
2713
  }),
2714
2714
  ]);
2715
2715
  }
2716
2716
  }
2717
2717
 
2718
2718
  createJdAndroidRquestEventForTouchStart() {
2719
2719
  if (isJdAndAndroidDevice && window?.JdAndroid) {
2720
2720
  const rootEleNode = document.querySelector('body');
2721
2721
  if (rootEleNode) {
2722
2722
  rootEleNode.addEventListener('touchstart', this.jdAndroidAddEventListenerTouchStart, false);
2723
2723
  }
2724
2724
  }
2725
2725
  }
2726
2726
  jdAndroidAddEventListenerTouchStart(e) {
2727
2727
  const isH5SwiperCustomEle = e?.target?.closest('.J_h5SwiperCustom');
2728
2728
  if (!isH5SwiperCustomEle && window?.JdAndroid) {
2729
2729
  const hasCustomEle = e
2730
2730
  ? e?.target?.closest('.J_customScroll') || e?.target?.closest('.J_customLayout')
2731
2731
  : false;
2732
2732
  if (!hasCustomEle) {
2733
2733
  window?.JdAndroid?.requestEvent && window.JdAndroid.requestEvent(false);
2734
2734
  console.log(
2735
2735
  'createJdAndroidRquestEvent 所有松果安卓APP内的document touch start事件执行检测requestEvent并重置为false',
2736
2736
  );
2737
2737
  }
2738
2738
  }
2739
2739
  }
2740
2740
  removeJdAndroidRquestEventForTouchStart() {
2741
2741
  if (isJdAndAndroidDevice && window.JdAndroid) {
2742
2742
  const rootEleNode = document.querySelector('body');
2743
2743
  if (rootEleNode) {
2744
2744
  rootEleNode.removeEventListener(
2745
2745
  'touchstart',
2746
2746
  this.jdAndroidAddEventListenerTouchStart,
2747
2747
  false,
2748
2748
  );
2749
2749
  }
2750
2750
  }
2751
2751
  }
2752
2752
 
2753
2753
  getNetWorkType() {
2754
2754
  if (isJdApp) {
2755
2755
  this.jmfeReayPromise().then(() => {
2756
2756
  window.jmfe
2757
2757
  .getNetworkStatus()
2758
2758
  .then(({ status, data }) => {
2759
2759
  console.log('在app内初始化通过jmfe对象获取网络状态完成,当前网络状态====', data);
2760
2760
  if (status === '0') {
2761
2761
  this.info.sysInfo['netWorkType'] = data;
2762
2762
  } else {
2763
2763
  this._taroGetNetworkType();
2764
2764
  }
2765
2765
  })
2766
2766
  .catch((err) => {
2767
2767
  console.log('在app内初始化通过jmfe对象获取网络状态异常====', err);
2768
2768
  this._taroGetNetworkType();
2769
2769
  });
2770
2770
  });
2771
2771
  } else {
2772
2772
  this._taroGetNetworkType();
2773
2773
  }
2774
2774
  }
2775
2775
  _taroGetNetworkType() {
2776
2776
  Taro.getNetworkType().then((getRes) => {
2777
2777
  if (getRes && getRes.networkType) {
2778
2778
  this.info.sysInfo['netWorkType'] = getRes.networkType;
2779
2779
  console.log(
2780
2780
  '在app内通过taro对象获取网络状态完成,当前网络状态',
2781
2781
  this.info.sysInfo['netWorkType'],
2782
2782
  );
2783
2783
  }
2784
2784
  });
2785
2785
  }
2786
2786
 
2787
2787
  getJdAppBaseInfo() {
2788
2788
  const appKeyCacheToCookieMinuteTime =
2789
2789
  window?.shopGlobalSwitch?.appKeyCacheToCookieMinuteTime || 0,
2790
2790
  appUuidCacheToCookieMinuteTime =
2791
2791
  window?.shopGlobalSwitch?.appUuidCacheToCookieMinuteTime || 0,
2792
2792
  getAppKey = cookie.get(cacheAppKey),
2793
2793
  getAppUuidKey = cookie.get(cacheAppUuidKey);
2794
2794
  console.log(
2795
2795
  '在app内初始化优先通过cookie获取api请求参数集合baseApiKeyParam',
2796
2796
  cacheAppKey,
2797
2797
  getAppKey,
2798
2798
  cacheAppUuidKey,
2799
2799
  getAppUuidKey,
2800
2800
  );
2801
2801
  if (
2802
2802
  appKeyCacheToCookieMinuteTime &&
2803
2803
  appUuidCacheToCookieMinuteTime &&
2804
2804
  getAppKey &&
2805
2805
  getAppUuidKey
2806
2806
  ) {
2807
2807
  const [uuid, eufv] = getAppUuidKey.split('@');
2808
2808
  const baseApiKeyParam = {
2809
2809
  uuid,
2810
2810
  };
2811
2811
  getAppKey !== '-1000' && (baseApiKeyParam['x_app_key'] = getAppKey);
2812
2812
  if (eufv === '1' && /-/.test(uuid)) {
2813
2813
  const [eu, fv] = uuid.split('-');
2814
2814
  baseApiKeyParam['eu'] = eu;
2815
2815
  baseApiKeyParam['fv'] = fv;
2816
2816
  }
2817
2817
  this.info.sysInfo['baseApiKeyParam'] = baseApiKeyParam;
2818
2818
  this.jmfeReayPromise().then(() => {
2819
2819
  console.log('在app内初始化通过cookie获取api请求参数集合baseApiKeyParam', baseApiKeyParam);
2820
2820
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, baseApiKeyParam);
2821
2821
  });
2822
2822
  } else {
2823
2823
  const checkGetJdAppKeyState =
2824
2824
  window?.shopGlobalSwitch?.getJdAppKeyVersion &&
2825
2825
  jdAppVersionCompare(window?.shopGlobalSwitch?.getJdAppKeyVersion) >= 0;
2826
2826
  this.jmfeReayPromise().then(() => {
2827
2827
  Promise.all([
2828
2828
  checkGetJdAppKeyState && window.jmfe?.callNative
2829
2829
  ? window.jmfe.callNative('SwitchQueryPlugin', 'getAppKey', {}, '0')
2830
2830
  : Promise.resolve({
2831
2831
  status: '-1000',
2832
2832
  msg: '当前版本不支持获取松果app中的getAppKey',
2833
2833
  data: '-1000',
2834
2834
  }),
2835
2835
  window.jmfe.getDeviceInfo(),
2836
2836
  ]).then((resList) => {
2837
2837
  const [getAppKeyRes, deviceInfoRes] = resList;
2838
2838
  console.log(
2839
2839
  '在app内初始化通过jmfe获取getAppKey结果',
2840
2840
  getAppKeyRes,
2841
2841
  '通过jmfe获取getDeviceInfo获取结果',
2842
2842
  deviceInfoRes,
2843
2843
  );
2844
2844
  const baseApiKeyParam = {};
2845
2845
  if (['0', '-1000'].includes(getAppKeyRes?.status) && getAppKeyRes?.data) {
2846
2846
  const getJmfeAppKey = getAppKeyRes?.data;
2847
2847
  if (getJmfeAppKey && getJmfeAppKey !== '') {
2848
2848
  getJmfeAppKey !== '-1000' && (baseApiKeyParam['x_app_key'] = getJmfeAppKey);
2849
2849
  const getJdAppKeyCacheToCookieMinuteTime =
2850
2850
  (window?.shopGlobalSwitch?.appKeyCacheToCookieMinuteTime || 0) * 60 * 1000;
2851
2851
  if (getJdAppKeyCacheToCookieMinuteTime) {
2852
2852
  const expires = new Date(Date.now() + getJdAppKeyCacheToCookieMinuteTime);
2853
2853
  cookie.set(cacheAppKey, getJmfeAppKey, {
2854
2854
  path: '/',
2855
2855
  expires,
2856
2856
  });
2857
2857
  }
2858
2858
  }
2859
2859
  }
2860
2860
  if (deviceInfoRes?.status === '0' && deviceInfoRes?.data) {
2861
2861
  const { uuid, eufv = '0', networkType } = deviceInfoRes?.data;
2862
2862
  if (uuid && uuid !== '') {
2863
2863
  networkType && (this.info.sysInfo['netWorkType'] = networkType);
2864
2864
  baseApiKeyParam['uuid'] = uuid;
2865
2865
  if (eufv === '1' && /-/.test(uuid)) {
2866
2866
  const [eu, fv] = uuid.split('-');
2867
2867
  baseApiKeyParam['eu'] = eu;
2868
2868
  baseApiKeyParam['fv'] = fv;
2869
2869
  }
2870
2870
  const getAppUuidCacheToCookieMinuteTime =
2871
2871
  (window?.shopGlobalSwitch?.appUuidCacheToCookieMinuteTime || 0) * 60 * 1000;
2872
2872
  if (getAppUuidCacheToCookieMinuteTime) {
2873
2873
  const expires = new Date(Date.now() + getAppUuidCacheToCookieMinuteTime);
2874
2874
  cookie.set(cacheAppUuidKey, `${uuid}@${eufv}`, {
2875
2875
  path: '/',
2876
2876
  expires,
2877
2877
  });
2878
2878
  }
2879
2879
  }
2880
2880
  }
2881
2881
  console.log(
2882
2882
  '在app内初始化通过jmfe需要更新的基础api请求参数集合baseApiKeyParam',
2883
2883
  baseApiKeyParam,
2884
2884
  );
2885
2885
  if (Object.keys(baseApiKeyParam).length > 0) {
2886
2886
  this.info.sysInfo['baseApiKeyParam'] = baseApiKeyParam;
2887
2887
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, baseApiKeyParam);
2888
2888
  }
2889
2889
  });
2890
2890
  });
2891
2891
  }
2892
2892
  }
2893
2893
 
2894
2894
  getCacheAddressRouter() {
2895
2895
  if (isJdApp) {
2896
2896
  if (!isJdAndHarmonyDevice) {
2897
2897
  return Promise.race([
2898
2898
  new Promise((resolve) => {
2899
2899
  const getCallBackName = `getJdCacheAddress${Date.now()}`;
2900
2900
  if (!window[getCallBackName]) {
2901
2901
  window[getCallBackName] = (res) => {
2902
2902
  console.warn(`获取松果appGetJdCacheAddressRes,返回结果`, res);
2903
2903
  try {
2904
2904
  const getResJson = typeof res === 'string' ? JSON.parse(res) : res;
2905
2905
  resolve(getResJson);
2906
2906
  } catch (e) {
2907
2907
  resolve({
2908
2908
  status: '-1002',
2909
2909
  msg: '地址信息解析json异常',
2910
2910
  res,
2911
2911
  });
2912
2912
  }
2913
2913
  window[getCallBackName] = null;
2914
2914
  };
2915
2915
  }
2916
2916
  const getRouterParam = {
2917
2917
  sceneId: 'basicShoppingProcess',
2918
2918
  };
2919
2919
  if (isAndroidDevice) {
2920
2920
  return callRouterAndroid({
2921
2921
  routerURL: 'router://JDAddressModule/getCacheAddress',
2922
2922
  routerParam: getRouterParam,
2923
2923
  callBackName: getCallBackName,
2924
2924
  isSync: true,
2925
2925
  });
2926
2926
  } else {
2927
2927
  return callRouterIOS({
2928
2928
  routerURL: 'router://JDBAddressCacheManagerModule/getCacheAddress',
2929
2929
  routerParam: getRouterParam,
2930
2930
  callBackName: getCallBackName,
2931
2931
  });
2932
2932
  }
2933
2933
  }),
2934
2934
  this.taskTimeoutPromise(() => {
2935
2935
  return {
2936
2936
  status: '-1000',
2937
2937
  msg: '原生router协议获取地址信息超时',
2938
2938
  };
2939
2939
  }, 3000),
2940
2940
  ]);
2941
2941
  } else {
2942
2942
  return Promise.race([
2943
2943
  new Promise((resolve) => {
2944
2944
  this.jmfeReayPromise()
2945
2945
  .then(() => {
2946
2946
  const plugin = 'JDHybridRouterPlugin';
2947
2947
  const action = 'callSyncRouterModuleWithParams';
2948
2948
  const params = {
2949
2949
  routerURL: 'router://JDAddressCacheModule/getAddressCache?sceneId=1',
2950
2950
  routerParam: '',
2951
2951
  };
2952
2952
  const sync = '1';
2953
2953
  try {
2954
2954
  window.jmfe.callNative(plugin, action, params, sync).then((res) => {
2955
2955
  resolve(res);
2956
2956
  });
2957
2957
  } catch (error) {
2958
2958
  resolve({
2959
2959
  status: '-1001',
2960
2960
  msg: '判断jmfe不存在,获取经纬度信息异常',
2961
2961
  });
2962
2962
  }
2963
2963
  })
2964
2964
  .catch(() => {
2965
2965
  resolve({
2966
2966
  status: '-1002',
2967
2967
  msg: '鸿蒙系统调用jmfe异常,获取失败',
2968
2968
  });
2969
2969
  });
2970
2970
  }),
2971
2971
  this.taskTimeoutPromise(() => {
2972
2972
  return {
2973
2973
  status: '-1000',
2974
2974
  msg: '原生router协议获取地址信息超时',
2975
2975
  };
2976
2976
  }, 3000),
2977
2977
  ]);
2978
2978
  }
2979
2979
  } else if (isH5AndJingGouMini) {
2980
2980
  return Promise.resolve({
2981
2981
  status: '-1002',
2982
2982
  msg: '普通h5暂无业务需要,未实现,获取失败',
2983
2983
  });
2984
2984
  } else {
2985
2985
  return Promise.resolve({
2986
2986
  status: '-1002',
2987
2987
  msg: '普通h5暂无业务需要,未实现,获取失败',
2988
2988
  });
2989
2989
  }
2990
2990
  }
2991
2991
 
2992
2992
  getAddressCachePromise() {
2993
2993
  return new Promise((resolve) => {
2994
2994
  if (this?.info?.sysInfo?.lat && this?.info?.sysInfo?.lng && this?.info?.sysInfo?.area) {
2995
2995
  resolve({
2996
2996
  lat: this.info.sysInfo.lat,
2997
2997
  lng: this.info.sysInfo.lng,
2998
2998
  area: this?.info?.sysInfo?.area,
2999
2999
  });
3000
3000
  } else {
3001
3001
  this.getCacheAddressRouter()
3002
3002
  .then((res) => {
3003
3003
  const { status, data } = res;
3004
3004
  console.log('原生端获取经纬度及四级地址原始数据结果', status, data, res);
3005
3005
  if (status === '0' && data) {
3006
3006
  const { lat, latitude, lng, longitude, provinceId, cityId, countyId, townId } =
3007
3007
  data || {};
3008
3008
  let area = '';
3009
3009
  this.info.sysInfo['lat'] = `${lat || latitude || ''}`;
3010
3010
  this.info.sysInfo['lng'] = `${lng || longitude || ''}`;
3011
3011
  const getProvinceIdNum = provinceId ? Number(provinceId) : 0;
3012
3012
  if (getProvinceIdNum && getProvinceIdNum > 0) {
3013
3013
  area = `${provinceId}_${cityId || 0}_${countyId || 0}_${townId || 0}`;
3014
3014
  this.info.pageInfo['address'] = area;
3015
3015
  this.info.pageInfo['addressCommaStr'] = area.replace(/_/g, ',');
3016
3016
  this.info.sysInfo['area'] = area;
3017
3017
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
3018
3018
  area: this.info.pageInfo.address,
3019
3019
  });
3020
3020
  }
3021
3021
  resolve({
3022
3022
  lat: this.info.sysInfo['lat'],
3023
3023
  lng: this.info.sysInfo['lng'],
3024
3024
  area: area,
3025
3025
  });
3026
3026
  } else {
3027
3027
  if (typeof res === 'object') {
3028
3028
  draBusinessCustomReport({
3029
3029
  eventName: 'business',
3030
3030
  errorName: 'jdapp_getCacheAddress_info_err',
3031
3031
  errorMessage: '松果app内通过router协议获取用户地址及经纬度信息异常',
3032
3032
  extraData: JSON.stringify({
3033
3033
  isJdApp,
3034
3034
  jdAppVersion: jdAppVersionStr,
3035
3035
  ...res,
3036
3036
  }),
3037
3037
  });
3038
3038
  }
3039
3039
  resolve({ lat: '', lng: '', area: '' });
3040
3040
  }
3041
3041
  })
3042
3042
  .catch((e) => {
3043
3043
  console.log('getCacheAddressRouter catch e,获取经纬度信息异常e', e);
3044
3044
  draBusinessCustomReport({
3045
3045
  eventName: 'business',
3046
3046
  errorName: 'jdapp_getCacheAddress_info_catch_err',
3047
3047
  errorMessage: '松果app内通过router协议获取用户地址及经纬度信息catch异常',
3048
3048
  extraData: JSON.stringify({
3049
3049
  isJdApp,
3050
3050
  jdAppVersion: jdAppVersionStr,
3051
3051
  }),
3052
3052
  });
3053
3053
  resolve({ lat: '', lng: '', area: '' });
3054
3054
  });
3055
3055
  }
3056
3056
  });
3057
3057
  }
3058
3058
 
3059
3059
  getLbsCacheAddressRouter() {
3060
3060
  if (isJdApp) {
3061
3061
  if (!isJdAndHarmonyDevice) {
3062
3062
  return Promise.race([
3063
3063
  new Promise((resolve) => {
3064
3064
  const getCallBackName = `getJdLbsCacheAddress${Date.now()}`;
3065
3065
  if (!window[getCallBackName]) {
3066
3066
  window[getCallBackName] = (res) => {
3067
3067
  console.warn(`获取松果appGetJdLbsCacheAddressRes,返回结果`, res);
3068
3068
  try {
3069
3069
  const getResJson = typeof res === 'string' ? JSON.parse(res) : res;
3070
3070
  resolve(getResJson);
3071
3071
  } catch (e) {
3072
3072
  resolve({
3073
3073
  status: '-1002',
3074
3074
  msg: '地址信息解析json异常',
3075
3075
  res,
3076
3076
  });
3077
3077
  }
3078
3078
  window[getCallBackName] = null;
3079
3079
  };
3080
3080
  }
3081
3081
  const getRouterParam = {
3082
3082
  appid: '219f70bbbf7e4ede7968bedaa1beafb4',
3083
3083
  sceneId: 'basicShoppingProcess',
3084
3084
  };
3085
3085
  if (isAndroidDevice) {
3086
3086
  return callRouterAndroid({
3087
3087
  routerURL: 'router://com.jingdong.app.mall.location.JSLocationManager/getLocation',
3088
3088
  routerParam: getRouterParam,
3089
3089
  callBackName: getCallBackName,
3090
3090
  isSync: true,
3091
3091
  hasJdRouter: false,
3092
3092
  });
3093
3093
  } else {
3094
3094
  return callRouterIOS({
3095
3095
  routerURL: 'router://JDBLBSKitModule/getCacheAddressInfo',
3096
3096
  routerParam: getRouterParam,
3097
3097
  callBackName: getCallBackName,
3098
3098
  isSync: true,
3099
3099
  });
3100
3100
  }
3101
3101
  }),
3102
3102
  this.taskTimeoutPromise(() => {
3103
3103
  return {
3104
3104
  status: '-1000',
3105
3105
  msg: '原生router协议获取lbs地址信息3s超时',
3106
3106
  };
3107
3107
  }, 3000),
3108
3108
  ]);
3109
3109
  } else {
3110
3110
  return Promise.resolve({
3111
3111
  status: '-1001',
3112
3112
  msg: '鸿蒙系统调用未实现,获取失败',
3113
3113
  });
3114
3114
  }
3115
3115
  } else if (isH5AndJingGouMini) {
3116
3116
  return this.getLocationForGpsPromise();
3117
3117
  } else {
3118
3118
  return Promise.resolve({
3119
3119
  status: '-1002',
3120
3120
  msg: '普通h5暂无业务需要,未实现,获取失败',
3121
3121
  });
3122
3122
  }
3123
3123
  }
3124
3124
  getLocationForGpsPromise() {
3125
3125
  return new Promise((resolve) => {
3126
3126
  let hasGetLocationForGps = true;
3127
3127
  if (urlCookie && urlCookie['loc']) {
3128
3128
  const [provinceid = 0, cityid = 0, districtid = 0, townid = 0] =
3129
3129
  urlCookie['loc'].split('_');
3130
3130
  const getProvinceIdNum = provinceid ? Number(provinceid) : 0;
3131
3131
  if (getProvinceIdNum && getProvinceIdNum > 0) {
3132
3132
  hasGetLocationForGps = false;
3133
3133
  resolve({
3134
3134
  status: '0',
3135
3135
  data: {
3136
3136
  provinceid,
3137
3137
  cityid,
3138
3138
  districtid,
3139
3139
  townid,
3140
3140
  origin: 'wxapp',
3141
3141
  },
3142
3142
  });
3143
3143
  }
3144
3144
  }
3145
3145
  if (hasGetLocationForGps && window?.navigator?.geolocation) {
3146
3146
  window.navigator.geolocation.getCurrentPosition(
3147
3147
  (position) => {
3148
3148
  console.log('h5 浏览器通过原生geolocation获取经纬度结果', position?.coords);
3149
3149
  if (position?.coords) {
3150
3150
  resolve({
3151
3151
  status: '0',
3152
3152
  data: {
3153
3153
  srclat: position.coords?.latitude,
3154
3154
  srclng: position.coords.longitude,
3155
3155
  origin: 'h5',
3156
3156
  },
3157
3157
  });
3158
3158
  } else {
3159
3159
  resolve({
3160
3160
  status: '-1001',
3161
3161
  msg: 'h5 浏览器通过原生geolocation获取经纬度结果异常,详情见position',
3162
3162
  position,
3163
3163
  });
3164
3164
  }
3165
3165
  },
3166
3166
  (error) => {
3167
3167
  resolve({
3168
3168
  status: '-1001',
3169
3169
  msg: 'h5 浏览器通过原生geolocation获取经纬度结果定位异常,详情见error',
3170
3170
  error,
3171
3171
  });
3172
3172
  },
3173
3173
  {
3174
3174
  enableHighAccuracy: false,
3175
3175
  timeout: 3 * 1000,
3176
3176
  maximumAge: 10 * 60 * 1000,
3177
3177
  },
3178
3178
  );
3179
3179
  } else {
3180
3180
  resolve({
3181
3181
  status: '-1001',
3182
3182
  msg: '您的浏览器不支持地理定位',
3183
3183
  });
3184
3184
  }
3185
3185
  });
3186
3186
  }
3187
3187
 
3188
3188
  createLbsCacheAddress(realTimeArea) {
3189
3189
  const getLbsAddressCacheMinuteTime = Number(
3190
3190
  window?.shopGlobalSwitch?.lbsAddressCacheToCookieMinuteTime || 0,
3191
3191
  );
3192
3192
  console.log(
3193
3193
  '获取lbs缓存到cookie的时间,分钟',
3194
3194
  getLbsAddressCacheMinuteTime,
3195
3195
  'lbsAddressCacheToCookieMinuteTime',
3196
3196
  window?.shopGlobalSwitch?.lbsAddressCacheToCookieMinuteTime,
3197
3197
  );
3198
3198
  if (getLbsAddressCacheMinuteTime > 0) {
3199
3199
  const expires = new Date(Date.now() + getLbsAddressCacheMinuteTime * 60 * 1000);
3200
3200
  realTimeArea &&
3201
3201
  cookie.set(cacheH5LbsAddressKey, realTimeArea, {
3202
3202
  path: '/',
3203
3203
  expires,
3204
3204
  });
3205
3205
  }
3206
3206
  }
3207
3207
 
3208
3208
  getLbsAddressCachePromise() {
3209
3209
  if (!this.lbsAddressCachePromise) {
3210
3210
  this.lbsAddressCachePromise = new Promise((resolve) => {
3211
3211
  const getCookieForLbsAddress = window?.shopGlobalSwitch?.lbsAddressCacheToCookieMinuteTime
3212
3212
  ? cookie.get(cacheH5LbsAddressKey)
3213
3213
  : '';
3214
3214
  const getUserLbsAddress = this?.info?.pageInfo?.userLbsAddress;
3215
3215
  if (getUserLbsAddress && getUserLbsAddress !== '') {
3216
3216
  resolve({
3217
3217
  ok: true,
3218
3218
  realTimeArea: getUserLbsAddress,
3219
3219
  });
3220
3220
  } else if (getCookieForLbsAddress && getCookieForLbsAddress !== '') {
3221
3221
  console.info(
3222
3222
  `通过cookie获取缓存的userLbsAddress,${window?.shopGlobalSwitch?.lbsAddressCacheToCookieMinuteTime}分钟内有效`,
3223
3223
  getCookieForLbsAddress,
3224
3224
  );
3225
3225
  this.info.pageInfo['userLbsAddress'] = getCookieForLbsAddress;
3226
3226
  this.info.sysInfo['realTimeArea'] = getCookieForLbsAddress;
3227
3227
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
3228
3228
  realTimeArea: getCookieForLbsAddress,
3229
3229
  });
3230
3230
  resolve({
3231
3231
  ok: true,
3232
3232
  realTimeArea: getCookieForLbsAddress,
3233
3233
  });
3234
3234
  } else {
3235
3235
  this.getLbsCacheAddressRouter()
3236
3236
  .then((res) => {
3237
3237
  const { status, data } = res;
3238
3238
  console.log(
3239
3239
  '原生或者内嵌京购端获取基于lbs的经纬度及四级地址原始数据结果',
3240
3240
  status,
3241
3241
  data,
3242
3242
  res,
3243
3243
  );
3244
3244
  if (status === '0' && data) {
3245
3245
  const { srclat, srclng, provinceid, cityid, districtid, townid, origin } =
3246
3246
  data || {};
3247
3247
  let realTimeArea = '';
3248
3248
  this.info.sysInfo['srclat'] = `${srclat || ''}`;
3249
3249
  this.info.sysInfo['srclng'] = `${srclng || ''}`;
3250
3250
  const getProvinceIdNum = provinceid ? Number(provinceid) : 0;
3251
3251
  if (getProvinceIdNum && getProvinceIdNum > 0) {
3252
3252
  realTimeArea = `${provinceid}_${cityid || 0}_${districtid || 0}_${townid || 0}`;
3253
3253
  this.info.pageInfo['userLbsAddress'] = realTimeArea;
3254
3254
  this.info.sysInfo['realTimeArea'] = realTimeArea;
3255
3255
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
3256
3256
  realTimeArea: this.info.pageInfo.userLbsAddress,
3257
3257
  });
3258
3258
  this.createLbsCacheAddress(realTimeArea);
3259
3259
  } else {
3260
3260
  !origin && (this.lbsAddressCachePromise = null);
3261
3261
  }
3262
3262
  const getValidRealTimeArea = realTimeArea !== '';
3263
3263
  resolve({
3264
3264
  lat: this.info.sysInfo['srclat'],
3265
3265
  lng: this.info.sysInfo['srclng'],
3266
3266
  realTimeArea: realTimeArea,
3267
3267
  ok: getValidRealTimeArea,
3268
3268
  msg: getValidRealTimeArea
3269
3269
  ? '成功'
3270
3270
  : origin
3271
3271
  ? origin
3272
3272
  : '根据router底层获取lbs地址信息异常,详情见data',
3273
3273
  data: getValidRealTimeArea ? null : res,
3274
3274
  });
3275
3275
  if (!getValidRealTimeArea && !origin) {
3276
3276
  draBusinessCustomReport({
3277
3277
  eventName: 'business',
3278
3278
  errorName: 'h5_getLbsCacheAddress_info_err',
3279
3279
  errorMessage:
3280
3280
  '松果app内通过router协议获取基于lbs实时用户地址及经纬度信息catch异常',
3281
3281
  extraData: JSON.stringify({
3282
3282
  isJdApp,
3283
3283
  jdAppVersion: jdAppVersionStr,
3284
3284
  }),
3285
3285
  });
3286
3286
  }
3287
3287
  } else {
3288
3288
  typeof res === 'object' &&
3289
3289
  draBusinessCustomReport({
3290
3290
  eventName: 'business',
3291
3291
  errorName: 'h5_getLbsCacheAddress_info_err',
3292
3292
  errorMessage:
3293
3293
  'h5通过router协议或者浏览器gps获取基于lbs实时用户缓存地址及经纬度信息异常',
3294
3294
  extraData: JSON.stringify({
3295
3295
  isJdApp,
3296
3296
  jdAppVersion: jdAppVersionStr,
3297
3297
  ...res,
3298
3298
  }),
3299
3299
  });
3300
3300
  this.lbsAddressCachePromise = null;
3301
3301
  resolve({ realTimeArea: '', ok: false });
3302
3302
  }
3303
3303
  })
3304
3304
  .catch((e) => {
3305
3305
  console.log('getLbsAddressCachePromise catch e,获取经纬度信息异常e', e);
3306
3306
  this.lbsAddressCachePromise = null;
3307
3307
  draBusinessCustomReport({
3308
3308
  eventName: 'business',
3309
3309
  errorName: 'h5_getLbsCacheAddress_info_err',
3310
3310
  errorMessage:
3311
3311
  'h5内通过router协议获取浏览器gps获取基于lbs实时用户地址及经纬度信息catch异常',
3312
3312
  extraData: JSON.stringify({
3313
3313
  isJdApp,
3314
3314
  jdAppVersion: jdAppVersionStr,
3315
3315
  }),
3316
3316
  });
3317
3317
  resolve({ realTimeArea: '', ok: false });
3318
3318
  });
3319
3319
  }
3320
3320
  });
3321
3321
  }
3322
3322
  return this.lbsAddressCachePromise;
3323
3323
  }
3324
3324
 
3325
3325
  async updateMPaasConfigAsync(isBeforePageReady: boolean) {
3326
3326
  console.log('updateMPaasConfigAsync isBeforePageReady:', isBeforePageReady);
3327
3327
  if (!isJdApp) {
3328
3328
  return;
3329
3329
  }
3330
3330
  const avifSwitch = await getMPaasConfigByBussinessKey('avifSwitch', isBeforePageReady);
3331
3331
  this.info.sysInfo.dynamicConfig['avifSwitch'] = avifSwitch;
3332
3332
  const hybridHttpSwitch = await getMPaasConfigByBussinessKey(
3333
3333
  'hybridHttpSwitch',
3334
3334
  isBeforePageReady,
3335
3335
  );
3336
3336
  const jshopIsVipShopSwitch = await getMPaasConfigByBussinessKey(
3337
3337
  'jshopIsVipShop',
3338
3338
  isBeforePageReady,
3339
3339
  );
3340
3340
  this.info.sysInfo.dynamicConfig['hybridHttpSwitch'] = hybridHttpSwitch;
3341
3341
  this.info.sysInfo.dynamicConfig['jshopIsVipShopSwitch'] = jshopIsVipShopSwitch;
3342
3342
  const isFollowAppVideoPlayStatus = await getMPaasConfigByBussinessKey(
3343
3343
  'isFollowAppVideoPlayStatus',
3344
3344
  isBeforePageReady,
3345
3345
  );
3346
3346
  console.log(
3347
3347
  'isBeforePageReady:',
3348
3348
  isBeforePageReady,
3349
3349
  'isFollowAppVideoPlayStatus:',
3350
3350
  isFollowAppVideoPlayStatus,
3351
3351
  );
3352
3352
  if (isFollowAppVideoPlayStatus === true || isFollowAppVideoPlayStatus === 'true') {
3353
3353
  this.info.sysInfo.dynamicConfig['isFollowAppVideoPlayStatus'] = true;
3354
3354
  }
3355
3355
  }
3356
3356
 
3357
3357
  async getWifiVideoAutoPlayAsync() {
3358
3358
  this.info.sysInfo['wifiVideoAutoPlay'] = false;
3359
3359
  if (!isJdApp) {
3360
3360
  return;
3361
3361
  }
3362
3362
  const videoPlayStatus = await getWifiVideoAutoPlay().catch((e) => {
3363
3363
  return 0;
3364
3364
  });
3365
3365
  if (Number(videoPlayStatus) === 1) {
3366
3366
  this.info.sysInfo['wifiVideoAutoPlay'] = true;
3367
3367
  }
3368
3368
  }
3369
3369
 
3370
3370
  async getMPaasConfigAsync() {
3371
3371
  this.info.sysInfo.dynamicConfig = {};
3372
3372
  this.info.sysInfo.dynamicConfig['avifSwitch'] = {};
3373
3373
  this.info.sysInfo.dynamicConfig['hybridHttpSwitch'] = {};
3374
3374
  this.info.sysInfo.dynamicConfig['jshopIsVipShopSwitch'] = {};
3375
3375
  this.info.sysInfo.dynamicConfig['isFollowAppVideoPlayStatus'] = false;
3376
3376
  return this.updateMPaasConfigAsync(true);
3377
3377
  }
3378
3378
 
3379
3379
  getDynamicConfig(key: string) {
3380
3380
  return this.info.sysInfo?.dynamicConfig?.[key];
3381
3381
  }
3382
3382
  async updateMPaasConfig() {
3383
3383
  console.log('updateMPaasConfig');
3384
3384
  if (
3385
3385
  isIosDevice &&
3386
3386
  versionCompare(jdAppVersionStr, MPAAS_CONFIG_APP_VERSION) < 0 &&
3387
3387
  versionCompare(jdAppVersionStr, MPAAS_CONFIG_APP_LOW_VERSION) >= 0
3388
3388
  ) {
3389
3389
  try {
3390
3390
  await this.updateMPaasConfigAsync(false);
3391
3391
  } catch (e) {
3392
3392
  console.log('updateMPaasConfigAsync:', e);
3393
3393
  }
3394
3394
  }
3395
3395
  }
3396
3396
 
3397
3397
  toLogin(options) {
3398
3398
  if (isAscfApp) {
3399
3399
  return this.toAscfAppLogin(options);
3400
3400
  }
3401
3401
  return this.info.isJingGouMiniViewState || this.info.isJingxiMiniViewState
3402
3402
  ? this.toWxAppLogin(options)
3403
3403
  : this.toWebLogin(options);
3404
3404
  }
3405
3405
 
3406
3406
  doLogin(options) {
3407
3407
  return this.toLogin(options);
3408
3408
  }
3409
3409
 
3410
3410
  doLoginForJdPin(options = {}) {
3411
3411
  return this.doLogin({
3412
3412
  loginColor: {
3413
3413
  biz: WXAPP_BIZ_SHOP_LIGHT_KEY,
3414
3414
  dpin: 0,
3415
3415
  },
3416
3416
  ...options,
3417
3417
  });
3418
3418
  }
3419
3419
 
3420
3420
  toWebLogin(options) {
3421
3421
  let params: {
3422
3422
  returnurl: string;
3423
3423
  } = {
3424
3424
  returnurl: '',
3425
3425
  };
3426
3426
  const checkToPcLogin = options ? options?.isPc : isPc;
3427
3427
  const loginUrl = checkToPcLogin
3428
3428
  ? `//passport.jd.com/new/login.aspx`
3429
3429
  : `${domain.mobileLogin}/user/login.action`;
3430
3430
  const defaultParams = {
3431
3431
  appid: '100',
3432
3432
  returnurl: window.location.href,
3433
3433
  };
3434
3434
  if (isString(options)) {
3435
3435
  params = Object.assign({}, defaultParams, {
3436
3436
  returnurl: options,
3437
3437
  });
3438
3438
  } else if (isObject(options)) {
3439
3439
  const { loginColor, ...otherOptions } = options;
3440
3440
  params = Object.assign({}, defaultParams, otherOptions);
3441
3441
  } else {
3442
3442
  params = defaultParams;
3443
3443
  }
3444
3444
  params.returnurl = encodeURIComponent(params.returnurl);
3445
3445
  let getFullUrl = loginUrl + '?' + serialize(params);
3446
3446
  if (checkToPcLogin) {
3447
3447
  getFullUrl = getFullUrl.replace(/returnurl/, 'ReturnUrl');
3448
3448
  }
3449
3449
  return Promise.resolve({
3450
3450
  h5ToUrl: true,
3451
3451
  url: getFullUrl,
3452
3452
  }).then(() => {
3453
3453
  window.location.href = getFullUrl;
3454
3454
  });
3455
3455
  }
3456
3456
 
3457
3457
  toAscfAppLogin(options = {}) {
3458
3458
  console.log('华为元服务中h5登录跳转', options);
3459
3459
  return Promise.resolve(true).then(() => {
3460
3460
  const returnPage = encodeURIComponent(window.location.href);
3461
3461
  if (has && has.ascfweb) {
3462
3462
  has.ascfweb.redirectTo({
3463
3463
  url: `/pages/login/index/index?isH5=1&returnPage=${returnPage}&pageType=h5&source=shopx`,
3464
3464
  });
3465
3465
  }
3466
3466
  });
3467
3467
  }
3468
3468
 
3469
3469
  toWxAppLogin(options = {}) {
3470
3470
  console.log('微信京购小程序中h5登录跳转', options);
3471
3471
  return Promise.resolve(true).then(() => {
3472
3472
  const { loginColor } = Object.assign(
3473
3473
  {},
3474
3474
  {
3475
3475
  loginColor: {
3476
3476
  biz: WXAPP_BIZ_KEY,
3477
3477
  dpin: 1,
3478
3478
  },
3479
3479
  },
3480
3480
  options,
3481
3481
  );
3482
3482
  window.location.href = `${domain.wq}/pinbind/pintokenredirect?biz=${
3483
3483
  loginColor.biz
3484
3484
  }&url=${encodeURIComponent(window.location.href)}`;
3485
3485
  });
3486
3486
  }
3487
3487
 
3488
3488
  getLoginCookie() {
3489
3489
  return Promise.resolve({
3490
3490
  pin: cookie.get('pin') || '',
3491
3491
  });
3492
3492
  }
3493
3493
 
3494
3494
  clearLoginCookie() {
3495
3495
  cookie.remove('pin');
3496
3496
  }
3497
3497
 
3498
3498
  checkStatusAndLogin(options = {}) {
3499
3499
  if (!this.checkStatusAndLoginPromise) {
3500
3500
  this.checkStatusAndLoginPromise = new Promise(async (resolve, reject) => {
3501
3501
  try {
3502
3502
  const getLoginState = await this.doCheckLoginStateAndForApiCheck(options);
3503
3503
  if (getLoginState) {
3504
3504
  resolve(true);
3505
3505
  } else {
3506
3506
  this.toLogin(options);
3507
3507
  reject(false);
3508
3508
  }
3509
3509
  } catch (e) {
3510
3510
  this.toLogin(options);
3511
3511
  reject(false);
3512
3512
  }
3513
3513
  });
3514
3514
  return this.checkStatusAndLoginPromise;
3515
3515
  } else {
3516
3516
  return this.checkStatusAndLoginPromise
3517
3517
  .then(() => {
3518
3518
  return Promise.resolve(true);
3519
3519
  })
3520
3520
  .catch(() => {
3521
3521
  this.toLogin(options);
3522
3522
  return Promise.reject(true);
3523
3523
  });
3524
3524
  }
3525
3525
  }
3526
3526
 
3527
3527
  checkJdStatusAndLogin(
3528
3528
  options = {
3529
3529
  loginColor: {
3530
3530
  biz: WXAPP_BIZ_SHOP_LIGHT_KEY,
3531
3531
  dpin: 0,
3532
3532
  },
3533
3533
  },
3534
3534
  ) {
3535
3535
  return this.checkStatusAndLogin(options);
3536
3536
  }
3537
3537
 
3538
3538
  doCheckLoginStateAndForApiCheck(options) {
3539
3539
  if (this.info.loginState) {
3540
3540
  return Promise.resolve(true);
3541
3541
  } else {
3542
3542
  return new Promise((resolve, reject) => {
3543
3543
  if (this.info.isJingGouMiniViewState || this.info.isJingxiMiniViewState) {
3544
3544
  const getWqAuthToken = cookie.get('wq_auth_token');
3545
3545
  const getWqSkey = cookie.get('wq_skey');
3546
3546
  const getWqUin = cookie.get('wq_uin');
3547
3547
  const isLoginState =
3548
3548
  options?.loginColor?.dpin === 0 ? getWqAuthToken : getWqSkey && getWqUin;
3549
3549
  if (isLoginState) {
3550
3550
  this.info.loginState = true;
3551
3551
  resolve(true);
3552
3552
  } else {
3553
3553
  reject(false);
3554
3554
  }
3555
3555
  } else {
3556
3556
  Taro.request({
3557
3557
  url: api.isLogin,
3558
3558
  jsonp: true,
3559
3559
  timeout: 3000,
3560
3560
  success: (res) => {
3561
3561
  const { statusCode, data } = res;
3562
3562
  if (statusCode === 200 && data?.islogin && Number(data.islogin) === 1) {
3563
3563
  this.info.loginState = true;
3564
3564
  resolve(true);
3565
3565
  } else {
3566
3566
  reject(false);
3567
3567
  }
3568
3568
  },
3569
3569
  fail: (err) => {
3570
3570
  console.log('登录检查异常', err);
3571
3571
  reject(false);
3572
3572
  },
3573
3573
  });
3574
3574
  }
3575
3575
  });
3576
3576
  }
3577
3577
  }
3578
3578
 
3579
3579
  checkLoginStatus(options) {
3580
3580
  return new Promise(async (resolve, reject) => {
3581
3581
  try {
3582
3582
  const getLoginState = await this.doCheckLoginStateAndForApiCheck(options);
3583
3583
  if (getLoginState) {
3584
3584
  const { pin } = await this.getLoginCookie();
3585
3585
  this.info.userInfo = {
3586
3586
  pin,
3587
3587
  encodePin: encodeURIComponent(pin),
3588
3588
  ptkey: '',
3589
3589
  };
3590
3590
  resolve(true);
3591
3591
  } else {
3592
3592
  reject(false);
3593
3593
  }
3594
3594
  } catch (e) {
3595
3595
  reject(false);
3596
3596
  }
3597
3597
  });
3598
3598
  }
3599
3599
 
3600
3600
  updatePageAndLogInfo(updateQuery = {}) {
3601
3601
  const createUpdateQueryInfo: {
3602
3602
  query: {
3603
3603
  shopId?: string | number;
3604
3604
  venderId?: string | number;
3605
3605
  };
3606
3606
  updateShopInfoState: boolean;
3607
3607
  } = Object.assign(
3608
3608
  {},
3609
3609
  {
3610
3610
  query: {},
3611
3611
  updateShopInfoState: false,
3612
3612
  },
3613
3613
  updateQuery,
3614
3614
  );
3615
3615
  console.log(
3616
3616
  '获取当前下发的店铺查询参数',
3617
3617
  updateQuery,
3618
3618
  '获取之前保存的shopInfo店铺查询参数',
3619
3619
  this.info?.shopInfo,
3620
3620
  );
3621
3621
  const { query, updateShopInfoState } = createUpdateQueryInfo;
3622
3622
  const { shopId, venderId, un_area } = query;
3623
3623
  if (updateShopInfoState) {
3624
3624
  this.info.queryInfo = {
3625
3625
  ...this.info.queryInfo,
3626
3626
  ...query,
3627
3627
  };
3628
3628
  if (shopId && venderId) {
3629
3629
  this.info.shopInfo = {
3630
3630
  shopId: `${shopId}`,
3631
3631
  venderId: `${venderId}`,
3632
3632
  };
3633
3633
  }
3634
3634
  } else {
3635
3635
  this.info.queryInfo = {
3636
3636
  ...query,
3637
3637
  };
3638
3638
  if (
3639
3639
  this.info.shopInfo?.shopId &&
3640
3640
  this.info.shopInfo?.venderId &&
3641
3641
  (this.info.shopInfo.shopId == shopId || this.info.shopInfo.venderId == venderId)
3642
3642
  ) {
3643
3643
  this.info.queryInfo.shopId = this.info.shopInfo.shopId;
3644
3644
  this.info.queryInfo.venderId = this.info.shopInfo.venderId;
3645
3645
  console.log(
3646
3646
  '当前存储的店铺shopId和venderId与下发的店铺信息shopId或者venderId为同一个,补充shopId或者venderId查询参数',
3647
3647
  this.info.queryInfo,
3648
3648
  );
3649
3649
  }
3650
3650
  }
3651
3651
  this.info.queryInfo['shopId'] &&
3652
3652
  (this.info.queryInfo['shopId'] = `${this.info.queryInfo['shopId']}`);
3653
3653
  this.info.queryInfo['venderId'] &&
3654
3654
  (this.info.queryInfo['venderId'] = `${this.info.queryInfo['venderId']}`);
3655
3655
  console.log(
3656
3656
  'h5==获取店铺下发查询参数\n',
3657
3657
  query,
3658
3658
  '\n获取店铺最后查询参数\n',
3659
3659
  this.info.queryInfo,
3660
3660
  '\n是否为更新店铺状态\n',
3661
3661
  updateShopInfoState,
3662
3662
  );
3663
3663
  const changeArea = un_area && un_area.length > 0 ? un_area : isPc && ipLoc_djd ? ipLoc_djd : '';
3664
3664
  if (changeArea) {
3665
3665
  const getBottomAreaStr = changeArea.replace(/-/g, '_');
3666
3666
  this.info.pageInfo.address = getBottomAreaStr;
3667
3667
  this.info.pageInfo.un_area = getBottomAreaStr;
3668
3668
  this.info.pageInfo.addressCommaStr = getBottomAreaStr.replace(/_/g, ',');
3669
3669
  }
3670
3670
  }
3671
3671
 
3672
3672
  dealLoadSdkList() {
3673
3673
  const globalLoadJsList = window?.shopGlobalSwitch?.asyncLoadJsList ?? [];
3674
3674
  const businessLoadJsList = window?.PAGE_DATA?.businessData?.asyncLoadJsList ?? [];
3675
3675
  const concatLoadJsList = [].concat(globalLoadJsList, businessLoadJsList);
3676
3676
  let mergeLoadJsList = globalLoadJsList;
3677
3677
  try {
3678
3678
  mergeLoadJsList = concatLoadJsList.reduce((accArr: any[], current: any) => {
3679
3679
  const getFindIndex = accArr.findIndex((item) => item?.fileName === current?.fileName);
3680
3680
  getFindIndex !== -1
3681
3681
  ? (accArr[getFindIndex] = { ...accArr[getFindIndex], ...current })
3682
3682
  : accArr.push(current);
3683
3683
  return accArr;
3684
3684
  }, []);
3685
3685
  } catch (e) {
3686
3686
  console.log('LoadJsList合并错误', e);
3687
3687
  }
3688
3688
  console.log(
3689
3689
  'globalLoadJsList',
3690
3690
  globalLoadJsList,
3691
3691
  'businessLoadJsList',
3692
3692
  businessLoadJsList,
3693
3693
  '两个加载jsList集合合并完成',
3694
3694
  mergeLoadJsList,
3695
3695
  );
3696
3696
  this.loadJsSdkList = mergeLoadJsList;
3697
3697
  return this.loadJsSdkList;
3698
3698
  }
3699
3699
 
3700
3700
  renderNextTickLoadSdk(delayTime = 1000) {
3701
3701
  Taro.nextTick(() => {
3702
3702
  console.log(
3703
3703
  '页面渲染的下一帧执行的js加载方法,当前nextTick存在state的渲染问题,先延迟1s=======',
3704
3704
  );
3705
3705
  setTimeout(() => {
3706
3706
  this.loadOtherSdk(LoadJsInitTriggerType.NRXT_TICK, this.loadJsSdkList);
3707
3707
  }, delayTime);
3708
3708
  });
3709
3709
  }
3710
3710
 
3711
3711
  async loadOtherSdk(triggerType = LoadJsInitTriggerType.NOW, loadJsList: any[] = []) {
3712
3712
  const getLoadJsList =
3713
3713
  Array.isArray(loadJsList) && loadJsList.length > 0 ? loadJsList : this.dealLoadSdkList();
3714
3714
  const getLoadFilterList = getLoadJsList.filter((item) => {
3715
3715
  if (isJdAndHarmonyDevice && item.fileName === 'addCartJs') {
3716
3716
  item.initLoadType = undefined;
3717
3717
  }
3718
3718
  const getInitLoadEnvType = item?.initLoadEnvType || LoadJsInitLoadEnvType.ALL;
3719
3719
  let getLoastLoadEventState = true;
3720
3720
  if (getInitLoadEnvType === LoadJsInitLoadEnvType.JD_APP) {
3721
3721
  getLoastLoadEventState = isJdApp;
3722
3722
  }
3723
3723
  else if (getInitLoadEnvType === LoadJsInitLoadEnvType.M) {
3724
3724
  getLoastLoadEventState = !isJdApp || !!isJdAndHarmonyDevice;
3725
3725
  }
3726
3726
  const getInitTriggerType =
3727
3727
  isJdApp && item?.initJdAppTriggerType
3728
3728
  ? item?.initTriggerType
3729
3729
  : item?.initTriggerType || LoadJsInitTriggerType.NOW;
3730
3730
  const getInitLinkTriggerWay = window?.PAGE_DATA[item?.initLinkTriggerWay] || false;
3731
3731
  return getLoastLoadEventState && getInitTriggerType === triggerType && getInitLinkTriggerWay;
3732
3732
  });
3733
3733
  console.log(
3734
3734
  '获取当前触发方式',
3735
3735
  triggerType,
3736
3736
  '获取当前最后加载的js集合',
3737
3737
  getLoadFilterList,
3738
3738
  '过滤前的加载集合',
3739
3739
  getLoadJsList,
3740
3740
  );
3741
3741
  const loadTasks =
3742
3742
  getLoadFilterList.length > 0
3743
3743
  ? getLoadFilterList.map((item) => {
3744
3744
  const isLoadState = /sgm/.test(item?.fileName)
3745
3745
  ? window?.shopGlobalSwitch?.openSgm === 'true'
3746
3746
  : true;
3747
3747
  if (!isLoadState) {
3748
3748
  return Promise.resolve(true);
3749
3749
  }
3750
3750
  return this.loadItemSdkPromise(item)
3751
3751
  .then((res) => {
3752
3752
  console.info('当前js地址' + item?.src, '加载状态', res);
3753
3753
  const isFileNameNewDraSdkJs = res?.fileName === 'newDraSdkJs';
3754
3754
  if (isFileNameNewDraSdkJs && window?.dra?.run) {
3755
3755
  window.dra.run('init', { aid: res?.aid });
3756
3756
  window.dra.run('start');
3757
3757
  }
3758
3758
  return true;
3759
3759
  })
3760
3760
  .catch((err) => {
3761
3761
  console.info('当前js地址加载异常', item?.src);
3762
3762
  window?.fetchErrorData &&
3763
3763
  window.fetchErrorData({
3764
3764
  title: '公共js加载异常',
3765
3765
  type: 'jsLoad',
3766
3766
  data: err,
3767
3767
  });
3768
3768
  return true;
3769
3769
  });
3770
3770
  })
3771
3771
  : [];
3772
3772
  return loadTasks.length ? Promise.allSettled(loadTasks) : Promise.resolve([]);
3773
3773
  }
3774
3774
  loadScriptEle(jsInfo, resolve, reject) {
3775
3775
  const getFileName = jsInfo?.fileName;
3776
3776
  if (getFileName) {
3777
3777
  const getEleId = `J_loadJs_${getFileName}`;
3778
3778
  const getEle = document.getElementById(getEleId);
3779
3779
  if (!getEle) {
3780
3780
  const jsLoadErrorSgmCode = `jsLoadError_${jsInfo?.fileName || 'customJs'}`;
3781
3781
  const _sgmEle = document.createElement('script');
3782
3782
  _sgmEle.id = getEleId;
3783
3783
  _sgmEle.onload = function () {
3784
3784
  resolve({
3785
3785
  ...jsInfo,
3786
3786
  jsTip: 'js加载成功',
3787
3787
  });
3788
3788
  };
3789
3789
  _sgmEle.onerror = function () {
3790
3790
  reject({
3791
3791
  ...jsInfo,
3792
3792
  env: getSgmCustomCode(jsLoadErrorSgmCode),
3793
3793
  jsReqError: '当前js创建标签触发onerror异常回调,请排查网络络错误或语法错误或运行时错误',
3794
3794
  });
3795
3795
  };
3796
3796
  const dataAttrList = ['timeout', 'fileName', 'env'];
3797
3797
  const getJsInfoKeyList = Object.keys(jsInfo);
3798
3798
  getJsInfoKeyList.forEach((key) => {
3799
3799
  if (key === 'async') {
3800
3800
  _sgmEle.async = jsInfo[key];
3801
3801
  } else if (key === 'crossOrigin') {
3802
3802
  _sgmEle.crossOrigin = jsInfo[key];
3803
3803
  } else if (key === 'src') {
3804
3804
  _sgmEle.src = `${jsInfo[key]}`;
3805
3805
  } else if (dataAttrList.includes(key) || /init/.test(key)) {
3806
3806
  _sgmEle.setAttribute(`data-${key}`, jsInfo[key]);
3807
3807
  } else {
3808
3808
  _sgmEle.setAttribute(key, jsInfo[key]);
3809
3809
  }
3810
3810
  });
3811
3811
  document.head.appendChild(_sgmEle);
3812
3812
  } else {
3813
3813
  console.log(`当前${jsInfo?.fileName || 'js'}已经存在页面中,可以直接调用相关方法`, jsInfo);
3814
3814
  resolve({
3815
3815
  ...jsInfo,
3816
3816
  jsTip: 'js本身已存在页面中',
3817
3817
  });
3818
3818
  }
3819
3819
  } else {
3820
3820
  console.warn('当前js资源信息缺少必要的参数fileName,请关注', jsInfo);
3821
3821
  }
3822
3822
  }
3823
3823
 
3824
3824
  loadItemSdkPromise(jsInfo: Record<string, any> = {}): Promise<any> {
3825
3825
  if (jsInfo?.src) {
3826
3826
  const getInitLoadType =
3827
3827
  isJdApp && jsInfo?.initJdAppLoadType
3828
3828
  ? jsInfo?.initJdAppLoadType
3829
3829
  : jsInfo?.initLoadType || LoadJsInitLoadType.ALL;
3830
3830
  if (getInitLoadType !== LoadJsInitLoadType.NONE) {
3831
3831
  const getFileKeyName = jsInfo?.fileName || jsInfo?.src;
3832
3832
  if (!this.loadJsSdkListCachePromise[getFileKeyName]) {
3833
3833
  if (getInitLoadType !== LoadJsInitLoadType.INSERT_ELE) {
3834
3834
  this.loadJsSdkListCachePromise[getFileKeyName] = new Promise((resolve, reject) => {
3835
3835
  const jsLoadErrorSgmCode = `jsLoadError_${jsInfo?.fileName || 'customJs'}`;
3836
3836
  try {
3837
3837
  const jsXhrRequest = new XMLHttpRequest();
3838
3838
  jsXhrRequest.timeout = jsInfo?.timeout ?? 2000;
3839
3839
  const jsUrl = `${jsInfo?.src}`;
3840
3840
  jsXhrRequest.open('GET', jsUrl, true);
3841
3841
  jsXhrRequest.onreadystatechange = () => {
3842
3842
  if (jsXhrRequest.readyState === 4) {
3843
3843
  const getReqStatus = jsXhrRequest.status;
3844
3844
  const statusText = jsXhrRequest.statusText;
3845
3845
  if ((getReqStatus >= 200 && getReqStatus < 300) || getReqStatus === 304) {
3846
3846
  const getInsetHeadState = getInitLoadType === LoadJsInitLoadType.ALL;
3847
3847
  if (getInsetHeadState) {
3848
3848
  this.loadScriptEle(jsInfo, resolve, reject);
3849
3849
  } else {
3850
3850
  resolve({
3851
3851
  ...jsInfo,
3852
3852
  jsTip: 'js请求成功,暂未插入head节点,业务自行单独插入',
3853
3853
  });
3854
3854
  }
3855
3855
  getReqStatus !== 200 &&
3856
3856
  draBusinessCustomReport({
3857
3857
  eventName: 'business',
3858
3858
  errorName: 'js_load_special_code',
3859
3859
  errorMessage: '当前js加载成功,状态非200,特殊上报观察',
3860
3860
  extraData: JSON.stringify({
3861
3861
  msg: '当前js加载成功,状态非200,特殊上报观察',
3862
3862
  jsReqState: getReqStatus,
3863
3863
  env: getSgmCustomCode('js_load_special_code'),
3864
3864
  data: jsInfo,
3865
3865
  }),
3866
3866
  });
3867
3867
  } else {
3868
3868
  const getRes = {
3869
3869
  ...jsInfo,
3870
3870
  env: getSgmCustomCode(jsLoadErrorSgmCode),
3871
3871
  jsReqError: `请求状态异常,状态码为${getReqStatus},statusText:${statusText}`,
3872
3872
  jsReqState: getReqStatus,
3873
3873
  };
3874
3874
  console.log('当前js请求状态异常,具体信息见', getRes);
3875
3875
  reject(getRes);
3876
3876
  }
3877
3877
  }
3878
3878
  };
3879
3879
  jsXhrRequest.onerror = () => {
3880
3880
  const getRes = {
3881
3881
  ...jsInfo,
3882
3882
  env: getSgmCustomCode(jsLoadErrorSgmCode),
3883
3883
  jsReqError: '请求错误',
3884
3884
  };
3885
3885
  console.log('当前js请求错误', getRes);
3886
3886
  jsXhrRequest.abort();
3887
3887
  reject(getRes);
3888
3888
  };
3889
3889
  jsXhrRequest.ontimeout = () => {
3890
3890
  const getRes = {
3891
3891
  ...jsInfo,
3892
3892
  env: getSgmCustomCode(jsLoadErrorSgmCode),
3893
3893
  jsReqError: `请求${jsXhrRequest.timeout}ms超时异常`,
3894
3894
  jsReqState: jsXhrRequest.status,
3895
3895
  };
3896
3896
  console.log('当前js请求超时异常', getRes);
3897
3897
  jsXhrRequest.abort();
3898
3898
  reject(getRes);
3899
3899
  };
3900
3900
  jsXhrRequest.send();
3901
3901
  } catch (e) {
3902
3902
  console.log('执行js请求异常', e);
3903
3903
  reject({
3904
3904
  ...jsInfo,
3905
3905
  env: getSgmCustomCode(jsLoadErrorSgmCode),
3906
3906
  jsReqError: '未知异常',
3907
3907
  error: e,
3908
3908
  });
3909
3909
  }
3910
3910
  });
3911
3911
  } else {
3912
3912
  this.loadJsSdkListCachePromise[getFileKeyName] = new Promise((resolve, reject) => {
3913
3913
  return this.loadScriptEle(jsInfo, resolve, reject);
3914
3914
  });
3915
3915
  }
3916
3916
  }
3917
3917
  return this.loadJsSdkListCachePromise[getFileKeyName];
3918
3918
  } else {
3919
3919
  return Promise.resolve({
3920
3920
  ...jsInfo,
3921
3921
  jsTip: 'js加载方式设置为不加载,当前不做处理',
3922
3922
  });
3923
3923
  }
3924
3924
  } else {
3925
3925
  return Promise.reject(jsInfo);
3926
3926
  }
3927
3927
  }
3928
3928
 
3929
3929
  createLanguagePromise() {
3930
3930
  const getLanguageConfig = window?.shopGlobalSwitch?.language || {};
3931
3931
  if (!this.languageCacheProimse) {
3932
3932
  this.languageCacheProimse = new Promise((resolve, reject) => {
3933
3933
  const { fileName, prefixUrl } = getLanguageConfig;
3934
3934
  console.log('getLanguageConfig', getLanguageConfig, 'languageNowType', languageNowType);
3935
3935
  const dealLanguageFile = () => {
3936
3936
  this.getLanguageFilePromise(getLanguageConfig, languageNowType)
3937
3937
  .then((res: any) => {
3938
3938
  if (res && res?.data) {
3939
3939
  this.languageJsonData = res.data;
3940
3940
 
3941
3941
  setTimeout(() => {
3942
3942
  const getOtherLanguageList = languageTypeList.filter(
3943
3943
  (item) => item !== languageNowType,
3944
3944
  );
3945
3945
  getOtherLanguageList.length > 0 &&
3946
3946
  getOtherLanguageList.map((languageTypeKey) => {
3947
3947
  this.getLanguageFilePromise(getLanguageConfig, languageTypeKey);
3948
3948
  });
3949
3949
  }, 3000);
3950
3950
  resolve(res);
3951
3951
  } else {
3952
3952
  reject(res);
3953
3953
  }
3954
3954
  })
3955
3955
  .catch((err) => {
3956
3956
  reject(err);
3957
3957
  });
3958
3958
  };
3959
3959
  if (fileName && prefixUrl) {
3960
3960
  const getLangStorageKey = `jshopx_lang_${languageNowType}`;
3961
3961
  const getLocalLangRes = getTaroStorageKeyValue(getLangStorageKey);
3962
3962
  if (getLocalLangRes) {
3963
3963
  try {
3964
3964
  const getLocalLangJsonData =
3965
3965
  typeof getLocalLangRes === 'string' ? JSON.parse(getLocalLangRes) : getLocalLangRes;
3966
3966
  if (getLocalLangJsonData?.fileName && getLocalLangJsonData?.data) {
3967
3967
  if (getLocalLangJsonData?.fileName === fileName) {
3968
3968
  const geThisLangData = getLocalLangJsonData.data;
3969
3969
  this.languageJsonData = geThisLangData;
3970
3970
  return resolve({
3971
3971
  ...getLanguageConfig,
3972
3972
  languageNowType,
3973
3973
  data: geThisLangData,
3974
3974
  });
3975
3975
  } else {
3976
3976
  dealLanguageFile();
3977
3977
  }
3978
3978
  } else {
3979
3979
  dealLanguageFile();
3980
3980
  }
3981
3981
  } catch (e) {
3982
3982
  return reject({
3983
3983
  languageNowType,
3984
3984
  msg: '转换错误',
3985
3985
  ...getLanguageConfig,
3986
3986
  });
3987
3987
  }
3988
3988
  } else {
3989
3989
  dealLanguageFile();
3990
3990
  }
3991
3991
  } else {
3992
3992
  return reject({
3993
3993
  languageNowType,
3994
3994
  msg: '文件对象下发异常',
3995
3995
  ...getLanguageConfig,
3996
3996
  });
3997
3997
  }
3998
3998
  });
3999
3999
  }
4000
4000
  return this.languageCacheProimse;
4001
4001
  }
4002
4002
 
4003
4003
  getLanguageFilePromise(info, languageTypeKey) {
4004
4004
  const { fileName, prefixUrl, timeout } = info || {};
4005
4005
  const getUrl = `${prefixUrl}${fileName}_${languageTypeKey}.json`;
4006
4006
  return new Promise((resolve, reject) => {
4007
4007
  const langLoadErrorSgmCode = `languageLoadError_${fileName || 'lang.json'}`;
4008
4008
  try {
4009
4009
  const langXhrRequest = new XMLHttpRequest();
4010
4010
  langXhrRequest.timeout = timeout || 2000;
4011
4011
  langXhrRequest.open('GET', getUrl, true);
4012
4012
  langXhrRequest.responseType = 'json';
4013
4013
  langXhrRequest.onreadystatechange = () => {
4014
4014
  if (langXhrRequest.readyState === 4) {
4015
4015
  const getReqStatus = langXhrRequest.status;
4016
4016
  const statusText = langXhrRequest.statusText;
4017
4017
  if ((getReqStatus >= 200 && getReqStatus < 300) || getReqStatus === 304) {
4018
4018
  const getData = langXhrRequest?.response || false;
4019
4019
  if (getData) {
4020
4020
  setTaroStorage(`jshopx_lang_${languageTypeKey}`, {
4021
4021
  fileName,
4022
4022
  data: getData,
4023
4023
  });
4024
4024
  resolve({
4025
4025
  ...info,
4026
4026
  languageTypeKey,
4027
4027
  data: getData,
4028
4028
  });
4029
4029
  } else {
4030
4030
  reject({
4031
4031
  ...info,
4032
4032
  languageTypeKey,
4033
4033
  msg: '数据获取异常',
4034
4034
  });
4035
4035
  }
4036
4036
  } else {
4037
4037
  const getRes = {
4038
4038
  ...info,
4039
4039
  languageTypeKey,
4040
4040
  env: getSgmCustomCode(langLoadErrorSgmCode),
4041
4041
  msg: `请求状态异常,状态码为${getReqStatus},statusText:${statusText}`,
4042
4042
  };
4043
4043
  console.log('当前lang请求状态异常,具体信息见', getRes);
4044
4044
  reject(getRes);
4045
4045
  }
4046
4046
  }
4047
4047
  };
4048
4048
  langXhrRequest.onerror = () => {
4049
4049
  const getRes = {
4050
4050
  ...info,
4051
4051
  env: getSgmCustomCode(langLoadErrorSgmCode),
4052
4052
  msg: '请求错误',
4053
4053
  };
4054
4054
  console.log('当前lang请求错误', getRes);
4055
4055
  langXhrRequest.abort();
4056
4056
  reject(getRes);
4057
4057
  };
4058
4058
  langXhrRequest.ontimeout = () => {
4059
4059
  const getRes = {
4060
4060
  ...info,
4061
4061
  msg: `请求${langXhrRequest.timeout}ms超时异常,状态${langXhrRequest.status}`,
4062
4062
  };
4063
4063
  console.log('执行lang多语言请求超时异常', getRes);
4064
4064
  langXhrRequest.abort();
4065
4065
  reject(getRes);
4066
4066
  };
4067
4067
  langXhrRequest.send();
4068
4068
  } catch (e) {
4069
4069
  console.log('执行lang多语言请求异常', e);
4070
4070
  reject({
4071
4071
  ...info,
4072
4072
  env: getSgmCustomCode(langLoadErrorSgmCode),
4073
4073
  msg: '未知异常',
4074
4074
  error: e,
4075
4075
  });
4076
4076
  }
4077
4077
  });
4078
4078
  }