<% var listVideo = CreateInstance.VideoDao.DayViewCount(new AVA.ResourcesPlatform.Config.TotalParameter()
{
TotalType = AVA.ResourcesPlatform.Config.TotalTypeEnum.周,
ResultCount = 10
});
for (int i = 0; i < listVideo.Count; i++)
{
var video = listVideo[i];
var needLogin = (video.Share == (int)AVA.ResourcesPlatform.Model.Pub.VideoShareEnum.登录浏览 && CookieGroup.UserCode == null);
if (i < 3)
{
%>