摘要:
一。获取评论视频的id if (!IsPostBack) { VideoId = Request.QueryString["id"]; var user = IdentityManager.ReadUser(); if (user == null) { Response.Redirect("~/lo 阅读全文
摘要:
一.手机号登录点击事件 if (Page.IsValid) { var result = AccountManager.LoginByUserName(txtMobileNumber.Text, txtPassword.Text); if (result.StatusCode == Common.S 阅读全文