| 1 |
- <view data-event-opts="{{[['mousewheel',[['',['$event']]]],['touchmove',[['',['$event']]]]]}}" class="{{['data-v-d68124ac','popup',[(show)?'popup-show':'']]}}" style="{{'z-index:'+(zindex)+';'}}" catchmousewheel="__e" catchtouchmove="__e"><view data-event-opts="{{[['tap',[['onClose',['$event']]]],['touchmove',[['',['$event']]]]]}}" hidden="{{!(show)}}" class="mask data-v-d68124ac" style="{{'z-index:'+(maskZindex)+';'+('bottom:'+(bottom+'rpx')+';')}}" catchtap="__e" catchtouchmove="__e"></view><view data-event-opts="{{[['tap',[['',['$event']]]],['touchmove',[['',['$event']]]]]}}" class="{{['data-v-d68124ac','content',[(show)?'show':'']]}}" style="{{'background-color:'+(bgColor)+';'+('height:'+(height+'px')+';')+('max-height:'+(show?cotMaxHeight:0)+';')+('border-top-right-radius:'+(cotRadius)+';')+('border-top-left-radius:'+(cotRadius)+';')+('transition:'+('all '+animaTime+'s ease-in')+';')+('bottom:'+(bottom+'rpx')+';')+('z-index:'+(zindex)+';')}}" catchtap="__e" catchtouchmove="__e"><view hidden="{{!(title)}}" class="title-bar data-v-d68124ac" id="title-bar"><view class="title data-v-d68124ac" style="{{'font-weight:'+(fontweight)+';'}}">{{title}}</view><view data-event-opts="{{[['tap',[['onClose',['$event']]]]]}}" class="close-wrap data-v-d68124ac" catchtap="__e"><image class="close-icon data-v-d68124ac" src="{{closeIcon}}" mode="widthFix"></image></view></view><view class="scroll-wrap data-v-d68124ac"><scroll-view class="{{['data-v-d68124ac',(isAnimaStart)?'scroll-view':'']}}" style="height:100%;" scroll-y="true" data-event-opts="{{[['scrolltolower',[['onScrollToLower',['$event']]]]]}}" bindscrolltolower="__e"><view class="popup_content data-v-d68124ac" id="popup_content"><slot></slot></view></scroll-view></view></view></view>
|