index 缓存问题
This commit is contained in:
parent
5c50e21c25
commit
acf8e46b55
|
@ -120,7 +120,6 @@ window.parent.addEventListener('message', function (event) {
|
|||
contentData,
|
||||
query: query.value,
|
||||
token: contentData.token,
|
||||
href: window.location.href,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
@ -164,7 +163,6 @@ function initData(res) {
|
|||
contentData,
|
||||
query: query.value,
|
||||
token,
|
||||
href: window.location.href,
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
|
|
Loading…
Reference in New Issue