cocos触摸移动求解

var tempPlayer = that.player.parent.convertToNodeSpaceAR(temp);
Uncaught TypeError: Cannot read property ‘parent’ of undefined

第一截图:你的 bg 是 node 吗?

第二个
var tempPlayer = that.player.parent.convertToNodeSpaceAR(temp);
Uncaught TypeError: Cannot read property ‘parent’ of undefined

打印一下 this.player 是什么,是否也是一个 node?