mp-sticky.wxml 280 Bytes
<wxs src="./mp-sticky.wxs" module="computed" />

<view class="weui-sticky" style="{{computed.containerStyle({fixed, height, zIndex})}}">
  <view class="{{fixed ? 'weui-sticky__fixed' : ''}}" style="{{computed.wrapStyle({fixed, offsetTop})}}">
    <slot ></slot>
  </view>
</view>