小程序最顶部自定义搜索框
原理是计算胶囊的位置从而定位,不多bb看代码app.js const that = this; // 获取系统信息 const systemInfo = wx.getSystemInfoSync(); console.log(systemInfo,'系统信息'); // 胶囊按钮位置信息 const menuButtonInfo = wx.getMenuButtonBoundingClientRect(); console.log(systemInfo)