()
| 214 | |
| 215 | // 关闭登录弹框 |
| 216 | function closeLoginModalFunc() { |
| 217 | const css = ` |
| 218 | #login_iframe_mask { |
| 219 | display:none !important; |
| 220 | }` |
| 221 | addCss(css) |
| 222 | } |
| 223 | |
| 224 | function downloadPdf() { |
| 225 | var article = document.querySelector<HTMLElement>("article .article-detail") |
no test coverage detected