@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
|
-
|
791
|
+
// TODO 上线前删除链接参数
|
792
|
+
userAgent: window.navigator.userAgent + window.location.search
|
792
793
|
}
|
793
794
|
}
|
794
795
|
});
|