WXSubContextView这个组件怎么才能get到.

getcomponent 取不到. 是不是地方不对 或者方式不对. 怎样才能实现教程里的
subContextView.enabled = false;
subContextView.update();
不让他实时刷新? 在安卓机器上 非常卡.

getComponent 注意大小写 C是大写的

为什么我获取到了,但是没有update()方法的?导致一直报错!!!

应该不可能没有 update 方法,报了什么错呢?

this.subContextView.getComponent(cc.WXSubContextView).update is not a function