微信小程序 報錯:Setting data field "xxx" to undefined is invalid

 

經過網絡請求獲取的數據,當返回的數據沒有xxx(變量名)這個變量時,此時xxx是undefined網絡

若使用setData進行賦值,則會報以下的錯誤:this

Setting data field "xxx" to undefined is invalidspa

 

解決辦法code

this.setData({
  xxx: xxx ? xxx : null
})
相關文章
相關標籤/搜索