@titaui/pc 1.10.64 → 1.10.65

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