版本:2.3.3
平台:ios
代码:切换贴图,重启粒子发射器
this.node.getComponent(cc.ParticleSystem).spriteFrame = 。。。
this.node.getComponent(cc.ParticleSystem).resetSystem();
问题:安卓没问题,ios失效,调试没有报错信息
大佬们有遇到过吗,指点下 
版本:2.3.3
平台:ios
代码:切换贴图,重启粒子发射器
this.node.getComponent(cc.ParticleSystem).spriteFrame = 。。。
this.node.getComponent(cc.ParticleSystem).resetSystem();
问题:安卓没问题,ios失效,调试没有报错信息
大佬们有遇到过吗,指点下 