@conecli/cone-render 0.10.1-shop3.8 → 0.10.1-shop3.80

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 (109) hide show
  1. package/README.md +1 -1
  2. package/dist/api/index.ts +1 -1
  3. package/dist/common/accessibility.h5.ts +1 -0
  4. package/dist/common/accessibility.ts +0 -0
  5. package/dist/common/const.ts +1 -1
  6. package/dist/common/index.h5.ts +1 -1
  7. package/dist/common/index.jd.ts +1 -1
  8. package/dist/common/index.ts +1 -1
  9. package/dist/common/index.weapp.ts +1 -1
  10. package/dist/common/jdplayerSdk.weapp.tsx +1 -0
  11. package/dist/common/jssdk.ts +1 -1
  12. package/dist/common/jssdk.weapp.ts +1 -0
  13. package/dist/common/pageType.ts +1 -1
  14. package/dist/common/token/index.h5.ts +1 -1
  15. package/dist/common/token/token.jd.ts +1 -1
  16. package/dist/common/wxappApi.ts +1 -1
  17. package/dist/components/ErrorBoundary.tsx +1 -1
  18. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  19. package/dist/components/base/CountDown/index.tsx +1 -1
  20. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  21. package/dist/components/base/CustomVideo/index.tsx +1 -1
  22. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  23. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  24. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  25. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  26. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  27. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  28. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  29. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  30. package/dist/components/base/NetworkDataError/const.ts +1 -1
  31. package/dist/components/base/NetworkDataError/index.module.scss +118 -72
  32. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  33. package/dist/components/base/Price/Base/index.module.scss +12 -0
  34. package/dist/components/base/Price/Base/index.tsx +1 -1
  35. package/dist/components/base/Price/Double/index.module.scss +24 -0
  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/debug/DebugLayout/index.module.scss +2 -2
  42. package/dist/components/floorItem.tsx +1 -1
  43. package/dist/components/isv/Floor/index.tsx +1 -1
  44. package/dist/components/remoteFloorItem.tsx +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.jd.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.tjm.ts +1 -1
  64. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  65. package/dist/language/en_US.json +274 -0
  66. package/dist/language/zh_CN.json +274 -0
  67. package/dist/language/zh_HK.json +274 -0
  68. package/dist/libs/openShopBridge.js +161 -0
  69. package/dist/libs/openShopBridge.min.js +1 -0
  70. package/dist/libs/taroAppReport.js +2 -2
  71. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  72. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  73. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  74. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  75. package/dist/open/api/environment.ts +1 -1
  76. package/dist/open/api/shopMember.ts +1 -1
  77. package/dist/open/api/shopMember.weapp.ts +1 -0
  78. package/dist/open/api/track.ts +1 -1
  79. package/dist/open/api/util.ts +1 -1
  80. package/dist/open/components/index.ts +1 -1
  81. package/dist/open/index.ts +1 -1
  82. package/dist/sass/app.h5.scss +27 -1
  83. package/dist/service/fetchGateway.ts +1 -1
  84. package/dist/service/fetchGateway.weapp.ts +1 -1
  85. package/dist/service/fetchJsonp.weapp.ts +1 -0
  86. package/dist/service/http/const.ts +1 -1
  87. package/dist/service/http/h5Http.ts +1 -1
  88. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  89. package/dist/service/requestServer.h5.ts +1 -1
  90. package/dist/service/requestServer.ts +1 -1
  91. package/dist/service/requestServer.weapp.ts +1 -1
  92. package/dist/utils/connectNativeJsBridge.ts +1 -1
  93. package/dist/utils/h5Utils.ts +1 -1
  94. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  95. package/dist/utils/harmonyCallRouter.ts +0 -0
  96. package/dist/utils/index.h5.ts +1 -1
  97. package/dist/utils/index.ts +1 -1
  98. package/dist/utils/index.weapp.ts +1 -1
  99. package/dist/utils/jumpExtMapUtil.ts +1 -0
  100. package/dist/utils/log.ts +1 -0
  101. package/dist/utils/{sColor.js → sColor.ts} +1 -1
  102. package/dist/utils/sColor.weapp.ts +1 -0
  103. package/dist/utils/utils.ts +1 -1
  104. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  105. package/dist/wxapp/common/user_info.js +1 -1
  106. package/package.json +162 -141
  107. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  108. package/dist/utils/priceUtils.js +0 -1
  109. /package/dist/utils/{jumpExtMapUtil.js → jumpExtMapUtil.h5.ts} +0 -0
@@ -1 +1 @@
1
- import Taro from "@tarojs/taro";
2
1
  WXAPP_LOGIN,
3
2
  WXAPP_BIZ,
4
3
  WXAPP_USER_INFO,
5
4
  WXAPP_NAVIGATOR,
6
5
  WXAPP_REPORT_GDT,
7
6
  WXAPP_PARAMS_SIGN,
8
7
  WXAPP_FINGER_REPORT,
9
8
  WXAPP_REPORT_MANAGE,
10
9
  WXAPP_SUBS_GUIDER,
11
10
  BUSINESS_TYPE,
12
11
  SHOP_MENU_ID_TYPE,
13
12
  SHOP_MENU_ID_NAME,
14
13
  SECTION_HOME_TAB_NAME_TYPE,
15
14
  SECTION_HOME_TAB_TYPE,
16
15
  TaroEventType,
17
16
  WX_BUSINESS_TYPE,
18
17
  WXAPP_BIZ_KEY,
19
18
  WXAPP_BIZ_SHOP_LIGHT_KEY,
20
19
  getSystemInfos,
21
20
  getTaroStorageKeyValue,
22
21
  getWxAppCookieStr,
23
22
  objectToUrlEncode,
24
23
  abTestLabels: {},
25
24
  loginState: jdUserLoginState,
26
25
  cookiesStr: "",
27
26
  userInfo: userPinKey,
28
27
  pageInfo: {
29
28
  wxBusinessType: WX_BUSINESS_TYPE.SHOP,
30
29
  address: "",
31
30
  addressCommaStr: "",
32
31
  un_area: "",
33
32
  vapptype: "1",
34
33
  pageType: "home",
35
34
  dataType: BUSINESS_TYPE.ONLINE,
36
35
  floorExposureInfo: {},
37
36
  floorVideInfo: {},
38
37
  productVideInfo: {},
39
38
  tabsLoadAllDataInfo: {
40
39
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN]]:
41
40
  false,
