@ubrorg/card
Advanced tools
Comparing version 0.7.0-beta.3 to 0.7.0-beta.4
@@ -72,3 +72,4 @@ function qs(params) { | ||
projectName = _this$props2.projectName, | ||
projectTypeName = _this$props2.projectTypeName; | ||
projectTypeName = _this$props2.projectTypeName, | ||
dataItem = _this$props2.dataItem; | ||
var url = isFavorite ? '/api/users/favorites/del/1.0' : '/api/users/favorites/add/1.0'; | ||
@@ -88,5 +89,5 @@ this.$page.request({ | ||
_this.$page.record(isFavorite ? 'Um_Event_ContentUnFavorite' : 'Um_Event_Contentfavorite', { | ||
Um_Key_ContentName: projectName, | ||
Um_Key_ContentName: projectName || dataItem.projectName, | ||
Um_Key_ContentID: id, | ||
Um_Key_ContentCategory: projectTypeName | ||
Um_Key_ContentCategory: projectTypeName || dataItem.projectTypeName | ||
}); | ||
@@ -93,0 +94,0 @@ }, |
{ | ||
"name": "@ubrorg/card", | ||
"version": "0.7.0-beta.3", | ||
"version": "0.7.0-beta.4", | ||
"description": "card", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19156
153