<!--<view onTap="view_tap"
style="position:fixed;left:0;top:0;width:100%;height:100%;background:{{overlay_color}};z-index:1000;-webkit-animation:{{overlay_keyframes}} {{duration}}ms;{{overlayStyle}}"
bindtap="click_overlay"
a:if="{{show}}">
  <view
  id="{{onekitId}}"
  class="onekit-page-container {{onekitClass}}"
  style="background:#fff;position:absolute;{{set_position}}:0;width:100%;z-index:{{zIndex}};{{round_style}};-webkit-animation:{{keyframes}} {{duration}}ms;{{customStyle}}"

  duration="{{duration}}"
  z-index="{{zIndex}}"
  overlay="{{overlay}}"
  position="{{position}}"
  round="{{round}}"
  close-on-slideDown="{{closeOnSlideDown}}"
  overlay-style="{{overlayStyle}}"
  custom-style="{{customStyle}}"

  onTouchStart="touchStart"
  onTouchMove="touchMove"
  onTouchEnd="touchEnd"
  >
    <slot></slot>
  </view>
</view>-->
<viwe>暂不支持</view>