@{ Layout = null; } @using System.Web.Mvc.Html @using Models @model Tuple, List> 彩吧资讯提供福彩开奖结果,字谜太湖钓叟,预测,图谜,胆码,杀码,开机号、试机号、开奖结果、字谜与图谜汇总、杀号定胆等专业彩票信息网站 @**@ @Html.Partial("_header1", "KJ")
@*
*@
全国彩
地方彩
高频彩
@if (Model != null) {
@foreach (PageLottery plitem in Model.Item1) {
@foreach (LotteryData item in plitem.Data) {
@item.LotteryName 第@(item.Term)期
@if (item.RedBall != null && item.RedBall.Length > 0) { foreach (string ball in item.RedBall) { @ball } } @if (item.BlueBall != null && item.BlueBall.Length > 0) { foreach (string ball in item.BlueBall) { @ball } }
@{ string moneyPond = ""; if (item.GetType().GetProperty("MoneyPond") != null) { moneyPond = item.MoneyPond; } } 奖池:@(string.IsNullOrWhiteSpace(moneyPond) ? "0.00" : string.Format("{0:N2}", float.Parse(moneyPond)))
}
}
11选5
快3
快乐十分
快乐12
更多彩种
@foreach (PageLottery plitem in Model.Item2) {
@plitem.Name
@foreach (LotteryData item in plitem.Data) {
@item.LotteryName 第@(item.Term)期
@if (item.RedBall != null && item.RedBall.Length > 0) { foreach (string ball in item.RedBall) { @ball } } @if (item.BlueBall != null && item.BlueBall.Length > 0) { foreach (string ball in item.BlueBall) { @ball } } @if (item.LotteryType == "GP_KLPK3_ShanDong" && item.Details != null && item.Details.Count > 0) { foreach (LotteryDetail subitem in item.Details) {
@subitem.Value
} }
@* *@
@{ string moneyPond = ""; if (item.GetType().GetProperty("MoneyPond") != null) { moneyPond = item.MoneyPond; } } 奖池:@(string.IsNullOrWhiteSpace(moneyPond) ? "0.00" : string.Format("{0:N2}", float.Parse(moneyPond)))
}
}
}
@Html.Partial("_footer", "KJ")