[]微信小游戏设置网络动态加载无法显示
我把图集资源放到了腾讯云上,也设置了域名信息
Laya.URL.rootPath = Laya.URL.basePath = "https://lg-f6ejft4c-1256468286 ... 3B%3B
var asset = [];
asset.push({
url : "res/atlas/game.atlas",
type:Laya.Loader.ATLAS
});
asset.push({
url : "res/atlas/bubbles.atlas",
type:Laya.Loader.ATLAS
});
asset.push({
url : "game/bgGame.png",
type:Laya.Loader.IMAGE
});
Laya.loader.load(asset,Laya.Handler.create(this,loadingCallback),null);
用Chrome调试可以显示,用Layaair调试报
[warn]Retry to load: res/atlas/bubbles.atlas
[warn]Retry to load: res/atlas/game.atlas
[warn]Retry to load: game/bgGame.png在微信开发工具也是无法显示
[warn]Retry to load: game/bgGame.png
Laya.URL.rootPath = Laya.URL.basePath = "https://lg-f6ejft4c-1256468286 ... 3B%3B
var asset = [];
asset.push({
url : "res/atlas/game.atlas",
type:Laya.Loader.ATLAS
});
asset.push({
url : "res/atlas/bubbles.atlas",
type:Laya.Loader.ATLAS
});
asset.push({
url : "game/bgGame.png",
type:Laya.Loader.IMAGE
});
Laya.loader.load(asset,Laya.Handler.create(this,loadingCallback),null);
用Chrome调试可以显示,用Layaair调试报
[warn]Retry to load: res/atlas/bubbles.atlas
[warn]Retry to load: res/atlas/game.atlas
[warn]Retry to load: game/bgGame.png在微信开发工具也是无法显示
[warn]Retry to load: game/bgGame.png
没有找到相关结果
已邀请:
2 个回复
183*****291
赞同来自:
183*****291
赞同来自:
MiniFileMgr.wxdown时候fail了
错误信息
downloadFile:fail Error: Hostname/IP doesn't match certificate's altnames: "Host: lg-f6ejft4c-1256468286.wxlagame.com. is not in the cert's altnames: DNS:*.cdn.myqcloud.com, DNS:*.2144.com, DNS:*.dpfile.com, DNS:*.duba.com, DNS:*.flash.2144.com, DNS:*.flash.cn, DNS:*.sogoucdn.com, DNS:*.zhaopin.cn, DNS:*.zhaopin.com"