Browse Source

no message

xingzai 1 year ago
parent
commit
35ace0b88a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -338,7 +338,7 @@ func (this *UserController) ApplyTryOut() {
 			br.ErrMsg = "微路演音频信息有误, 不存在的VoiceId: " + strconv.Itoa(detailId)
 			return
 		}
-		title = activityVideo.VideoName
+		title = activityVideo.Title
 		sourceId = activityVideo.ActivityId
 		source = "activityvideo"
 	} else if tryType == "MicroVideo" {