props: ['item'],computed: {
coinPrice () { return this.item.currentPrice.toFixed(2)
}
}这里报this.item.currentPrice undefined,查了加载顺讯,props在computed之前,为什么会报undefined?值可以出来,先报undefined后在出来
1 回答
泛舟湖上清波郎朗
TA贡献1818条经验 获得超3个赞
that result from data request is async,so occur undefined error in first time render
添加回答
举报
0/150
提交
取消