@titaui/pc 1.9.143 → 1.9.144
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.
|
@@ -194,7 +194,8 @@ var BookDemoPCContent = function BookDemoPCContent(_ref) {
|
|
|
194
194
|
|
|
195
195
|
if (window.titaTracker) {
|
|
196
196
|
window.titaTracker("action").record(_objectSpread({
|
|
197
|
-
actionName: "
|
|
197
|
+
actionName: "提交预约演示",
|
|
198
|
+
productName: "预约演示"
|
|
198
199
|
}, trickerContent));
|
|
199
200
|
}
|
|
200
201
|
} else {
|
|
@@ -306,9 +307,9 @@ var BookDemoPCContent = function BookDemoPCContent(_ref) {
|
|
|
306
307
|
|
|
307
308
|
if (window.titaTracker) {
|
|
308
309
|
window.titaTracker("action").record({
|
|
309
|
-
actionName: "
|
|
310
|
-
|
|
311
|
-
|
|
310
|
+
actionName: "点开预约演示",
|
|
311
|
+
productName: "预约演示",
|
|
312
|
+
actionGroup: trickerContent.actionGroup
|
|
312
313
|
});
|
|
313
314
|
}
|
|
314
315
|
}, []);
|
|
@@ -771,23 +771,17 @@ var bookTypeInfo = (_bookTypeInfo = {}, _defineProperty(_bookTypeInfo, _interfac
|
|
|
771
771
|
}), _bookTypeInfo);
|
|
772
772
|
exports.bookTypeInfo = bookTypeInfo;
|
|
773
773
|
var trackerInfo = (_trackerInfo = {}, _defineProperty(_trackerInfo, _interface.EDemoType.Learning, {
|
|
774
|
-
actionGroup: "
|
|
775
|
-
productName: "Learning-申请演示"
|
|
774
|
+
actionGroup: "Learning-预约"
|
|
776
775
|
}), _defineProperty(_trackerInfo, _interface.EDemoType.OfficalSiteOKR, {
|
|
777
|
-
actionGroup: "
|
|
778
|
-
productName: "OKR-申请演示"
|
|
776
|
+
actionGroup: "官网OKR-预约"
|
|
779
777
|
}), _defineProperty(_trackerInfo, _interface.EDemoType.OfficalSitePerformance, {
|
|
780
|
-
actionGroup: "
|
|
781
|
-
productName: "Performance-申请演示"
|
|
778
|
+
actionGroup: "官网Performance-预约演示"
|
|
782
779
|
}), _defineProperty(_trackerInfo, _interface.EDemoType.TryOKR, {
|
|
783
|
-
actionGroup: "
|
|
784
|
-
productName: "系统内-申请OKR演示"
|
|
780
|
+
actionGroup: "系统内-OKR预约演示"
|
|
785
781
|
}), _defineProperty(_trackerInfo, _interface.EDemoType.TryPerformance, {
|
|
786
|
-
actionGroup: "
|
|
787
|
-
productName: "系统内-申请绩效宝演示"
|
|
782
|
+
actionGroup: "系统内-绩效宝预约演示"
|
|
788
783
|
}), _defineProperty(_trackerInfo, _interface.EDemoType.UniversalBookDemo, {
|
|
789
|
-
actionGroup: "
|
|
790
|
-
productName: "申请演示"
|
|
784
|
+
actionGroup: "预约演示"
|
|
791
785
|
}), _trackerInfo);
|
|
792
786
|
exports.trackerInfo = trackerInfo;
|
|
793
787
|
var DemoTypeTextMap = (_DemoTypeTextMap = {}, _defineProperty(_DemoTypeTextMap, _interface.EDemoType.Learning, "learning"), _defineProperty(_DemoTypeTextMap, _interface.EDemoType.OfficalSiteOKR, "OKR官网"), _defineProperty(_DemoTypeTextMap, _interface.EDemoType.OfficalSitePerformance, "考核官网"), _defineProperty(_DemoTypeTextMap, _interface.EDemoType.TryOKR, "OKR试用版"), _defineProperty(_DemoTypeTextMap, _interface.EDemoType.TryPerformance, "绩效版"), _defineProperty(_DemoTypeTextMap, _interface.EDemoType.UniversalBookDemo, "旗舰版"), _DemoTypeTextMap);
|