徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
1.3 KiB

<view class="{{['tui-modal__container','data-v-3c22cc38',show?'tui-modal-show':'']}}" style="{{'z-index:'+(zIndex)+';'}}"><view class="{{['tui-modal-box','data-v-3c22cc38',fadeIn||show?'tui-modal-normal':'tui-modal-scale',show?'tui-modal-show':'']}}"><block wx:if="{{!custom}}"><view class="data-v-3c22cc38"><block wx:if="{{title}}"><view class="tui-modal-title data-v-3c22cc38">{{title}}</view></block><view class="{{['tui-modal-content','data-v-3c22cc38',title?'':'tui-mtop']}}">{{content}}</view><view class="tui-modalBtn-box data-v-3c22cc38"><view data-event-opts="{{[['tap',[['handleClick',[0]]]]]}}" class="tui-modal-btn flex-center tui-modal-btn-cancel data-v-3c22cc38" bindtap="__e">{{cancelText}}</view><view data-event-opts="{{[['tap',[['handleClick',[1]]]]]}}" class="tui-modal-btn flex-center tui-modal-btn-confirm data-v-3c22cc38" bindtap="__e">{{confirmText}}</view></view></view></block><block wx:else><view class="data-v-3c22cc38"><slot></slot></view></block></view><block wx:if="{{isMask}}"><view data-event-opts="{{[['tap',[['handleClickCancel',['$event']]]],['touchmove',[['',['$event']]]]]}}" class="{{['tui-modal-mask','data-v-3c22cc38',show?'tui-mask-show':'']}}" style="{{'z-index:'+(maskZIndex)+';'+('background:'+(maskColor)+';')}}" bindtap="__e" catchtouchmove="__e"></view></block></view>