Open jujubo opened 3 years ago
代码结构 var subTask = qg.loadSubpackage({ // manifest.json中配置的子包包名 name:"sub1", // 子包加载成功回调 success:function(){ console.log("sub1 子包加载成功"); } }) subTask.onProgressUpdate(function(res){ console.log(res) // 加载进度百分比 var progress = res["progress"]; // 下载数据 var totalBytesWritten = res["totalBytesWritten"]; // 总长度 var totalBytesExpectedToWrite = res["totalBytesExpectedToWrite"]; })
微信:19179093906
我们这边试了下 发现这个api的确是有问题 修复好之后这边会回复您
代码结构 var subTask = qg.loadSubpackage({ // manifest.json中配置的子包包名 name:"sub1", // 子包加载成功回调 success:function(){ console.log("sub1 子包加载成功"); } }) subTask.onProgressUpdate(function(res){ console.log(res) // 加载进度百分比 var progress = res["progress"]; // 下载数据 var totalBytesWritten = res["totalBytesWritten"]; // 总长度 var totalBytesExpectedToWrite = res["totalBytesExpectedToWrite"]; })
联系方式
微信:19179093906