diff --git a/Host/Views.Mobile/Article/info.cshtml b/Host/Views.Mobile/Article/info.cshtml index b90e548..66fefd7 100644 --- a/Host/Views.Mobile/Article/info.cshtml +++ b/Host/Views.Mobile/Article/info.cshtml @@ -19,6 +19,24 @@

@Model.Info.Title

+ @if(@Model.Info.Id == 3){ +
+

视频教程

+ +
+ } + @if(@Model.Info.Id == 4){ +
+

视频教程

+ +
+ } + @if(@Model.Info.Id == 5){ +
+

视频教程

+ +
+ }

@Model.Info.CreateTime.ToString("yyyy.MM.dd")

@Html.Raw(Model.Info.Content) diff --git a/Host/Views/Article/info.cshtml b/Host/Views/Article/info.cshtml index 3954dac..3bf0b9b 100644 --- a/Host/Views/Article/info.cshtml +++ b/Host/Views/Article/info.cshtml @@ -35,6 +35,24 @@

@Model.Info.Title

@Model.Info.CreateTime.ToString("yyyy.MM.dd")

+ @if(@Model.Info.Id == 3){ +
+

视频教程

+ +
+ } + @if(@Model.Info.Id == 4){ +
+

视频教程

+ +
+ } + @if(@Model.Info.Id == 5){ +
+

视频教程

+ +
+ }
@**@ @Html.Raw(Model.Info.Content)