@using Home.Models
@using Hncore.Pass.BaseInfo.Response
@model UserHomeModel
@{
Layout = "_Layout";
}
账户信息
用户名:
@(Model.UserModel.Phone??Model.UserModel.LoginCode)
密码:
********
QQ:
@(Model.UserModel.QQ??"--")
微信号:
@(Model.UserModel.Wx??"--")
淘宝会员名:
@(Model.UserModel.TaoBao??"--")
邮箱:
@(Model.UserModel.Email??"--")
余额
@* *@
余额:
@Model.UserModel.RestAmount
PPTV账号
使用中:
@(Model.AccountModel.TotalCount-Model.AccountModel.ExpriedCount)
总个数:
@Model.AccountModel.TotalCount
已过期:
@Model.AccountModel.ExpriedCount
消费信息
今日消费:
@Model.Statistic.TodayExpend
今日退款:
@Model.Statistic.TodayRefund
今日充值:
@Model.Statistic.TodayCharege
当月消费:
@Model.Statistic.MonthExpend
当月退款:
@Model.Statistic.MonthRefund
当月充值:
@Model.Statistic.MonthCharege
本年消费:
@Model.Statistic.YearExpend