@alipay/ams-checkout 0.0.1724942009-dev.1 → 0.0.1724942009-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.
@@ -59,7 +59,7 @@ var ComponentApp = /*#__PURE__*/function () {
59
59
  _defineProperty(this, "_multipleCallbackEvents", void 0);
60
60
  _defineProperty(this, "_merchantAppointParam", void 0);
61
61
  _defineProperty(this, "_webAppHeartBeatTimeoutFn", void 0);
62
- this._appVersion = '1.20.2';
62
+ this._appVersion = '1.22.0';
63
63
  this._isInitComponent = false;
64
64
  this._selector = "#".concat(COMPONENT_SECTION_ID);
65
65
  this.createIframeNode = function () {
@@ -688,7 +688,7 @@ var ComponentApp = /*#__PURE__*/function () {
688
688
  if (paymentMethodType == 'ALIPAY_CN' && !isWebView()) {
689
689
  backScheme = getBackScheme(undefined, _this6.AMSSDK.logger);
690
690
  if (backScheme) {
691
- params['h5FromApp'] = "".concat(encodeURIComponent(backScheme), "://");
691
+ params['h5FromApp'] = encodeURIComponent(backScheme);
692
692
  }
693
693
  }
694
694
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1724942009-dev.1",
3
+ "version": "0.0.1724942009-dev.3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",