C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 regels
259 B

  1. <view class="i-class i-drawer {{ visible ? 'i-drawer-show' : '' }} {{ 'i-drawer-' + mode }}">
  2. <view wx:if="{{ mask }}" class="i-drawer-mask" bindtap="handleMaskClick"></view>
  3. <view class="i-drawer-container">
  4. <slot></slot>
  5. </view>
  6. </view>