落雁still飞
落雁still飞
  • 发布:2020-05-07 11:18
  • 更新:2020-05-07 11:18
  • 阅读:604

uni.chooseImage使用promise形式,无回调

分类:uni-app
               uni.chooseImage({  
                    count: 1,  
                    sourceType: ['album'],  
                }).then(res => {  
                    console.log(res);  
                })  
                .catch(err => {  
                    console.error(err)  
                });

调起图片选择器,选择图片后,.then和.catch中均无回调信息。

2020-05-07 11:18 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复