1 line
2.0 KiB
Plaintext
1 line
2.0 KiB
Plaintext
<uni-popup class="hqs-popup vue-ref" vue-id="2b496fae-1" mask-click="{{maskClick}}" type="{{from}}" data-ref="popup" data-event-opts="{{[['^change',[['onChange']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><view data-event-opts="{{[['mousedown',[['onTouch',['$event']]]],['mousemove',[['onTouch',['$event']]]],['mouseup',[['onTouch',['$event']]]],['touchstart',[['onTouch',['$event']]]],['touchmove',[['onTouch',['$event']]]],['touchend',[['onTouch',['$event']]]]]}}" class="qs-con" style="{{(conStyle)}}" bindmousedown="__e" bindmousemove="__e" bindmouseup="__e" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"><block wx:if="{{isVertical}}"><block><block wx:if="{{from=='bottom'&&showHeader}}"><view class="qs-header"><view data-event-opts="{{[['tap',[['onBack',['$event']]]]]}}" class="{{['qs-side',(!showBack&&!$slots.back)?'hidden':'']}}" bindtap="__e"><block wx:if="{{$slots.back}}"><slot name="back"></slot></block><block wx:else><text>返回</text></block></view><block wx:if="{{$slots.title}}"><slot name="title"></slot></block><block wx:else><text class="qs-title">{{title}}</text></block><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="{{['qs-side','ta-r',(!showClose)?'hidden':'']}}" bindtap="__e"><block wx:if="{{$slots.close}}"><slot name="close"></slot></block><block wx:else><block wx:if="{{closeIcon}}"><u-icon vue-id="{{('2b496fae-2')+','+('2b496fae-1')}}" name="{{closeIcon}}" size="{{32}}" bind:__l="__l"></u-icon></block><block wx:else><text>关闭</text></block></block></view></view></block><slot name="sub-header"></slot><scroll-view style="{{'height:'+(height)+';'}}" scroll-y="{{true}}" data-event-opts="{{[['scroll',[['onScroll',['$event']]]]]}}" bindscroll="__e"><view><slot></slot></view></scroll-view><slot name="bottom"></slot></block></block><block wx:else><block wx:if="{{!isVertical}}"><block><scroll-view class="qs-h-scroll" style="{{'width:'+(width)+';'}}" scroll-y="{{true}}"><slot></slot></scroll-view></block></block></block></view></uni-popup> |