@zgfe/modules-page 1.0.17-zhongyuan.19 → 1.0.17-zhongyuan.20

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.
@@ -107,7 +107,7 @@ var ModulesPage = function ModulesPage(props) {
107
107
  var flag = true;
108
108
  eventGroupList === null || eventGroupList === void 0 || eventGroupList.forEach(function (group) {
109
109
  group.eventList.forEach(function (event) {
110
- if (event.event_name === 'click' || event.event_name === 'pv') {
110
+ if ((event.name === 'click' || event.name === 'pv') && event !== null && event !== void 0 && event.clickAnalysis) {
111
111
  flag = false;
112
112
  }
113
113
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-page",
3
- "version": "1.0.17-zhongyuan.19",
3
+ "version": "1.0.17-zhongyuan.20",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -57,5 +57,5 @@
57
57
  "rc-virtual-list": "^3.14.2",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "3ba8f223661df24590fef308e3bb335d36076674"
60
+ "gitHead": "0eafa4a47a097ffcfd449a48eb6ff42ec2e986a4"
61
61
  }