vue 微信底部导航开始就隐藏

mounted() {
try{
isIOS= !!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)
if(fn.isIOS){
window.history.pushState({}, "title", "#");
}
}catch(e){
//TODO handle the exception
}

}

posted @ 2019-08-08 16:41  一只螺  阅读(1180)  评论(0编辑  收藏  举报