@ubrorg/card
Advanced tools
Comparing version 0.7.0-beta.2 to 0.7.0-beta.3
@@ -58,3 +58,3 @@ function qs(params) { | ||
Um_Key_ContentName: projectName || dataItem.projectName, | ||
Um_Key_ContentCategory: projectTypeName || dataItem.projectName, | ||
Um_Key_ContentCategory: projectTypeName || dataItem.projectTypeName, | ||
Um_Key_ContentID: cardId || dataItem.cardId | ||
@@ -126,3 +126,3 @@ } | ||
this.$page.open("/pages/detail/detail?contentDetailId=".concat(id, "&templateType=").concat(type)); | ||
this.$page.record('Um_Event_PageView', { | ||
this.$page.record('Um_Event_Pageclick', { | ||
Um_Key_ContentName: projectName || dataItem.projectName, | ||
@@ -144,3 +144,3 @@ Um_Key_ContentID: id, | ||
this.$page.open("/pages/detail/detail?contentDetailId=".concat(id, "&templateType=").concat(type)); | ||
this.$page.record('Um_Event_PageView', { | ||
this.$page.record('Um_Event_Pageclick', { | ||
Um_Key_ContentName: projectName || dataItem.projectName, | ||
@@ -147,0 +147,0 @@ Um_Key_ContentID: id, |
{ | ||
"name": "@ubrorg/card", | ||
"version": "0.7.0-beta.2", | ||
"version": "0.7.0-beta.3", | ||
"description": "card", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
19029