fix: 恢复抖音过期支付并完善原生状态确认

This commit is contained in:
Codex
2026-09-09 16:29:30 +08:00
parent fd3dc6870a
commit 2e9a732f9d
9 changed files with 142 additions and 19 deletions
+3 -2
View File
@@ -31,7 +31,8 @@ function request(options) {
method = "GET",
data = {},
headers = {},
isShowLoading = true,
isShowLoading = true,
timeout = 15000,
} = options;
const token = getStorageFun(TOKEN_NAME);
@@ -60,7 +61,7 @@ function request(options) {
...defaultHeaders,
...headers,
},
timeout: 15000,
timeout,
success: (res) => {
if (isShowLoading) {
hideLoading();