```
function ea55_cc1(){
open_win({name:'plugin_autograph',title:'确认签名',url:'./plugin_autograph.html',open_url:false,com_win_huidiao:'plugin_autograph'});
api.addEventListener({
name: 'plugin_autograph'
}, function(ret, err) {
// {
// absolutePath: //字符串类型;图片保存到指定路径后的绝对路径,若保存失败则为该参数为 undefined
// albumPath: //字符串类型;图片保存到相册后的绝对路径,若保存失败则该参数为 undefined
// }
console.log('保存后:'+JSON.stringify(ret.value.absolutePath));
// alert(JSON.stringify(ret.value));
});
}
```