原来的数据,获取后为展示英文的文本
// 属性标签 const attributeData = [ { tagType: \'color\', info: [ \'black\', \'white\', \'blue\', \'gray\', \'brown\', \'red\', \'green\', \'pink\', \'orange\', \'yellow\', \'purple\', ], }, { tagType: \'age\', info: [\'young\', \'adult\', \'old\'], }, { tagType: \'gender\', info: [\'male\', \'female\'], }, ];