@alipay/ams-checkout 0.0.1726734012-dev.13 → 0.0.1726734012-dev.14
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.
@@ -392,7 +392,6 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
|
|
392
392
|
key: "preloadComponent",
|
393
393
|
value: function preloadComponent(channelType, productSceneVersion) {
|
394
394
|
var _this6 = this;
|
395
|
-
if (this.isSuccessfullyPreloaded) return;
|
396
395
|
this.channelType = channelType;
|
397
396
|
this.productSceneVersion = productSceneVersion;
|
398
397
|
var MAX_CLEAR_TIME = 10000;
|