42
41
  [SHOP_MENU_ID_NAME[SHOP_MENU_ID_TYPE.CLASSIFY]]: true,
43
42
  },
44
43
  updateShopInfosAllState: false,
45
44
  isVipShop: false,
46
45
  isJdShowNativeImmersivePlayer: false,
47
46
  ...shopConfig,
48
47
  pageScrollTop: 0,
49
48
  pageIdxHeightInfo: {
50
49
  list: [],
51
50
  },
52
51
  shopNavBarHeight: 0,
53
52
  },
54
53
  defaultQueryLogInfo: {
55
54
  sourceType: "JDshop",
56
55
  sourceValue: "",
57
56
  moduleId: "none",
58
57
  entrance: "none",
59
58
  },
60
59
  originQueryInfo: {},
61
60
  sysInfo: {
62
61
  windowWidth: 0,
63
62
  windowHeight: 0,
64
63
  netWorkType: "4g",
65
64
  jdBottomBarHeight: 0,
66
65
  jdNativeHeaderHeight: 0,
67
66
  },
68
67
  queryInfo: {},
69
68
  shopInfo: {},
70
69
  openAppData: {},
71
70
  public info: CommonInterFace.BaseConfigInfo;
72
71
  public config: {
73
72
  [key: string]: any;
74
73
  };
75
74
  public lazyContainer: CommonInterFace.lazyContainer;
76
75
  public rootEleNode: HTMLElement | null;
77
76
  public miniApplogUtil: CommonInterFace.MiniApplogUtil;
78
77
  public miniAppLogInstance: CommonInterFace.MiniAppLog | null;
79
78
  public checkStatusAndLoginPromise: object | null;
80
79
  public wxAppLoginInstance: CommonInterFace.WxAppLogin;
81
80
  public wxAppBizInstance: CommonInterFace.WxAppUserInfo;
82
81
  public wxAppUserInfoInstance: CommonInterFace.WxAppUserInfo;
83
82
  public wxAppReportManageInstance: CommonInterFace.wxAppReportManage;
84
83
  public wxAppReportGDTInstance: CommonInterFace.WxAppReportGDT;
85
84
  public wxAppNavigatorInstance: CommonInterFace.WxAppNavigator;
86
85
  public wxAppParamsSignInstance: CommonInterFace.wxAppParamsSign;
87
86
  public wxAppFingerReportInstance: CommonInterFace.wxAppParamsSign;
88
87
  public wxAppSubsGuider: CommonInterFace.wxAppParamsSign;
89
88
  public loadJsSdkList: Array<any>
90
89
  public loadJsSdkListCachePromise: any
91
90
  constructor(opt) {
92
91
  this.info = this._getConfig(opt);
93
92
  this.config = {};
94
93
  this.lazyContainer = {
95
94
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN]]: {
96
95
  appLazyContainerList: [],
97
96
  appLazyFinishContainerList: [],
98
97
  },
99
98
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_PROMOTION]]: {
100
99
  appLazyContainerList: [],
101
100
  appLazyFinishContainerList: [],
102
101
  },
103
102
  };
104
103
  this.loadJsSdkList = []
105
104
  this.loadJsSdkListCachePromise = {}
106
105
  this.rootEleNode = null;
107
106
  this.miniApplogUtil = MiniAppLogUtil;
108
107
  this.miniAppLogInstance = null;
109
108
  this.checkStatusAndLoginPromise = null;
110
109
  this.wxAppLoginInstance = WXAPP_LOGIN;
111
110
  this.wxAppBizInstance = WXAPP_BIZ;
112
111
  this.wxAppUserInfoInstance = WXAPP_USER_INFO;
113
112
  this.wxAppReportManageInstance = WXAPP_REPORT_MANAGE;
114
113
  this.wxAppReportGDTInstance = WXAPP_REPORT_GDT;
115
114
  this.wxAppNavigatorInstance = WXAPP_NAVIGATOR;
116
115
  this.wxAppParamsSignInstance = WXAPP_PARAMS_SIGN;
117
116
  this.wxAppFingerReportInstance = WXAPP_FINGER_REPORT
118
117
  ? new WXAPP_FINGER_REPORT()
119
118
  : {};
120
119
  this.wxAppSubsGuider = WXAPP_SUBS_GUIDER;
121
120
  }
122
121
  _getConfig(opt) {
123
122
  return Object.assign({}, DefaultConfig, opt);
124
123
  }
125
124
 
126
125
  taskTimeoutPromise(callBack, timeout = 2000) {
127
126
  return new Promise((resolve) => {
128
127
  setTimeout(() => {
129
128
  const getCallBackRes = typeof callBack === "function" && callBack();
130
129
  return resolve(getCallBackRes || false);
131
130
  }, timeout);
132
131
  });
133
132
  }
134
133
 
135
134
  updateBusinessDomainAndApi(domain, api) {
136
135
  console.log("=================>", "updateBusinessDomainAndApi");
137
136
  }
138
137
 
139
138
  getFullScreenHeight(systemInfo) {
140
139
  const { screenHeight, statusBarHeight, isAndroid } = systemInfo;
141
140
  let result = screenHeight;
142
141
  if (statusBarHeight > 20 && isAndroid) {
143
142
  result = screenHeight + statusBarHeight;
144
143
  }
145
144
  return result;
146
145
  }
147
146
 
148
147
  getTabBarHeight(systemInfo) {
149
148
  const { statusBarHeight, isAndroid, isIOS } = systemInfo;
150
149
  let result = 50;
151
150
  if (statusBarHeight > 20) {
152
151
  if (isIOS) {
153
152
  result = 84;
154
153
  } else if (isAndroid) {
155
154
  result = 53;
156
155
  }
157
156
  }
158
157
  return result;
159
158
  }
160
159
 
