xingzai 1 an în urmă
părinte
comite
35ace0b88a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)
 			br.ErrMsg = "微路演音频信息有误, 不存在的VoiceId: " + strconv.Itoa(detailId)
 			return
 			return
 		}
 		}
-		title = activityVideo.VideoName
+		title = activityVideo.Title
 		sourceId = activityVideo.ActivityId
 		sourceId = activityVideo.ActivityId
 		source = "activityvideo"
 		source = "activityvideo"
 	} else if tryType == "MicroVideo" {
 	} else if tryType == "MicroVideo" {