@titaui/pc 1.11.40 → 1.11.41

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.
@@ -133,10 +133,10 @@ var DynamicFooter = function DynamicFooter(_ref) {
133
133
  praiseType: type
134
134
  };
135
135
  setPraiseData([parseUser].concat(_toConsumableArray(data)));
136
- actionName = "点赞总结feed";
136
+ actionName = "点赞";
137
137
  } else {
138
138
  setPraiseData(data);
139
- actionName = "取消总结feed点赞";
139
+ actionName = "取消点赞";
140
140
  }
141
141
 
142
142
  if (window.titaTracker) {
@@ -183,7 +183,7 @@ var DynamicFooter = function DynamicFooter(_ref) {
183
183
 
184
184
  var handleReply = function handleReply(_ref2) {
185
185
  var submitType = _ref2.submitType;
186
- var actionName = submitType === "delete" ? "删除总结feed评论" : "评论总结feed";
186
+ var actionName = submitType === "delete" ? "删除评论" : "评论";
187
187
 
188
188
  if (window.titaTracker) {
189
189
  window.titaTracker("action").record({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.11.40",
3
+ "version": "1.11.41",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",