Commit 5173709a by chenyu

update: 宝宝信息

parent 7e6fe2ac
......@@ -102,9 +102,9 @@ export default {
this.visible = n;
if (n) {
const filterObj = {
宝宝名称: 'name',
宝宝性别: 'sex',
宝宝生日: 'birthDay',
'宝宝名称': 'name',
'宝宝性别': 'sex',
'宝宝生日': 'birthDay',
'宝宝身高(cm)': 'height',
'宝宝体重(kg)': 'weight',
'鞋码(码)': 'shoeSize',
......
......@@ -255,7 +255,7 @@ export default {
Array.isArray(ret.extendInfo.openChildrenField) &&
ret.extendInfo.openChildrenField.forEach(el =>
babyArr.push(
el.sonFields[0].fieldValue
el.sonFields[0].fieldValue&&el.sonFields[0].fieldName==='宝宝名称'
? el.sonFields[0].fieldValue
: el.bName,
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment