經過網絡請求獲取的數據,當返回的數據沒有xxx(變量名)這個變量時,此時xxx是undefined網絡
若使用setData進行賦值,則會報以下的錯誤:this
Setting data field "xxx" to undefined is invalidspa
解決辦法:code
this.setData({ xxx: xxx ? xxx : null })