index 缓存问题

This commit is contained in:
lf 2024-06-24 14:00:24 +08:00
parent 5c50e21c25
commit acf8e46b55
1 changed files with 0 additions and 2 deletions

View File

@ -120,7 +120,6 @@ window.parent.addEventListener('message', function (event) {
contentData, contentData,
query: query.value, query: query.value,
token: contentData.token, token: contentData.token,
href: window.location.href,
}) })
}) })
}) })
@ -164,7 +163,6 @@ function initData(res) {
contentData, contentData,
query: query.value, query: query.value,
token, token,
href: window.location.href,
}) })
} else { } else {
uni.showToast({ uni.showToast({