个人中心修改昵称设置头像显示区块链信息健康档案完善可修改

This commit is contained in:
2022-01-25 09:37:16 +08:00
parent 33b4fb304d
commit 6135fa2fca
10 changed files with 1003 additions and 500 deletions

View File

@@ -42,13 +42,16 @@ const editHealthBefore = (id) => {
* @Date: 2022-01-12 13:49:29
*/
const editHealth = (record_id, data) => {
console.log(data,'data............')
return request({
url: `health/records/${record_id}`,
method: "PUT",
date: data
data: data
})
}
export {
recordsHealth
recordsHealth,
editHealthBefore,
editHealth
}