161
160
  getSystemInfo() {
162
161
  const info: UtilsInterFace.taroGetSystemInfoSyncRes =
163
162
  getSystemInfos() || {};
164
163
  const actualNavBarHeight =
165
164
  (info?.navBarHeight || 0) + (info?.navBarExtendHeight || 0);
166
165
  const headerHeight = actualNavBarHeight + (info?.statusBarHeight || 0);
167
166
  const fullScreenHeight = this.getFullScreenHeight(info);
168
167
  const tabBarHeight = this.getTabBarHeight(info);
169
168
  const safeContentHeight = fullScreenHeight - headerHeight;
170
169
  this.info.sysInfo = {
171
170
  ...this.info.sysInfo,
172
171
  ...info,
173
172
  actualNavBarHeight,
174
173
  headerHeight,
175
174
  fullScreenHeight,
176
175
  tabBarHeight,
177
176
  safeContentHeight,
178
177
  };
179
178
  if (this.info.sysInfo["hostVersionName"]) {
180
179
  this.info.sysInfo["hostAppVersion"] = Number(
181
180
  this.info.sysInfo["hostVersionName"].replace(/\./g, "")
182
181
  );
183
182
  }
184
183
  this.info.sysInfo["wifiVideoAutoPlay"] = false;
185
184
  this.getNetWorkType();
186
185
  console.log("获取系统信息", this.info.sysInfo);
187
186
  }
188
187
  async updateMPaasConfig() {}
189
188
 
190
189
  getNetWorkType() {
191
190
  Taro.getNetworkType().then((getRes) => {
192
191
  getRes &&
193
192
  getRes.networkType &&
194
193
  (this.info.sysInfo["netWorkType"] = getRes.networkType);
195
194
  });
196
195
  }
197
196
  getAPPUseStraightCorner () {
198
197
  return Promise.resolve(false)
199
198
  }
200
199
 
201
200
  checkStatusAndLogin(options = {}) {
202
201
  this.checkStatusAndLoginPromise = new Promise((resolve, reject) => {
203
202
  console.log(
204
203
  "微信小程序登录状态及获取cookie状态的promise,之前登录状态",
205
204
  this.info.loginState
206
205
  );
207
206
  this.toLogin(options)
208
207
  .then((res) => {
209
208
  console.log("微信小程序登录状态结果,成功", res);
210
209
  this.info.loginState = true;
211
210
  resolve(res);
212
211
  })
213
212
  .catch((err) => {
214
213
  console.log("微信小程序登录异常状态结果", err);
215
214
  this.doLogin(options)
216
215
  .then((res2) => {
217
216
  console.log("微信小程序wxDoLogin强制登陆成功:", res2);
218
217
  this.info.loginState = true;
219
218
  resolve(res2);
220
219
  })
221
220
  .catch((err2) => {
222
221
  console.log("微信小程序wxDoLogin强制登陆失败:", err2);
223
222
  this.checkStatusAndLoginPromise = null;
224
223
  reject(err2);
225
224
  });
226
225
  });
227
226
  });
228
227
  return this.checkStatusAndLoginPromise;
229
228
  }
230
229
 
231
230
  checkJdStatusAndLogin(
232
231
  options = {
233
232
  loginColor: {
234
233
  biz: WXAPP_BIZ_SHOP_LIGHT_KEY,
235
234
  dpin: 0,
236
235
  },
237
236
  }
238
237
  ) {
239
238
  return this.checkStatusAndLogin(options);
240
239
  }
241
240
 
242
241
  toLogin(options = {}): Promise<any> {
243
242
  return this.wxAppLoginInstance
244
243
  .getLoginPromise({
245
244
  mode: "common",
246
245
  loginColor: {
247
246
  biz: WXAPP_BIZ_KEY,
248
247
  dpin: 1,
249
248
  },
250
249
  ...options,
251
250
  })
252
251
  .then((res) => {
253
252
  console.log("微信app登录返回信息,微信侧返回code为0表示成功", res);
254
253
  setTimeout(() => {
255
254
  console.log(
256
255
  "微信app登录返回成功后,后台会写入cookie,有延迟,这里延迟500ms去获取最新cookie"
257
256
  );
258
257
  this.getLoginCookie(`${Date.now()}`);
259
258
  }, 500);
260
259
  })
261
260
  .catch((err) => {
262
261
  console.log("微信app登录异常返回信息,也获取cookie", err);
263
262
  this.getLoginCookie(`${Date.now()}`);
264
263
  });
265
264
  }
266
265
 
267
266
  doLogin(options = {}) {
268
267
  const getParams = {
269
268
  loginColor: {
270
269
  biz: WXAPP_BIZ_KEY,
271
270
  dpin: 1,
272
271
  },
273
272
  ...options,
274
273
  };
275
274
  if (isPublishToWxapp) {
276
275
  getParams[
277
276
  "returnUrl"
278
277
  ] = `/pages/shopx/pages/index/index?${objectToUrlEncode({
279
278
  ...this.info.originQueryInfo,
280
279
  loadShopxType: "redirect",
281
280
  })}`;
282
281
  }
283
282
  return this.wxAppLoginInstance.doLogin(getParams).then((res) => {
284
283
  console.log("微信小程序强制登录返回信息,微信侧返回code为0表示成功", res);
285
284
  setTimeout(() => {
286
285
  console.log(
287
286
  "微信强制登录后,后台会写入cookie,有延迟,这里延迟500ms去获取最新cookie"
288
287
  );
289
288
  this.getLoginCookie(`${Date.now()}`);
290
289
  }, 500);
291
290
  return res;
292
291
  });
293
292
  }
294
293
 
295
294
  doLoginForJdPin(options = {}) {
296
295
  return this.doLogin({
297
296
  loginColor: {
298
297
  biz: WXAPP_BIZ_SHOP_LIGHT_KEY,
299
298
  dpin: 0,
300
299
  },
301
300
  ...options,
302
301
  });
303
302
  }
304
303
 
