导语
歌谣 歌谣 ?.在前端中是什么语法呀
编辑
代码
<Col span={8}> 所属行业: {baseInfo.industryList && baseInfo.industryList.map((item) => { return item?.name; })} </Col>
项目中?.使用
beneficiaryBankAccount: data?.beneficiaryBankAccount, beneficiaryOpeningBank: data?.beneficiaryOpeningBank, businessScope: data?.businessScope, clearingCorporation: data?.clearingCorporation, clearingCorporationCode: data?.clearingCorporationCode, secondPartyCode: data?.secondPartyCode, secondPartyName: data?.secondPartyName,
总结
判断对象中的属性是否存在 存在则继续执行 天下大事 必作于细