亮 tex.text发布微信小游戏在iOS10上面显示不正确: 这是正常的效果: 代码: this.testText = new Laya.Label(0, 0, 100, 100) this.addChild(this.testText) this.testText.fontSize = 70 this.testText.changeText("测试一下看看有没有问题")