qq小程序适配

This commit is contained in:
devil
2020-08-10 22:05:54 +08:00
parent c5ef26d523
commit 9b27fd044f
43 changed files with 461 additions and 199 deletions

View File

@ -1,4 +1,4 @@
<view class="am-popup {{propClassname || ''}} {{(status || false) ? 'am-popup-show' : ''}} {{ (propAnimation || true) ? 'animation': '' }}" disable-scroll="{{propDisablescroll || true}}">
<view class="am-popup {{propClassname || ''}} {{(status || false) ? 'am-popup-show' : ''}} {{ (propAnimation || true) ? 'animation': '' }}" disable-scroll="{{propDisablescroll}}">
<view class="am-popup-mask" s-if="propMask || true" bindtap="onMaskTap"></view>
<view class="am-popup-content am-popup-{{position || 'bottom'}}">
<slot></slot>