方式1 路由源信息 方式2 css样式 css功能:让盒子盖住整个页面 给div.city添加.page-cover的类(让div.city盖住页面的tabbar) /* 让盒子盖住整个页面 */ .page-cover { position: relative; z-index: 2; height: 100vh; background-color: #fff; /* 在.city滚动 不是整个页面滚动 */ overflow-y: auto; }