fix: 恢复抖音过期支付并完善原生状态确认
This commit is contained in:
+3
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user