Browse Source

Merge branch 'mfyx_3.6' of http://8.136.199.33:3000/cxzhang/hongze_mfyx into debug

xingzai 7 months ago
parent
commit
fdb0f067f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/user_admin_share.go

+ 2 - 2
services/user_admin_share.go

@@ -110,11 +110,11 @@ func AddCygxUserAdminShareHistory(user *models.WxUserItem, source, sourceTitle,
 	case utils.CYGX_OBJ_ARTICLE:
 		item.Action = "查看报告"
 	case utils.CYGX_OBJ_ACTIVITYVIDEO:
-		item.Action = "查看专栏"
+		item.Action = "查看活动回放"
 	case utils.CYGX_OBJ_ACTIVITYVOICE:
 		item.Action = "查看活动回放"
 	case utils.CYGX_OBJ_YANXUANSPECIAL:
-		item.Action = "查看活动回放"
+		item.Action = "查看专栏"
 	case "login":
 		item.Action = "注册"
 	}