chooseImage: function _(a) {
            let fn = a['success'];
            a['success'] = res => {
                res.tempFilePaths = res.apFilePaths;
                fn && fn(res);