Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ldqk committed Oct 25, 2024
1 parent e40b4dd commit 579d909
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 188 deletions.
4 changes: 2 additions & 2 deletions src/Masuit.MyBlogs.Core/Views/Tools/Loan.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
ViewBag.Title = "房贷多次提前还款试算模型计算器";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div class="container">
<div class="container-fluid">
<ol class="cd-breadcrumb triangle">
<li><a asp-controller="Home" asp-action="Index">首页</a></li>
<li class="current">
<em>@ViewBag.Title</em>
</li>
</ol>
@(await Html.RenderComponentAsync<Loan>(RenderMode.ServerPrerendered, new { IP = Context.Connection.RemoteIpAddress.ToString() }))
</div>
@(await Html.RenderComponentAsync<Loan>(RenderMode.ServerPrerendered, new { IP = Context.Connection.RemoteIpAddress.ToString() }))
Loading

0 comments on commit 579d909

Please sign in to comment.