更新申请消息

This commit is contained in:
dengxin
2024-03-19 11:53:24 +08:00
parent 1b38166ba3
commit 723210a121
7 changed files with 402 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ const getters = {
userChecked:state=>state.user.userChecked,
area: state => state.area,
news: state=> state.news,
news_recruit: state=> state.news_recruit,
auth: state => state.auth,
authPass: (state,getters) => getters.auth.laborState && getters.auth.realNameState && getters.auth.bankCardState && getters.auth.insureState,
authInfo: state => state.auth.authInfo,