305
304
  getLoginCookie(updateKey = "wxapp") {
306
305
  return new Promise((resolve) => {
307
306
  console.log("开始获取更新wxapp中的cookie信息", updateKey);
308
307
  if (
309
308
  this.config.wqCookie &&
310
309
  this.config.wqCookieStr &&
311
310
  this.config.getWqCookieKey === updateKey
312
311
  ) {
313
312
  console.log("已有存储wxapp中的cookie信息,直接返回", this.config);
314
313
  resolve({
315
314
  wqCookie: this.config.wqCookie,
316
315
  wqCookieStr: this.config.wqCookieStr,
317
316
  });
318
317
  } else {
319
318
  if (isPublishToWxapp) {
320
319
  const getWxappCookieObj = getTaroStorageKeyValue("cookies") || null;
321
320
  if (getWxappCookieObj) {
322
321
  const getCookieObj = getWxappCookieObj["_data"];
323
322
  const { wqCookie, wqCookieStr } = getWxAppCookieStr(getCookieObj);
324
323
  const {
325
324
  pin = "",
326
325
  visitkey = "-1",
327
326
  wq_unionid = "",
328
327
  wxapp_openid = "",
329
328
  } = wqCookie;
330
329
  this.info.loginState = true;
331
330
  this.info.userInfo.wqCookie = wqCookieStr;
332
331
  this.info.userInfo.wqVisitkey = visitkey;
333
332
  console.log("获取用户完整cookie信息", getCookieObj);
334
333
  const getUserAddress = this.wxAppUserInfoInstance.getAddress();
335
334
  console.log("获取微信用户地址信息", getUserAddress);
336
335
  if (getUserAddress) {
337
336
  this.info.pageInfo.address = getUserAddress?.areaId;
338
337
  this.info.pageInfo.addressCommaStr = this.info.pageInfo.address
339
338
  ? this.info.pageInfo.address.replace(/_/g, ",")
340
339
  : "";
341
340
  this.info.pageInfo.un_area = this.info.pageInfo.address;
342
341
  Taro.eventCenter.trigger(
343
342
  TaroEventType.USER_AREA_UPDATE,
344
343
  this.info.pageInfo.address
345
344
  );
346
345
  }
347
346
  if (this.miniAppLogInstance) {
348
347
  this.miniAppLogInstance.set({
349
348
  account: pin,
350
349
  unionid: wq_unionid,
351
350
  openid: wxapp_openid,
352
351
  });
353
352
  }
354
353
  this.config.wqCookie = wqCookie;
355
354
  this.config.wqCookieStr = wqCookieStr;
356
355
  this.config.getWqCookieKey = updateKey;
357
356
  console.log("解析wxapp中的cookie信息成功,返回后存储", this.config);
358
357
  resolve({
359
358
  wqCookie,
360
359
  wqCookieStr,
361
360
  });
362
361
  } else {
363
362
  console.log(
364
363
  "解析wxapp中的cookie信息异常,返回异常结果",
365
364
  this.config
366
365
  );
367
366
  resolve({
368
367
  wqCookie: false,
369
368
  wqCookieStr: false,
370
369
  });
371
370
  }
372
371
  } else {
373
372
  resolve({
374
373
  wqCookie: false,
375
374
  wqCookieStr: false,
376
375
  });
377
376
  }
378
377
  }
379
378
  });
380
379
  }
381
380
 
382
381
 
383
382
  checkLoginStatus() {
384
383
  return this.getLoginCookie();
385
384
  }
386
385
 
387
386
  getAddressCachePromise = () => {
388
387
  return Promise.reject("该方法只在APP内适用");
389
388
  };
390
389
 
391
390
  updatePageAndLogInfo(updateQuery = {}) {
392
391
  const createUpdateQueryInfo: {
393
392
  query: {
394
393
  shopId?: string | number;
395
394
  venderId?: string | number;
396
395
  };
397
396
  updateShopInfoState: boolean;
398
397
  } = Object.assign(
399
398
  {},
400
399
  {
401
400
  query: {},
402
401
  updateShopInfoState: false,
403
402
  },
404
403
  updateQuery
405
404
  );
406
405
  console.log(
407
406
  "获取当前下发的店铺查询参数",
408
407
  updateQuery,
409
408
  "获取之前保存的shopInfo店铺查询参数",
410
409
  this.info?.shopInfo
411
410
  );
412
411
  const { query, updateShopInfoState } = createUpdateQueryInfo;
413
412
  const { shopId, venderId } = query;
414
413
  if (updateShopInfoState) {
415
414
  this.info.queryInfo = {
416
415
  ...this.info.queryInfo,
417
416
  ...query,
418
417
  };
419
418
  if (shopId && venderId) {
420
419
  this.info.shopInfo = {
421
420
  shopId: `${shopId}`,
422
421
  venderId: `${venderId}`,
423
422
  };
424
423
  }
425
424
  } else {
426
425
  this.info.queryInfo = {
427
426
  ...query,
428
427
  };
429
428
  this.info.originQueryInfo = {
430
429
  ...query,
431
430
  };
432
431
  if (
433
432
  this.info.shopInfo?.shopId &&
434
433
  this.info.shopInfo?.venderId &&
435
434
  (this.info.shopInfo.shopId == shopId ||
436
435
  this.info.shopInfo.venderId == venderId)
437
436
  ) {
438
437
  this.info.queryInfo.shopId = this.info.shopInfo.shopId;
439
438
  this.info.queryInfo.venderId = this.info.shopInfo.venderId;
440
439
  console.log(
441
440
  "当前存储的店铺shopId和venderId与下发的店铺信息shopId或者venderId为同一个,补充shopId或者venderId查询参数",
442
441
  this.info.queryInfo
443
442
  );
444
443
  }
445
444
  }
446
445
  this.info.queryInfo["shopId"] &&
447
446
  (this.info.queryInfo["shopId"] = `${this.info.queryInfo["shopId"]}`);
448
447
  this.info.queryInfo["venderId"] &&
449
448
  (this.info.queryInfo["venderId"] = `${this.info.queryInfo["venderId"]}`);
450
449
  console.log(
451
450
  "weapp===获取店铺下发查询参数\n",
452
451
  query,
453
452
  "\n获取店铺最后查询参数\n",
454
453
  this.info.queryInfo,
455
454
  "\n是否为更新店铺状态\n",
456
455
  updateShopInfoState
457
456
  );
458
457
  }
459
458
 
460
459
  getDynamicConfig(key: string) {
461
460
  console.warn(
462
461
  "调用微信小程序的 getDynamicConfig(),注意,此方法还未实现!"
463
462
  );
464
463
  return null;
465
464
  }
466
465
  renderNextTickLoadSdk(){
467
466
  console.warn("暂未实现 index.weapp.ts")
468
467
  }
469
468
  loadOtherSdk(){
470
469
  console.warn('暂未实现 index.weapp.ts')
471
470
  }
472
471
  loadItemSdkPromise() {
473
472
  console.warn('暂未实现 index.weapp.ts')
474
473
  }
474
+ import Taro from '@tarojs/taro';
475
475
  WXAPP_LOGIN,
476
476
  WXAPP_BIZ,
477
477
  WXAPP_USER_INFO,
478
478
  WXAPP_NAVIGATOR,
479
479
  WXAPP_REPORT_GDT,
480
480
  WXAPP_PARAMS_SIGN,
481
481
  WXAPP_FINGER_REPORT,
482
482
  WXAPP_REPORT_MANAGE,
