邃芒智像相册
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

15 行
545 B

  1. <view
  2. wx:if="{{ inited }}"
  3. class="custom-class {{ classes }} {{ utils.bem('popup', [position, { round, safe: safeAreaInsetBottom, safeTop: safeAreaInsetTop, safeTabBar: safeAreaTabBar }]) }}"
  4. style="{{ computed.popupStyle({ zIndex, currentDuration, display, customStyle }) }}"
  5. bind:transitionend="onTransitionEnd"
  6. >
  7. <slot />
  8. <van-icon
  9. wx:if="{{ closeable }}"
  10. name="{{ closeIcon }}"
  11. class="close-icon-class van-popup__close-icon van-popup__close-icon--{{ closeIconPosition }}"
  12. bind:tap="onClickCloseIcon"
  13. />
  14. </view>