let brand = '';
uni.getSystemInfo({ // 获取当前系统信息
success: function(res) {
// console.log(res);
brand = res.brand.toLowerCase(); // 将型号转为小写
}
});
// this.$chooseImage(9, ['album']).then(res => { // 提前打开相册
// })
// return false;
plus.runtime.launchApplication({ // 跳转到系统自带相机APP
pname: `com.${brand}.camera` // 此为包名
}, function(e) {
console.log('失败', e)
});
其他根据自己的项目需求去实现就好了
uniapp 如何打开系统相机进行连拍
最新推荐文章于 2024-09-18 10:06:46 发布
关键词由CSDN通过智能技术生成