收藏
回答

PC微信小程序调用readZipEntry闪退

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小游戏 Bug readZipEntry 微信安卓客户端 3.9.5.81 2.29.2

必现,filePath为下载文件后,微信小程序返回的filePath路径,无任何报错,无法try catch,就直接闪退,请注意一定是PC版微信,没有反馈PC版的地方,只好发到这里

let fs = wx.getFileSystemManager();
fs.readZipEntry({
    filePath"wxfile://usr/cache/93f040d7dd89f8cfe068b99f275dd0f8_c9f13531073c1c260ea4f3eb5d11f564.bin",
    //entries: 'all',
    entries: [{path:"res"}],
    success(res51) => {
        console.log("读取成功")
    },
    fail(res51) => {
        console.log("读取失败")
    }
})
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容