第二次调用 扫描二维码 显示未获取相机权限 如图:
大神 拜托了
$(".codes").on("tap", function() {
$('.mui-content').hide();
$('#scan').show();
scan = new plus.barcode.Barcode('bcid');
scan.onmarked = function(type, result) {
alert(result)
$(this).siblings('input').val(result)
close = true;
if(close) {
scan.cancel();
scan.close();
$('.mui-content').show();
$('#scan').hide();
}
}.bind(this);
scan.start();
});
m***@163.com (作者)
还没有 你解决了吗
2017-08-18 16:42