@using KJH55128_Rec.ViewModels @model PalyRuleModel @(Model.LotteryName)玩法规则 @Html.Action("header", "Shared")
当前位置:玩法规则 @(Model.LotteryName)玩法规则
@Html.Action("wfnav", "Shared", new { type= ViewBag.type, code = ViewBag.lottery })
玩法介绍 @if (!string.IsNullOrWhiteSpace(Model.LotteryTime)) { 开奖时间 } @Html.Action("recomurl", "Shared", new { code = ViewBag.lottery, type = 1 })
@(!string.IsNullOrWhiteSpace(Model.Gameplay)? Html.Raw(Model.Gameplay): Html.Raw("暂无此彩种玩法介绍"))
@if (!string.IsNullOrWhiteSpace(Model.LotteryTime)) {
@Html.Raw(Model.LotteryTime)
}
@(!string.IsNullOrWhiteSpace(Model.Winning) ? Html.Raw(Model.Winning) : Html.Raw("暂无此彩种中奖规则"))
@Html.Action("footer", "Shared")