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
}
}
一只螺
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
}
}