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

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

@@ -306,16 +306,9 @@ export default {
},
//年龄------------- 过滤出生年月日
formatter(type, value) {
if (type === 'year') {
return `${value}`;
}
if (type === 'month') {
return `${value}`;
}
if (type === 'day') {
return `${value}`;
}
console.log(value);
if (type === 'year') {return `${value}`;}
if (type === 'month') {return `${value}`;}
if (type === 'day') {return `${value}`;}
return value;
},
// 体重---------标尺滚动