const { url } = data || {};
        let windowProxy = window.open('');
        windowProxy.document.write(`<!DOCTYPE html><html><body ><img src='${(url || editUrl || '').replace('https', 'http')}'/></body></html>`)
<WebpImg
                            onClick={() => {
                                /* eslint-disable-next-line no-undef */
                                const myViewer = new Viewer(document.getElementById(`${url}`), {
                                    transition: false
                                });
                            }}
                            id={`${url}`}
                            alt={`图片材料`}
                            className="picture-info-img"
                            src={url}
                        />

很白的小白
145 声望125 粉丝

引用和评论

0 条评论