@using Hncore.Pass.Vpn.Response.Product @using Hncore.Infrastructure.Extension @using Hncore.Pass.BaseInfo.Response @using Hncore.Infrastructure.Serializer; @using Hncore.Pass.BaseInfo.Service @model PackageInfoResponse @inject UserService m_UserService @{ ViewData["Title"] = "购买产品"; UserLoginModel user = null; Hncore.Pass.BaseInfo.Models.User userEntity = new Hncore.Pass.BaseInfo.Models.User(); if (this.Context.Request.Cookies.TryGetValue("userInfo", out string userCookie)) { user = userCookie.FromJsonTo(); userEntity = await m_UserService.GetById(user.Id); } }

当前已选产品:

@Model.Product.Name

@Model.Package.Name

@(Model.Package.DayPrice)元/天

@Model.Package.Profile

¥ @Model.Package.Price
*请确认好所需产品,买错产品换货将产生费用
续费
IP产品账号:
@*
IP账号密码:
*@
连接数:
{{OneBuyModel.ConnectCount}}
选择优惠券:
余额:
当前账户余额@(userEntity.RestAmount)前往充值
支付方式:
总金额:
{{TotalAmount}}
应付款:
{{PayAmount}}

{{auto_discount_text}}

淘宝每次下单获得优惠券

{{Tip}}

@section Scripts{ }