@alipay/ams-checkout 0.0.1732700846-dev.0 → 0.0.1732700846-dev.1
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.
@@ -262,6 +262,7 @@ var ComponentApp = /*#__PURE__*/function () {
|
|
262
262
|
_this$_renderParams6,
|
263
263
|
_this$_renderParams7,
|
264
264
|
_this$_renderParams8,
|
265
|
+
_this$_renderParams$p,
|
265
266
|
_this3 = this;
|
266
267
|
if (this._isInitComponent) {
|
267
268
|
this.dispatchToSDK(EVENT.error.name, ERRORMESSAGE.CREATECOMPONENT_ERROR.SINGLETON_COMPONENT_ERROR);
|
@@ -366,7 +367,7 @@ var ComponentApp = /*#__PURE__*/function () {
|
|
366
367
|
this.renderPopupLoading(renderParams);
|
367
368
|
}
|
368
369
|
this.createApp(renderParams);
|
369
|
-
if (this._renderParams.paymentSessionMetaData.connectFactor.enableConnect) {
|
370
|
+
if ((_this$_renderParams$p = this._renderParams.paymentSessionMetaData) !== null && _this$_renderParams$p !== void 0 && (_this$_renderParams$p = _this$_renderParams$p.connectFactor) !== null && _this$_renderParams$p !== void 0 && _this$_renderParams$p.enableConnect) {
|
370
371
|
this._createLoadAppPromise();
|
371
372
|
return this.createIframeNode(this, insertedNode, this._renderDisplayType).then(function () {
|
372
373
|
return Promise.resolve();
|