chen6459 if (!Laya.Geolocation.supported) { console.log(11) this.txt.text = "11"; }else{ console.log(3333) this.txt.text = "22"; }代码运行到这里就不往下运行 了,控制台也不输出,什么问题?