@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

@if(Model.Package.Price < 60 && (Model.Package.Id == 64||Model.Package.Id == 1004)){

60.00

} else {

@Model.Package.Price

}

*请务必选好所需商品,换货会产生费用

续费
IP产品账号:

支持10位以内字母,数字
@*
IP产品密码:
支持6位以内字母,数字
*@
连接数:
{{OneBuyModel.ConnectCount}}
选择优惠券:
淘宝每次下单获得优惠券
余额:
当前账户余额@(userEntity.RestAmount)前往充值
支付方式:
总金额:
{{TotalAmount}}
应付款:
{{PayAmount}}{{auto_discount_text}}

{{Tip}}

微信支付 | 收银台

@*

订单将在25分钟后关闭,请及时付款

*@

@**@

@*

二维码已经失效,请刷新后重新扫码支付

*@

新开订单

¥{{OrderInfo.OtherPayAmount}}

收款方:聚IP

下单时间:{{OrderInfo.CreateTime}}

订单号:{{OrderInfo.OrderNo}}

@section Scripts{ }