// 拿到后台返回的二进制文件流 const data = res.data; if (!data) { wx.showModal({ title: '提示', content: '暂无证明', showCancel: false, }) return; } wx.showLoading({ title: '加载中', }) const fs = wx.getFileSystemManager(); //获取全局唯一的文件管理
// 拿到后台返回的二进制文件流 const data = res.data; if (!data) { wx.showModal({ title: '提示', content: '暂无证明', showCancel: false, }) return; } wx.showLoading({ title: '加载中', }) const fs = wx.getFileSystemManager(); //获取全局唯一的文件管理