document.getElementById(‘share-invitation-bottom-left’).addEventListener(‘tap’, function() {
if(shareImageUrl.length == 0) {
capture(true,“1”);
}else{
plus.gallery.save(shareImageUrl, function() {
plus.nativeUI.alert(“图片保存成功”);
});
}
})
在这里插入代码片