fix:修复订单监控总会显示弹窗的bug(采用时间比较形式)

This commit is contained in:
2025-09-19 09:06:18 +08:00
parent 5ad77a857c
commit 703f80ad75
24 changed files with 66 additions and 86 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const request = (option) => {
method: option.method,
data: option.data,
header: {
"Content-Type": "application/json",
"Content-Type": "application/x-www-form-urlencoded",
...option.headers,
'appid': appid,
'Authorization': "Bearer " + uni.getStorageSync('token'),