()
| 2542 | } |
| 2543 | |
| 2544 | function copyLink() { |
| 2545 | if (!generatedLink) { |
| 2546 | toast.warning("请先生成链接"); |
| 2547 | return; |
| 2548 | } |
| 2549 | copyToClipboard(generatedLink); |
| 2550 | } |
| 2551 | |
| 2552 | // 在当前浏览器直接打开支付页(适合 Docker/远程部署场景) |
| 2553 | function openCheckout() { |
nothing calls this directly
no test coverage detected