有多少人象我这样开始霍霍胶囊菜单了?
就象这样:
js里:
data: {
rect: wx.getMenuButtonBoundingClientRect()
},
wxml里
<image src="../../image/timg.png" mode="widthFix" style="width:{{rect.width+80}}px;position:fixed;z-index:9;left:{{rect.left-28}}px;top:-12px"></image>
<view class="card">
</view>