<view class="top" :style="{marginTop:searchBarTop + 'px',height:searchBarHeight + 'px'}">
			<image src="../../static/mimg/m3.png" mode=""></image>
			<span>已定位</span>
		</view>


onLoad() {
			let menuButtonInfo = uni.getMenuButtonBoundingClientRect();
			this.searchBarTop = menuButtonInfo.top;
			this.searchBarHeight = menuButtonInfo.height;

		},


记得在data中定义searchBarTop和searchBarHeight

Logo

北京人形旗下天工造物具身智能开源社区,聚焦具身天工与慧思开物两大平台

更多推荐