6 lines
376 B
Plaintext
Executable File
6 lines
376 B
Plaintext
Executable File
<view class="am-popup {{propClassname || ''}} {{(propShow || false) ? 'am-popup-show' : ''}} {{ (propAnimation || true) ? 'animation': '' }}" disable-scroll="{{propDisablescroll}}">
|
|
<view class="am-popup-mask" tt:if="{{propMask || true}}" bindtap="onMaskTap"></view>
|
|
<view class="am-popup-content am-popup-{{propPosition || 'bottom'}}">
|
|
<slot></slot>
|
|
</view>
|
|
</view> |