1、取消自动续费价格显示

2、增加清除数据
3、默认自动续期开启
This commit is contained in:
2025-07-29 18:15:29 +08:00
parent 5078ba1f79
commit 096b346d54
2 changed files with 146 additions and 41 deletions

View File

@ -9,6 +9,7 @@ if (window.location.protocol === "file:") {
// 部署到服务器时自动适配
requestApi = `${window.location.protocol}//${window.location.host}/api/v1`;
}
// requestApi="https://proxy.apiapl.com/api/v1"
let kwdValue = new URLSearchParams(window.location.search).get('kwd');
let invitCode = new URLSearchParams(window.location.search).get('code');