开发app时使用自定义导航栏,导航栏随页面滚动,这时需要将导航栏固定头部,中间内容滚动,这里要同时适配app和h5 <template><viewclass="safety homePage"><!-- #ifdef APP-PLUS --><viewclass="headerBox":style="{paddingTop: systemBarHeight + 'px'}"><!-- #endif --><!-- #ifdef H5 --><viewclass...
uni.getSystemInfo({ success: (e) => { this.clientHight = e.windowHeight; // this.compareVersion(e.SDKVersion, '2.5.0') let statusBar = 0 //状态栏高度 let customBar = 0 // 状态栏高度 + 导航栏高度 let navbar = 0 // 自定义标题与胶囊对齐高度 // #ifdef MP this.statusBarHeight ...