483
483
  WXAPP_SUBS_GUIDER,
484
484
  WXAPP_ADDRESS_V2_API,
485
485
  BUSINESS_TYPE,
486
486
  SHOP_MENU_ID_TYPE,
487
487
  SHOP_MENU_ID_NAME,
488
488
  SECTION_HOME_TAB_NAME_TYPE,
489
489
  SECTION_HOME_TAB_TYPE,
490
490
  TaroEventType,
491
491
  WX_BUSINESS_TYPE,
492
492
  WXAPP_BIZ_KEY,
493
493
  WXAPP_BIZ_SHOP_LIGHT_KEY,
494
494
  getSystemInfos,
495
495
  getTaroStorageKeyValue,
496
496
  getWxAppCookieStr,
497
497
  objectToUrlEncode,
498
498
  languageNowType,
499
499
  abTestLabels: {},
500
500
  nonSellableSkuids: {},
501
501
  loginState: jdUserLoginState,
502
502
  cookiesStr: '',
503
503
  userInfo: userPinKey,
504
504
  isImmersive: false,
505
505
  baseAddCartSwitch: true,
506
506
  pageInfo: {
507
507
  wxBusinessType: WX_BUSINESS_TYPE.SHOP,
508
508
  address: '',
509
509
  addressCommaStr: '',
510
510
  un_area: '',
511
511
  userLbsAddress: '',
512
512
  vapptype: '1',
513
513
  pageType: 'home',
514
514
  dataType: BUSINESS_TYPE.ONLINE,
515
515
  floorExposureInfo: {},
516
516
  floorVideInfo: {},
517
517
  productVideInfo: {},
518
518
  tabsLoadAllDataInfo: {
519
519
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN]]: false,
520
520
  [SHOP_MENU_ID_NAME[SHOP_MENU_ID_TYPE.CLASSIFY]]: true,
521
521
  },
522
522
  updateShopInfosAllState: false,
523
523
  isVipShop: false,
524
524
  isJdShowNativeImmersivePlayer: false,
525
525
  isSuperBrandShop: false,
526
526
  ...shopConfig,
527
527
  pageScrollTop: 0,
528
528
  pageIdxHeightInfo: {
529
529
  list: [],
530
530
  },
531
531
  shopNavBarHeight: 0,
532
532
  },
533
533
  defaultQueryLogInfo: {
534
534
  sourceType: 'JDshop',
535
535
  sourceValue: '',
536
536
  moduleId: 'none',
537
537
  entrance: 'none',
538
538
  },
539
539
  originQueryInfo: {},
540
540
  sysInfo: {
541
541
  windowWidth: 0,
542
542
  windowHeight: 0,
543
543
  netWorkType: '4g',
544
544
  jdBottomBarHeight: 0,
545
545
  jdNativeHeaderHeight: 0,
546
546
  },
547
547
  queryInfo: {},
548
548
  shopInfo: {},
549
549
  openAppData: {},
550
550
  public info: CommonInterFace.BaseConfigInfo;
551
551
  public config: {
552
552
  [key: string]: any;
553
553
  };
554
554
  public lazyContainer: CommonInterFace.lazyContainer;
555
555
  public rootEleNode: HTMLElement | null;
556
556
  public miniApplogUtil: CommonInterFace.MiniApplogUtil;
557
557
  public miniAppLogInstance: CommonInterFace.MiniAppLog | null;
558
558
  public checkStatusAndLoginPromise: object | null;
559
559
  public wxAppLoginInstance: CommonInterFace.WxAppLogin;
560
560
  public wxAppBizInstance: CommonInterFace.WxAppUserInfo;
561
561
  public wxAppUserInfoInstance: CommonInterFace.WxAppUserInfo;
562
562
  public wxAppReportManageInstance: CommonInterFace.wxAppReportManage;
563
563
  public wxAppReportGDTInstance: CommonInterFace.WxAppReportGDT;
564
564
  public wxAppNavigatorInstance: CommonInterFace.WxAppNavigator;
565
565
  public wxAppParamsSignInstance: CommonInterFace.wxAppParamsSign;
566
566
  public wxAppFingerReportInstance: CommonInterFace.wxAppParamsSign;
567
567
  public wxAppSubsGuider: CommonInterFace.wxAppParamsSign;
568
568
  public wxAppAddressV2apiInstance: CommonInterFace.wxAppAddressV2api;
569
569
  public loadJsSdkList: Array<any>;
570
570
  public loadJsSdkListCachePromise: any;
571
571
  public lbsAddressCachePromise: Promise<any> | null;
572
572
  public languageJsonData: any | null;
573
573
  public businessWorkerReady: boolean;
574
574
  public jdWorkerReadyPromise: any | null;
575
575
  constructor(opt) {
576
576
  this.info = this._getConfig(opt);
577
577
  this.config = {};
578
578
  this.lazyContainer = {
579
579
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_WELL_CHOSEN]]: {
580
580
  appLazyContainerList: [],
581
581
  appLazyFinishContainerList: [],
582
582
  },
583
583
  [SECTION_HOME_TAB_NAME_TYPE[SECTION_HOME_TAB_TYPE.HOME_PROMOTION]]: {
584
584
  appLazyContainerList: [],
585
585
  appLazyFinishContainerList: [],
586
586
  },
587
587
  };
588
588
  this.loadJsSdkList = [];
589
589
  this.loadJsSdkListCachePromise = {};
590
590
  this.rootEleNode = null;
591
591
  this.miniApplogUtil = MiniAppLogUtil;
592
592
  this.miniAppLogInstance = null;
593
593
  this.checkStatusAndLoginPromise = null;
594
594
  this.wxAppLoginInstance = WXAPP_LOGIN;
595
595
  this.wxAppBizInstance = WXAPP_BIZ;
596
596
  this.wxAppUserInfoInstance = WXAPP_USER_INFO;
597
597
  this.wxAppReportManageInstance = WXAPP_REPORT_MANAGE;
598
598
  this.wxAppReportGDTInstance = WXAPP_REPORT_GDT;
599
599
  this.wxAppNavigatorInstance = WXAPP_NAVIGATOR;
600
600
  this.wxAppParamsSignInstance = WXAPP_PARAMS_SIGN;
601
601
  this.wxAppFingerReportInstance = WXAPP_FINGER_REPORT ? new WXAPP_FINGER_REPORT() : {};
602
602
  this.wxAppSubsGuider = WXAPP_SUBS_GUIDER;
