public bool UpdatePwd(string newPwd, string phone)//用户修改密码 { return(dal.UpdatePwd(newPwd, phone) > 0); }