请问,怎么解决,我也遇到了这个问题?
【小程序】安卓分享pdf为.bin格式,该如何解决?downloadFile下载获取的pdf后缀是.bin,openDocument之后 ios分享给好友是 pdf 格式 但是安卓分享是 .bin 格式 。请问该如何解决 ,代码如下: uni.downloadFile({ url: response.data.data, success: function (res) { console.log('下载的res', res) var filePath = res.tempFilePath; console.log(filePath); uni.openDocument({ filePath: filePath, showMenu: true, fileType: 'pdf', success: function (res) { uni.hideLoading() console.log('打开文档成功') }, fail: function (err) { uni.hideLoading() uni.showToast({ title: '打开失败', duration: 1500, icon: 'none' }) console.log('打开失败') } }) }, fail: function (err) { console.log('下载失败原因', err) uni.hideLoading() setTimeout(() => { uni.showToast({ title: '下载失败', duration: 1500, icon: 'none' }) }, 1500) } })
12-1224年了还没有解决
wx.setTabBarItem(Object object) 什么时候能加个设置页面路径的啊?所有的都能设置,就路径不能,请问改变图标和标题的作用呢???
05-31我也是的,前几天可以使用,今天就使用不了,wx.chooseImage 无法成功调起
chooseImage无法调起问题?进入主界面 后直接跳到分包界面 使用wx.chooseImage 无法成功调起 需要完全退出重新进入小程序才能重新调起
2023-10-30我也遇到类似的问题,请问解决了吗?
uni.chooseImage?你好,请问,之前我的小程序上传图片或者上传文件都是没有问题的,但是今天为什么都不出现选择文件的弹窗了,直接相当于不执行uni.chooseImage这个api
2023-10-30