603
603
  this.wxAppAddressV2apiInstance = WXAPP_ADDRESS_V2_API;
604
604
  this.lbsAddressCachePromise = null;
605
605
  this.languageJsonData = langeJsonDataForCn;
606
606
  this.businessWorkerReady = false;
607
607
  this.jdWorkerReadyPromise = Promise.resolve(false);
608
608
  }
609
609
  _getConfig(opt) {
610
610
  return Object.assign({}, DefaultConfig, opt);
611
611
  }
612
612
  loadApiSafeSteadyReayPromise() {
613
613
  return Promise.resolve(true);
614
614
  }
615
615
  loadH5tagReayPromise() {
616
616
  return Promise.resolve(true);
617
617
  }
618
618
 
619
619
  jmfeReayPromise(): Promise<any> {
620
620
  return Promise.reject(false);
621
621
  }
622
622
 
623
623
  taskTimeoutPromise(callBack, timeout = 2000) {
624
624
  return new Promise((resolve) => {
625
625
  setTimeout(() => {
626
626
  const getCallBackRes = typeof callBack === 'function' && callBack();
627
627
  return resolve(getCallBackRes || false);
628
628
  }, timeout);
629
629
  });
630
630
  }
631
631
 
632
632
  updateBusinessDomainAndApi(domain, api) {
633
633
  console.log('=================>', 'updateBusinessDomainAndApi');
634
634
  }
635
635
 
636
636
  getFullScreenHeight(systemInfo) {
637
637
  const { screenHeight, statusBarHeight, isAndroid } = systemInfo;
638
638
  let result = screenHeight;
639
639
  if (statusBarHeight > 20 && isAndroid) {
640
640
  result = screenHeight + statusBarHeight;
641
641
  }
642
642
  return result;
643
643
  }
644
644
 
645
645
  getTabBarHeight(systemInfo) {
646
646
  const { statusBarHeight, isAndroid, isIOS } = systemInfo;
647
647
  let result = 50;
648
648
  if (statusBarHeight > 20) {
649
649
  if (isIOS) {
650
650
  result = 84;
651
651
  } else if (isAndroid) {
652
652
  result = 53;
653
653
  }
654
654
  }
655
655
  return result;
656
656
  }
657
657
 
658
658
  getSystemInfo() {
659
659
  const info: UtilsInterFace.taroGetSystemInfoSyncRes = getSystemInfos() || {};
660
660
  const actualNavBarHeight = (info?.navBarHeight || 0) + (info?.navBarExtendHeight || 0);
661
661
  const headerHeight = actualNavBarHeight + (info?.statusBarHeight || 0);
662
662
  const fullScreenHeight = this.getFullScreenHeight(info);
663
663
  const tabBarHeight = this.getTabBarHeight(info);
664
664
  const safeContentHeight = fullScreenHeight - headerHeight;
665
665
  this.info.sysInfo = {
666
666
  ...this.info.sysInfo,
667
667
  ...info,
668
668
  actualNavBarHeight,
669
669
  headerHeight,
670
670
  fullScreenHeight,
671
671
  tabBarHeight,
672
672
  safeContentHeight,
673
673
  languageType: languageNowType,
674
674
  };
675
675
  if (this.info.sysInfo['hostVersionName']) {
676
676
  this.info.sysInfo['hostAppVersion'] = Number(
677
677
  this.info.sysInfo['hostVersionName'].replace(/\./g, ''),
678
678
  );
679
679
  }
680
680
  if (isPublishToWxapp) {
681
681
  this.getAddressCachePromise();
682
682
  this.getLbsAddressCachePromise();
683
683
  }
684
684
  this.info.sysInfo['wifiVideoAutoPlay'] = false;
685
685
  this.getNetWorkType();
686
686
  console.log('获取系统信息', this.info.sysInfo);
687
687
  }
688
688
  async updateMPaasConfig() {}
689
689
 
690
690
  getNetWorkType() {
691
691
  Taro.getNetworkType().then((getRes) => {
692
692
  getRes && getRes.networkType && (this.info.sysInfo['netWorkType'] = getRes.networkType);
693
693
  });
694
694
  }
695
695
  getAPPUseStraightCorner() {
696
696
  return Promise.resolve(false);
697
697
  }
698
698
 
699
699
  checkStatusAndLogin(options = {}) {
700
700
  this.checkStatusAndLoginPromise = new Promise((resolve, reject) => {
701
701
  console.log('微信小程序登录状态及获取cookie状态的promise,之前登录状态', this.info.loginState);
702
702
  this.toLogin(options)
703
703
  .then((res) => {
704
704
  console.log('微信小程序登录状态结果,成功', res);
705
705
  this.info.loginState = true;
706
706
  resolve(res);
707
707
  })
708
708
  .catch((err) => {
709
709
  console.log('微信小程序登录异常状态结果', err);
710
710
  this.doLogin(options)
711
711
  .then((res2) => {
712
712
  console.log('微信小程序wxDoLogin强制登陆成功:', res2);
713
713
  this.info.loginState = true;
714
714
  resolve(res2);
715
715
  })
716
716
  .catch((err2) => {
717
717
  console.log('微信小程序wxDoLogin强制登陆失败:', err2);
718
718
  this.checkStatusAndLoginPromise = null;
719
719
  reject(err2);
720
720
  });
721
721
  });
722
722
  });
723
723
  return this.checkStatusAndLoginPromise;
724
724
  }
725
725
 
726
726
  checkJdStatusAndLogin(
727
727
  options = {
728
728
  loginColor: {
729
729
  biz: WXAPP_BIZ_SHOP_LIGHT_KEY,
730
730
  dpin: 0,
731
731
  },
732
732
  },
733
733
  ) {
734
734
  return this.checkStatusAndLogin(options);
735
735
  }
736
736
 
737
737
  toLogin(options = {}): Promise<any> {
738
738
  return this.wxAppLoginInstance
739
739
  .getLoginPromise({
740
740
  mode: 'common',
741
741
  loginColor: {
742
742
  biz: WXAPP_BIZ_KEY,
743
743
  dpin: 1,
744
744
  },
745
745
  ...options,
746
746
  })
747
747
  .then((res) => {
748
748
  console.log('微信app登录返回信息,微信侧返回code为0表示成功', res);
749
749
  setTimeout(() => {
750
750
  console.log(
751
751
  '微信app登录返回成功后,后台会写入cookie,有延迟,这里延迟500ms去获取最新cookie',
752
752
  );
753
753
  this.getLoginCookie(`${Date.now()}`);
754
754
  }, 500);
755
755
  })
756
756
  .catch((err) => {
757
757
  console.log('微信app登录异常返回信息,也获取cookie', err);
758
758
  this.getLoginCookie(`${Date.now()}`);
759
759
  });
760
760
  }
