使用cc.RenderTexture在微信小游戏平台会黑屏

var pRender = new cc.RenderTexture(354, 168);
this.crashBg.addChild(pRender,4);
pRender.setVisible(false);
pRender.setPosition(256,217);

cocosjs 3.16版本

不是必现的, 经常黑屏,有时正常, 做挂挂乐特效时发现的