@alipay/ams-checkout 0.0.1726734012-dev.6 → 0.0.1726734012-dev.7

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.
@@ -350,7 +350,6 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
350
350
  this.preloadComponent();
351
351
  }
352
352
  ;
353
- console.log('web-sdk createComponent');
354
353
  this.clearPreloadIframe();
355
354
  this.logger.setComponentStartTime(Date.now());
356
355
  return this.parameterInitAndCheck({
@@ -414,7 +413,7 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
414
413
  key: "preloadComponent",
415
414
  value: function preloadComponent() {
416
415
  var _this6 = this;
417
- console.log('web-sdk preload');
416
+ console.log('web-sdkpreload', this.channelType, this.productSceneVersion);
418
417
  var MAX_CLEAR_TIME = 10000;
419
418
  if (Array.isArray(this.channelType)) {
420
419
  for (var i = 0; i < this.channelType.length; i++) {
@@ -161,7 +161,6 @@ var AMSSDK = /*#__PURE__*/function () {
161
161
  product = _ref$product === void 0 ? ProductSceneEnum.EASY_PAY : _ref$product,
162
162
  _ref$scene = _ref.scene,
163
163
  scene = _ref$scene === void 0 ? ProductSceneEnum.EASY_PAY : _ref$scene;
164
- console.log('执行了initSecurity');
165
164
  this.logger.logInfo({
166
165
  title: 'sdk_event_securitySdkPreInit'
167
166
  }, {
@@ -379,7 +379,7 @@ var ComponentApp = /*#__PURE__*/function () {
379
379
  }, {
380
380
  key: "appendPreloadIframeNodes",
381
381
  value: function appendPreloadIframeNodes(componentSign, productSceneVersion) {
382
- console.log('web-preloadsdk appendPreloadIframeNodes_success');
382
+ console.log('web-preloadsdk appendPreloadIframeNodes_success', componentSign, productSceneVersion);
383
383
  var virtualPreloadIframe = this.createPreloadApp(componentSign, productSceneVersion);
384
384
  this.createPreloadIframeNode(virtualPreloadIframe);
385
385
  this.AMSSDK.logger.logInfo({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1726734012-dev.6",
3
+ "version": "0.0.1726734012-dev.7",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",