761
761
 
762
762
  doLogin(options = {}) {
763
763
  const getParams = {
764
764
  loginColor: {
765
765
  biz: WXAPP_BIZ_KEY,
766
766
  dpin: 1,
767
767
  },
768
768
  ...options,
769
769
  };
770
770
  if (isPublishToWxapp) {
771
771
  getParams['returnUrl'] = `/pages/shopx/pages/index/index?${objectToUrlEncode({
772
772
  ...this.info.originQueryInfo,
773
773
  loadShopxType: 'redirect',
774
774
  })}`;
775
775
  }
776
776
  return this.wxAppLoginInstance.doLogin(getParams).then((res) => {
777
777
  console.log('微信小程序强制登录返回信息,微信侧返回code为0表示成功', res);
778
778
  setTimeout(() => {
779
779
  console.log('微信强制登录后,后台会写入cookie,有延迟,这里延迟500ms去获取最新cookie');
780
780
  this.getLoginCookie(`${Date.now()}`);
781
781
  }, 500);
782
782
  return res;
783
783
  });
784
784
  }
785
785
 
786
786
  doLoginForJdPin(options = {}) {
787
787
  return this.doLogin({
788
788
  loginColor: {
789
789
  biz: WXAPP_BIZ_SHOP_LIGHT_KEY,
790
790
  dpin: 0,
791
791
  },
792
792
  ...options,
793
793
  });
794
794
  }
795
795
 
796
796
  getLoginCookie(updateKey = 'wxapp') {
797
797
  return new Promise(async (resolve) => {
798
798
  console.log('开始获取更新wxapp中的cookie信息', updateKey);
799
799
  if (
800
800
  this.config.wqCookie &&
801
801
  this.config.wqCookieStr &&
802
802
  this.config.getWqCookieKey === updateKey
803
803
  ) {
804
804
  console.log('已有存储wxapp中的cookie信息,直接返回', this.config);
805
805
  resolve({
806
806
  wqCookie: this.config.wqCookie,
807
807
  wqCookieStr: this.config.wqCookieStr,
808
808
  });
809
809
  } else {
810
810
  if (isPublishToWxapp) {
811
811
  const getWxappCookieObj = getTaroStorageKeyValue('cookies') || null;
812
812
  if (getWxappCookieObj) {
813
813
  const getCookieObj = getWxappCookieObj['_data'];
814
814
  const { wqCookie, wqCookieStr } = getWxAppCookieStr(getCookieObj);
815
815
  const { pin = '', visitkey = '-1', wq_unionid = '', wxapp_openid = '' } = wqCookie;
816
816
  this.info.loginState = true;
817
817
  this.info.userInfo.wqCookie = wqCookieStr;
818
818
  this.info.userInfo.wqVisitkey = visitkey;
819
819
  console.log('获取用户完整cookie信息', getCookieObj);
820
820
  if (this.miniAppLogInstance) {
821
821
  this.miniAppLogInstance.set({
822
822
  account: pin,
823
823
  unionid: wq_unionid,
824
824
  openid: wxapp_openid,
825
825
  });
826
826
  }
827
827
  this.config.wqCookie = wqCookie;
828
828
  this.config.wqCookieStr = wqCookieStr;
829
829
  this.config.getWqCookieKey = updateKey;
830
830
  console.log('解析wxapp中的cookie信息成功,返回后存储', this.config);
831
831
  resolve({
832
832
  wqCookie,
833
833
  wqCookieStr,
834
834
  });
835
835
  } else {
836
836
  console.log('解析wxapp中的cookie信息异常,返回异常结果', this.config);
837
837
  resolve({
838
838
  wqCookie: false,
839
839
  wqCookieStr: false,
840
840
  });
841
841
  }
842
842
  } else {
843
843
  resolve({
844
844
  wqCookie: false,
845
845
  wqCookieStr: false,
846
846
  });
847
847
  }
848
848
  }
849
849
  });
850
850
  }
851
851
 
852
852
 
853
853
  checkLoginStatus() {
854
854
  return this.getLoginCookie();
855
855
  }
856
856
 
857
857
  getAddressCachePromise = () => {
858
858
  return new Promise((resolve) => {
859
859
  if (this.info.sysInfo?.area) {
860
860
  resolve({
861
861
  lat: this.info.sysInfo?.lat,
862
862
  lng: this.info.sysInfo?.lng,
863
863
  area: this.info.sysInfo?.area,
864
864
  });
865
865
  } else {
866
866
  const getUserAddress = this.wxAppUserInfoInstance.getAddress();
867
867
  console.info('京购原生获取用户基地址信息', getUserAddress);
868
868
  if (getUserAddress) {
869
869
  const { areaId = '', latitude, longitude } = getUserAddress;
870
870
  this.info.sysInfo['lat'] = `${latitude || ''}`;
871
871
  this.info.sysInfo['lng'] = `${longitude || ''}`;
872
872
  if (areaId && areaId !== '') {
873
873
  this.info.pageInfo.address = areaId;
874
874
  this.info.pageInfo.addressCommaStr = areaId.replace(/_/g, ',');
875
875
  this.info.pageInfo.un_area = areaId;
876
876
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
877
877
  area: areaId,
878
878
  });
879
879
  this.info.sysInfo['area'] = areaId;
880
880
  }
881
881
  resolve({
882
882
  lat: this.info.sysInfo['lat'],
883
883
  lng: this.info.sysInfo['lng'],
884
884
  area: areaId,
885
885
  });
886
886
  } else {
887
887
  resolve({ lat: '', lng: '', area: '' });
888
888
  }
889
889
  }
890
890
  });
891
891
  };
892
892
 
