|
@@ -64,8 +64,8 @@ const getInfo = async () => {
|
|
await userStore.getEnterpriseInfo() // 更新当前登录的企业用户信息
|
|
await userStore.getEnterpriseInfo() // 更新当前登录的企业用户信息
|
|
}
|
|
}
|
|
emit('complete', {
|
|
emit('complete', {
|
|
- totalCount: 1,
|
|
|
|
- completeCount: squareImageUrl?.value ? 1 : 0,
|
|
|
|
|
|
+ totalCount: 10,
|
|
|
|
+ completeCount: squareImageUrl?.value ? 10 : 0,
|
|
id: 'enterpriseLogo'
|
|
id: 'enterpriseLogo'
|
|
})
|
|
})
|
|
}
|
|
}
|