@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 = "
|
|
136
|
+
actionName = "点赞";
|
|
137
137
|
} else {
|
|
138
138
|
setPraiseData(data);
|
|
139
|
-
actionName = "
|
|
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" ? "
|
|
186
|
+
var actionName = submitType === "delete" ? "删除评论" : "评论";
|
|
187
187
|
|
|
188
188
|
if (window.titaTracker) {
|
|
189
189
|
window.titaTracker("action").record({
|