@alipay/ams-checkout 0.0.1726734012-dev.5 → 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-
|
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++) {
|
@@ -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;
|
@@ -160,7 +161,6 @@ var AMSSDK = /*#__PURE__*/function () {
|
|
160
161
|
product = _ref$product === void 0 ? ProductSceneEnum.EASY_PAY : _ref$product,
|
161
162
|
_ref$scene = _ref.scene,
|
162
163
|
scene = _ref$scene === void 0 ? ProductSceneEnum.EASY_PAY : _ref$scene;
|
163
|
-
console.log('执行了initSecurity');
|
164
164
|
this.logger.logInfo({
|
165
165
|
title: 'sdk_event_securitySdkPreInit'
|
166
166
|
}, {
|
@@ -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', componentSign, productSceneVersion);
|
382
383
|
var virtualPreloadIframe = this.createPreloadApp(componentSign, productSceneVersion);
|
383
384
|
this.createPreloadIframeNode(virtualPreloadIframe);
|
384
385
|
this.AMSSDK.logger.logInfo({
|