cocos2d-js 中粒子特效在微信中不能正常播放

cocos2d-js 中粒子特效在微信中不能正常播放

cocos2d-js 中粒子特效在微信中不能正常播放,前段时间在微信中可以正常播放?
播放粒子特效的方法:

var particleSystem = new cc.ParticleSystem(res.xiaochu_fail_plist);
particleSystem.x = psender.getPositionX();
particleSystem.y = psender.getPositionY();
this.addChild(particleSystem, 10);

望高手指导