c8fbf17c by 杨炀

no message

1 parent c8d99923
This file is too large to display.
......@@ -135,11 +135,15 @@ function addMember() {
if(group.type == '4'){
proxy.$refs['dialogAddWDSF'].open(params)
} else {
proxy.$refs['dialogAddCoachEn'].open(params)
proxy.$refs['dialogAddCoach'].open(params)
}
} else {
if(group.type == '4'){
proxy.$refs['dialogAddCoachEn'].open(params)
} else {
proxy.$refs['dialogAddCoach'].open(params)
}
}
}
......
......@@ -344,6 +344,11 @@ function bigNext(){
birth: wdsfData.value.birthday,
passportNumber: wdsfData.value.passportNumber,
}
if (Array.isArray(wdsfData.value.passportUrl)) {
obj.passportUrl = wdsfData.value.passportUrl[0].url
} else {
obj.passportUrl = wdsfData.value.passportUrl || ''
}
upgradePersonal(obj).then(res=>{
if(res.data){
userStore.getInfo().then(res=>{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!