@alipay/ams-checkout 0.0.1726734012-dev.4 → 0.0.1726734012-dev.5

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,7 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
350
350
  this.preloadComponent();
351
351
  }
352
352
  ;
353
- console.log('执行了createComponent', params);
353
+ console.log('web-sdk createComponent');
354
354
  this.clearPreloadIframe();
355
355
  this.logger.setComponentStartTime(Date.now());
356
356
  return this.parameterInitAndCheck({
@@ -414,7 +414,7 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
414
414
  key: "preloadComponent",
415
415
  value: function preloadComponent() {
416
416
  var _this6 = this;
417
- console.log('执行了preloadComponent');
417
+ console.log('web-sdk preload');
418
418
  var MAX_CLEAR_TIME = 10000;
419
419
  if (Array.isArray(this.channelType)) {
420
420
  for (var i = 0; i < this.channelType.length; i++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1726734012-dev.4",
3
+ "version": "0.0.1726734012-dev.5",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",