if (typeof tempVal !== 'undefined') 返回值=undefined?
如果返回值=undefined时,if()函数如何处理,让对应的view隐藏。如果有返回值时正常显示。
let tempVal = resultList.find(item => item.sort === 9).value
if (typeof tempVal !== 'undefined') {
}
如果返回值=undefined时,if()函数如何处理,让对应的view隐藏。如果有返回值时正常显示。
let tempVal = resultList.find(item => item.sort === 9).value
if (typeof tempVal !== 'undefined') {
}