index 缓存问题
This commit is contained in:
parent
5c50e21c25
commit
acf8e46b55
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue