@alipay/ams-checkout 0.0.1704337820-dev.1 → 0.0.1704337820-dev.2

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.
@@ -788,7 +788,8 @@ var ComponentApp = /*#__PURE__*/function () {
788
788
  event: 'appEventCallback',
789
789
  eventCallbackId: eventContext === null || eventContext === void 0 ? void 0 : eventContext.eventCallbackId,
790
790
  data: {
791
- userAgent: window.navigator.userAgent
791
+ // TODO 上线前删除链接参数
792
+ userAgent: window.navigator.userAgent + window.location.search
792
793
  }
793
794
  }
794
795
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1704337820-dev.1",
3
+ "version": "0.0.1704337820-dev.2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",