@@ -22,7 +22,7 @@ func CreateVr(c *gin.Context, apictx *ApiSession) (interface{}, error) {
defuealt := 0
vr.Clicks = &defuealt
- vr.Sort = getSortInt(apictx, repo.CollectionVideos) + 1
+ vr.Sort = getSortInt(apictx, repo.CollectionVr) + 1
// 正常状态
state := -1
vr.State = &state