@alipay/ams-checkout 0.0.1726734012-dev.2 → 0.0.1726734012-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.
@@ -557,8 +557,9 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
|
|
557
557
|
}, {
|
558
558
|
key: "preload",
|
559
559
|
value: function preload(_options) {
|
560
|
+
var _this$channelType;
|
560
561
|
this.preloadComponent();
|
561
|
-
if (this.channelType.some(function (val) {
|
562
|
+
if ((_this$channelType = this.channelType) !== null && _this$channelType !== void 0 && _this$channelType.some(function (val) {
|
562
563
|
return val === ComponentSignEnum.EASY_PAY_WALLET || val === ComponentSignEnum.EASY_PAY_APM;
|
563
564
|
})) return;
|
564
565
|
this._componentApp.AMSSDK.initSecurity({
|