l***@163.com
l***@163.com
  • 发布:2025-08-13 11:32
  • 更新:2025-08-13 18:02
  • 阅读:33

uni.openDocument 拉起了选其他app打开 然后选择仅此一次或始终然后就没反应了

分类:uni-app
uni.openDocument({  
    filePath: filePath,  
    success: function(res) {  
        console.log(res);  
        console.log('打开文档成功');  
    },  
    fail: function(e) {  
        console.log(e);  
        uni.showToast({  
            title: e.errMsg,  
            icon: 'none',  
        })  
    }  
});
2025-08-13 11:32 负责人:无 分享
已邀请:
爱豆豆

爱豆豆 - 办法总比困难多

你好 你用的什么手机?我这边安卓机测试没复现出你说的问题

要回复问题请先登录注册