苏栢 在真机上打开小游戏只有在调试开启的状态下会从网络加载加载用的是这样的方式Laya.URL.rootPath = Laya.URL.basePath = "";//加载图集Laya.loader.load([{url:"res/atlas/comp.atlas", type: Laya.Loader.ATLAS},], new Laya.Handler(this, this.onLoad));版本是1.7.19
callback 你木有在微信后台设置安全域名吧 dowfile 等如果设置过了还不行就是服务器配置的问题具体要看 微信的文档 https://developers.weixin.qq.com/miniprogram/dev/framework/ability/network.html或者你后端的配置木有设置好(TLS 必须支持 1.2 )