小小的土豆
小小的土豆
  • 发布:2015-03-10 11:01
  • 更新:2015-03-10 11:01
  • 阅读:2006

调用照相报错: resultCode is wrong

分类:HTML5+
var cmr = plus.camera.getCamera();  
cmr.captureImage(function(p) {  
    if(callback){  
        callback(p);  
    }  
}, function(e) {  
    console.log(e.message);  
},  

调用照相报错:这里的console.log(e.message) 输出结果为: resultCode is wrong。请教何解?

2015-03-10 11:01 负责人:无 分享
已邀请:

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