 captureRef(this.refs["share_content"], { format: "jpg", quality: 1, result: "tmpfile", snapshotContentContainer: true }).then(res => { } ).catch(error => { console.log(error); });
captureRef(this.refs["share_content"], {
format: "jpg",
quality: 1,
result: "tmpfile",
snapshotContentContainer: true
}).then(res => {