893
893
  getLbsAddressCachePromise(): Promise<{
894
894
  ok: boolean;
895
895
  msg?: string;
896
896
  realTimeArea: string;
897
897
  data?: any;
898
898
  }> {
899
899
  if (!this.lbsAddressCachePromise) {
900
900
  this.lbsAddressCachePromise = new Promise((resolve) => {
901
901
  const getWxappLbsAddressInfo = this.wxAppUserInfoInstance.getLbsAddress();
902
902
  console.info('京购原生获取用户基于lbs的缓存地址信息', getWxappLbsAddressInfo);
903
903
  if (getWxappLbsAddressInfo && getWxappLbsAddressInfo?.areaId !== '') {
904
904
  this.info.pageInfo.userLbsAddress = getWxappLbsAddressInfo?.areaId;
905
905
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
906
906
  realTimeArea: this.info.pageInfo.userLbsAddress,
907
907
  });
908
908
  resolve({
909
909
  ok: true,
910
910
  realTimeArea: getWxappLbsAddressInfo?.areaId || '',
911
911
  });
912
912
  } else {
913
913
  this.wxAppAddressV2apiInstance
914
914
  .fetchLbsAddr({
915
915
  token: 'W23b9sUlcnhCPZxQ2daYMkDqrTL0TeDw9tbDm5lVMVA=',
916
916
  from: 'wxapp_shop_real_area',
917
917
  })
918
918
  .then((res) => {
919
919
  console.info('微信京购里面获取静默实时lbs地址信息结果', res);
920
920
  const { provinceId, cityId, countyId, townId } = res;
921
921
  let realTimeArea = '';
922
922
  if (provinceId) {
923
923
  realTimeArea = `${provinceId}_${cityId || 0}_${countyId || 0}_${townId || 0}`;
924
924
  this.info.pageInfo.userLbsAddress = realTimeArea;
925
925
  Taro.eventCenter.trigger(TaroEventType.USER_AREA_UPDATE, {
926
926
  realTimeArea: realTimeArea,
927
927
  });
928
928
  } else {
929
929
  this.lbsAddressCachePromise = null;
930
930
  }
931
931
  const getValidRealTimeArea = realTimeArea !== '';
932
932
  resolve({
933
933
  ok: getValidRealTimeArea,
934
934
  msg: getValidRealTimeArea
935
935
  ? '成功'
936
936
  : '根据微信底层接口获取静默实时lbs地址信息异常,详情见data',
937
937
  data: getValidRealTimeArea ? null : res,
938
938
  realTimeArea: realTimeArea,
939
939
  });
940
940
  })
941
941
  .catch((err) => {
942
942
  console.warn('微信京购里面获取静默实时lbs地址信息异常', err);
943
943
  this.lbsAddressCachePromise = null;
944
944
  resolve({
945
945
  ok: false,
946
946
  msg: '微信京购里面获取静默实时lbs地址信息异常',
947
947
  realTimeArea: '',
948
948
  });
949
949
  });
950
950
  }
951
951
  });
952
952
  }
953
953
  return this.lbsAddressCachePromise;
954
954
  }
955
955
 
956
956
  updatePageAndLogInfo(updateQuery = {}) {
957
957
  const createUpdateQueryInfo: {
958
958
  query: {
959
959
  shopId?: string | number;
960
960
  venderId?: string | number;
961
961
  };
962
962
  updateShopInfoState: boolean;
963
963
  } = Object.assign(
964
964
  {},
965
965
  {
966
966
  query: {},
967
967
  updateShopInfoState: false,
968
968
  },
969
969
  updateQuery,
970
970
  );
971
971
  console.log(
972
972
  '获取当前下发的店铺查询参数',
973
973
  updateQuery,
974
974
  '获取之前保存的shopInfo店铺查询参数',
975
975
  this.info?.shopInfo,
976
976
  );
977
977
  const { query, updateShopInfoState } = createUpdateQueryInfo;
978
978
  const { shopId, venderId } = query;
979
979
  if (updateShopInfoState) {
980
980
  this.info.queryInfo = {
981
981
  ...this.info.queryInfo,
982
982
  ...query,
983
983
  };
984
984
  if (shopId && venderId) {
985
985
  this.info.shopInfo = {
986
986
  shopId: `${shopId}`,
987
987
  venderId: `${venderId}`,
988
988
  };
989
989
  }
990
990
  } else {
991
991
  this.info.queryInfo = {
992
992
  ...query,
993
993
  };
994
994
  this.info.originQueryInfo = {
995
995
  ...query,
996
996
  };
997
997
  if (
998
998
  this.info.shopInfo?.shopId &&
999
999
  this.info.shopInfo?.venderId &&
1000
1000
  (this.info.shopInfo.shopId == shopId || this.info.shopInfo.venderId == venderId)
1001
1001
  ) {
1002
1002
  this.info.queryInfo.shopId = this.info.shopInfo.shopId;
1003
1003
  this.info.queryInfo.venderId = this.info.shopInfo.venderId;
1004
1004
  console.log(
1005
1005
  '当前存储的店铺shopId和venderId与下发的店铺信息shopId或者venderId为同一个,补充shopId或者venderId查询参数',
1006
1006
  this.info.queryInfo,
1007
1007
  );
1008
1008
  }
1009
1009
  }
1010
1010
  this.info.queryInfo['shopId'] &&
1011
1011
  (this.info.queryInfo['shopId'] = `${this.info.queryInfo['shopId']}`);
1012
1012
  this.info.queryInfo['venderId'] &&
1013
1013
  (this.info.queryInfo['venderId'] = `${this.info.queryInfo['venderId']}`);
1014
1014
  console.log(
1015
1015
  'weapp===获取店铺下发查询参数\n',
1016
1016
  query,
1017
1017
  '\n获取店铺最后查询参数\n',
1018
1018
  this.info.queryInfo,
1019
1019
  '\n是否为更新店铺状态\n',
1020
1020
  updateShopInfoState,
1021
1021
  );
1022
1022
  }
1023
1023
 
1024
1024
  getDynamicConfig(key: string) {
1025
1025
  console.warn('调用微信小程序的 getDynamicConfig(),注意,此方法还未实现!');
1026
1026
  return null;
1027
1027
  }
1028
1028
  renderNextTickLoadSdk() {
1029
1029
  console.warn('暂未实现 index.weapp.ts');
1030
1030
  }
1031
1031
  loadOtherSdk() {
1032
1032
  console.warn('暂未实现 index.weapp.ts');
1033
1033
  }
1034
1034
  loadItemSdkPromise() {
1035
1035
  console.warn('暂未实现 index.weapp.ts');
1036
1036
  }
1037
1037
  createLanguageProimse() {
1038
1038
  return Promise.reject({
1039
1039
  msg: '暂未实现',
1040
1040
  });
1041
1041
  }