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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",