color-picker.wxml 531 B

1
  1. <wxs src="../common/utils.wxs" module="_"/><t-popup wx:if="{{usePopup}}" class="class" visible="{{visible}}" using-custom-navbar="{{popupProps.usingCustomNavbar || false}}" show-overlay="{{popupProps.showOverlay || true}}" z-index="{{ popupProps.zIndex || 11500 }}" overlay-props="{{ popupProps.overlayProps || defaultOverlayProps }}" placement="bottom" bind:visible-change="onVisibleChange"><slot name="header"/><include src="./template.wxml"/><slot name="footer"/></t-popup><block wx:else><include src="./template.wxml"/></block>