uniapp 微信小程序webview安卓文件预览失败 uniapp 微信小程序 webview前 要判断设备 是安卓 还是苹果 是安卓直接下载打开文件 是苹果跳转webview预览 //获取设备类型 uni.getSystemInfo({ success: res => { console.log(res.platform); if (res.platform === 'android') { uni.downloadFile(