props: ['item'],computed: {
coinPrice () { return this.item.currentPrice.toFixed(2)
}
}这里报this.item.currentPrice undefined,查了加载顺讯,props在computed之前,为什么会报undefined?值可以出来,先报undefined后在出来
添加回答
举报
0/150
提交
取消