@titaui/pc 1.16.92-beta.8 → 1.16.92-beta.9

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.
@@ -167,7 +167,7 @@ var DynamicItem = function DynamicItem(_ref) {
167
167
  userId: Id,
168
168
  praiseType: type
169
169
  };
170
- setPraiseData([parseUser].concat(_toConsumableArray(data)));
170
+ setPraiseData([].concat(_toConsumableArray(data), [parseUser]));
171
171
  actionName = "点赞日报";
172
172
  } else {
173
173
  setPraiseData(data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.92-beta.8",
3
+ "version": "1.16.92-beta.9",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",