初级会计师一年可以报名几次考试报名注册不了怎么办?

会计报名注册号忘记了怎么办
考呀呀会计网校
关闭
我的录播
我的直播
我的班级
我的题库
使用兑换码
我的资料
修改密码
退出
`
} else {
userStatusDom.innerHTML = `
亲爱的学员
登录
`
}
}
function toggleNav(isShow) {
const siteNavDom = document.querySelector('.site-nav')
siteNavDom.classList.remove('animation-slideDown')
siteNavDom.classList.remove('animation-slideUp')
if(siteNavDom.style.display !== 'block'
isShow) {
siteNavDom.style.display = 'block';
siteNavDom.classList.add('animation-slideDown')
} else {
siteNavDom.classList.add('animation-slideUp')
}
}
function getUserInfo() {
$.ajax({
url: "/api/v1/users/info",
success: function (res) {
$('.user-status').show()
if(res.code === 200 && res.result) {
notifyHeaderGetUserInfo(res.result)
if(window.notifyMainGetUserInfo) notifyMainGetUserInfo(res.result)
getIMInfo()
localStorage.setItem("PHP_USER_INFO", JSON.stringify(res.result))
} else {
notLogin()
}
},
error: function (msg) {
notLogin()
}
})
}
function getIMInfo() {
$.ajax({
url:
"/api/v1/im/imUser/getUserInfo",
success: function () {
const jumpUrl = `https://im.${window.location.href.indexOf('kaoyaya') !== -1 ? 'kaoyaya' : 'kuaixuezaixian'}.com`;
let tag = document.createElement('div');
const html = `我的消息`
tag.insertAdjacentHTML('afterbegin', html);
document.querySelector('.user-select-down ul').insertBefore(tag.firstElementChild, document.querySelector('.user-select-down ul li:nth-of-type(1)'))
}
})
}
function notLogin() {
$('.user-status').show()
if(window.notifyMainGetUserInfo)
notifyMainGetUserInfo()
notifyHeaderGetUserInfo()
localStorage.setItem("PHP_IS_LOGIN", 0)
localStorage.removeItem("PHP_USER_INFO")
}
function checkLogin() {
$.ajax({
url:
"/api/v1/login/isLogin",
success: function (res) {
if (res.code===200) {
// isLogin = true
localStorage.setItem("PHP_IS_LOGIN", 1)
getUserInfo()
// renderStudyCenter()
vm.getContinueLearn()
} else {
notLogin()
}
},
error: function (msg) {
notLogin()
}
})
}
function toTop() {
$('html, body').animate({ scrollTop: 0 }, 'slow')
}
function registerRightNavEvent(onlyCalc = false) {
const curDom = document.querySelector('.suspension-window-container__right')
const leftNavDom = document.querySelector('.suspension-window-container')
const linkHeaderHeightSelf =
document.querySelector('.link-header').offsetTop + defaultNavHeight
linkHeaderHeight = document.querySelector('.link-header').offsetTop
defaultRightNavTop = linkHeaderHeightSelf + defaultRightNavOffsetTopHeader
defaultLeftNavTop = linkHeaderHeightSelf + defaultLeftNavOffsetTopHeader
curDom.style.top = window.scrollY
linkHeaderHeight) {
headerDom.classList.add('fix-header')
toTop.style.display = 'flex'
} else {
headerDom.classList.remove('fix-header')
toTop.style.display = 'none'
rightNav.style.top = defaultRightNavTop - window.scrollY + 'px'
leftNav.style.top = defaultLeftNavTop - window.scrollY + 'px'
}
}
const rightNav = document.querySelector('.suspension-window-container__right')
const leftNav = document.querySelector('.suspension-window-container')
const headerDom =
document.querySelector('.header_wang')
const toTop = document.querySelector('.suspension-window-container__right ul li:last-child')
calcScroll()
window.addEventListener('scroll', function () {
calcScroll()
})
}
function registerSiteNavEvent() {
console.log(document.querySelector('.header-nav-bar li:last-child'))
document.querySelector('.header-nav-bar li.toggle-nav').addEventListener('mouseenter', function () {
toggleNav(true)
})
}
$(function () {
checkLogin()
registerRightNavEvent()
registerSiteNavEvent()
registerMapNavEvent()
calcHeaderScroll()
})
来源: 考呀呀网校
2022-04-18 15:36:38
  会计报名注册号忘记了,可以登录财政部会计资格评价中心网上报名系统,进行找回密码操作。
  会计报名注册号忘记具体找回流程:
  1.登财政部会计资格评价中心网上报名系统。
  2.在登录页面中选择正确的报名地点。
  3.在报名入口中点击找回报名注册号。
  4.按照系统提示填写个人信息。
  会计报名注册号和密码是考生查询考试成绩、网上缴费等各类重要事项办理的主要依据,在报名成功后,考试再次登录会计资格评价中心网站时,需要报名注册号和登录密码进行登录。因此大家一定要好好保存会计报名注册号和登录密码,以免在必要时无法登录。
更多热门资料初级会计职称中级会计职称注册会计师管理会计师税务师会计实操考呀呀官方微信号考呀呀APP在线做题微信扫一扫加老师微信,备注领资料,免费领取
}

我要回帖

更多关于 初级会计师一年可以报名几次 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信