@titaui/pc 1.10.56 → 1.10.57

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.
@@ -72,7 +72,7 @@ var DynamicReply = function DynamicReply(_ref) {
72
72
  actionName: "查看日报",
73
73
  actionGroup: "动态-推屏",
74
74
  productName: "动态",
75
- planId: data.dailyId
75
+ feedId: data.dailyId
76
76
  });
77
77
  } // @ts-ignore
78
78
 
@@ -170,7 +170,7 @@ var DynamicItem = function DynamicItem(_ref) {
170
170
  actionName: "查看日报",
171
171
  actionGroup: "动态-查看更多",
172
172
  productName: "动态",
173
- planId: data.dailyId
173
+ feedId: data.dailyId
174
174
  });
175
175
  }
176
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.10.56",
3
+ "version": "1.10.57",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",