@alipay/ams-checkout 0.0.1708315090-dev.2 → 0.0.1708315090-dev.3
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.
@@ -203,7 +203,7 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
|
|
203
203
|
var _this3 = this;
|
204
204
|
this.channelType = channelType;
|
205
205
|
this.productSceneVersion = productSceneVersion;
|
206
|
-
var MAX_CLEAR_TIME =
|
206
|
+
var MAX_CLEAR_TIME = 90000;
|
207
207
|
if (Array.isArray(channelType)) {
|
208
208
|
for (var i = 0; i < channelType.length; i++) {
|
209
209
|
this._componentApp.appendPreloadIframeNodes(channelType[i], productSceneVersion);
|