@alipay/ams-checkout 0.0.1726734012-dev.10 → 0.0.1726734012-dev.11
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.
@@ -413,7 +413,6 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
|
|
413
413
|
key: "preloadComponent",
|
414
414
|
value: function preloadComponent() {
|
415
415
|
var _this6 = this;
|
416
|
-
console.log('web-preloadpreloadComponent', this.channelType, this.productSceneVersion);
|
417
416
|
var MAX_CLEAR_TIME = 10000;
|
418
417
|
if (Array.isArray(this.channelType)) {
|
419
418
|
for (var i = 0; i < this.channelType.length; i++) {
|
@@ -167,11 +167,11 @@ var AMSSDK = /*#__PURE__*/function () {
|
|
167
167
|
}, {
|
168
168
|
productScene: product
|
169
169
|
}).send();
|
170
|
+
console.log('web-preloadsdk initSecurity securityRegion', securityRegion);
|
170
171
|
var sdk = this._getSecuritySDKByProductScene({
|
171
172
|
product: product || scene
|
172
173
|
});
|
173
174
|
if (sdk) return;
|
174
|
-
console.log('web-preloadsdk initSecurity securityRegion', securityRegion);
|
175
175
|
this._newSecuritySDKByScene({
|
176
176
|
product: product || scene,
|
177
177
|
region: securityRegion || SecurityRegionEnum.SG
|