执行action的时候会报错

:0:({__hook:{}}) is not a function
Simulator:
Simulator: jsb: ERROR: File …\manual\cocos2d_specifics.cpp: Line: 2429, Function: js_cocos2dx_Node_onEnter
Simulator: js_cocos2dx_Node_onEnter : Invalid Native Object
Simulator: E:/CocosCreator/resources/cocos2d-x/simulator/win32//src/jsb_polyfill.js:20760:Error: js_cocos2dx_Node

代码为

let zpAction = cc.targetedAction(zPais[i],cc.sequence(cc.callFunc(()=>{
zPais[i].active = true;
}),cc.scaleTo(0.3/2,1,1),
cc.callFunc(()=>{
// zPais[i].getChildByName(“Button”).getComponent(cc.Button).interactable = true;
})
))