@using KJH55128_Rec.ViewModels @model List @if (ViewBag.lottery != "GP_KLPK3_ShanDong") { } @if (Model != null && Model.Count > 0) { foreach (LotteryViewModel item in Model) { @*开奖号码处理*@ @if (ViewBag.lottery != "GP_KLPK3_ShanDong") { } } }
开奖时间 期数 号码和值 跨度 奇偶比 质合比
@item.OpenTime @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.Details != null && item.Details.Count > 0) { foreach (LotteryViewModel.LotteryDetail ball in item.Details) {
@ball.Value
} }
@item.hezhi @item.kuadu @item.jio @item.zihebi