@alipay/ams-checkout 0.0.1726734012-dev.4 → 0.0.1726734012-dev.6
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('
|
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('
|
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++) {
|
@@ -79,6 +79,7 @@ var AMSSDK = /*#__PURE__*/function () {
|
|
79
79
|
key: "preInitSecurity",
|
80
80
|
value: function preInitSecurity(options) {
|
81
81
|
var _this$options;
|
82
|
+
console.log('web-preloadsdk preInitSecurity-success');
|
82
83
|
var antomSDKConfigKey = 'antomSDKConfigKey';
|
83
84
|
var config = safeJson(getOrSetStorageId(antomSDKConfigKey), {});
|
84
85
|
if (![EnvironmentEnum.prod, EnvironmentEnum.sandbox].includes(options === null || options === void 0 ? void 0 : options.environment)) return;
|
@@ -379,6 +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
383
|
var virtualPreloadIframe = this.createPreloadApp(componentSign, productSceneVersion);
|
383
384
|
this.createPreloadIframeNode(virtualPreloadIframe);
|
384
385
|
this.AMSSDK.logger.logInfo({
|