提交 22a04add authored 作者: lihuihui's avatar lihuihui

updata

上级 d66189f7
......@@ -32,8 +32,12 @@ export default {
}
},
mounted() {
Toast('1111')
Toast('222')
window.addEventListener('pageshow', function (event) {
Toast({
duration: 10000,
message: event.persisted
})
if ((event.persisted || window.performance) && window.performance.navigation.type === 2) {
Toast('页面返回')
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论