📌  相关文章
📜  [未处理的承诺拒绝:错误:Reference.update 失败:第一个参数包含属性'orders.-MN6f-JxMnLS4qAmVfs0.info.other_phone'中的未定义] - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:21.385000             🧑  作者: Mango

代码示例1
to make sure your object does not contain any undefined props use this simple trick:

JSON.parse( JSON.stringify(YourJsonData ) )
For more info take a look at this codePen: http://codepen.io/ajmueller/pen/gLaBLX