/修改用户头像/
document.getElementById("headPicture").addEventListener('tap', function() {
plus.gallery.pick(function(p){
alert('test');
plus.io.resolveLocalFileSystemURL(p,function(entry){
alert('okay');
})
})
}, false);
-test会弹出,但是alert(‘okay’)不会!而且报错 Uncaught SyntaxError: Unexpected token ,
doPatient (作者)
我在hbuilder相关的几个群问了,都没人回答的 非常感谢了!
2014-12-03 15:18