mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 01:22:53 +08:00
[FIX]自助入司优化-新增入司人员提醒下载app引导提示语修改(手机号、证件号)
This commit is contained in:
@@ -9,5 +9,26 @@ export default new Vuex.Store({
|
||||
modules: {
|
||||
app
|
||||
},
|
||||
getters
|
||||
state: {
|
||||
pageFlag: '',
|
||||
agentEnterApplyMobil: '', //自助入司-新的被增员人填好的基础信息里的电话号码-作为初始登录app账号
|
||||
agentEnterApplyPwd: '' //自助入司-新的被增员人填好的基础信息里的电话号码后四位-作为初始登录app密码
|
||||
},
|
||||
mutations: {
|
||||
updatePageFlag(state, val) {
|
||||
state.pageFlag = val
|
||||
},
|
||||
updateAgentEnterApplyMsg(state, mobile, idNo) {
|
||||
state.agentEnterApplyMobil = mobile
|
||||
state.agentEnterApplyIdNo = idNo
|
||||
}
|
||||
},
|
||||
getters: {
|
||||
getPageFlag(state) {
|
||||
return state.pageFlag
|
||||
},
|
||||
getAgentEnterApplyMsg(state) {
|
||||
return state
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user