导师相关接口换offer派接口,职位列表和职位详情,Nova聊天侧边栏UI重写

This commit is contained in:
2026-07-03 19:55:53 +08:00
parent a1a27073e4
commit f90c8be2a9
26 changed files with 896 additions and 1129 deletions
+2
View File
@@ -426,12 +426,14 @@ async function handleSaveEdit(data: Record<string, any>) {
mobileNumber: data.phone,
regionCode: data.location,
wechatNumber: data.wechat,
portfolioUrl: data.portfolioUrl,
})
// 接口成功后更新本地数据
profile.value.name = data.name
profile.value.email = data.email
profile.value.phone = data.phone
profile.value.wechat = data.wechat
profile.value.portfolioUrl = data.portfolioUrl || ''
/** 将城市编码存入 regionCode,先直接显示编码,后续联调获取接口再做名称转换 */
profile.value.regionCode = data.location || ''
ElMessage.success('个人信息保存成功')