代码调用
wx.request({
url: url,
responseType: "arraybuffer",
method: "GET",
success(res) {
self.onLoadZipComplete(<any>{
currentTarget: {
data: res.data, removeEventListener: function () {
}
}
});//模拟一个egret.Event结构
},
fail(res){
console.log("load_Item error:", url, res);
self.loadItem();
}
});
微信小游戏wifi访问是正常的,4G报错。
其他平台用wifi 和 4G直接访问该文件均正常。
现在还不行吗?在数据助手里面看看错误率有多少?
补充:移动4G可以加载,电信4G不行