1 |
- <block wx:if="{{show}}"><view data-event-opts="{{[['tap',[['overCloseCHange',['$event']]]]]}}" class="tm-dialog fixed flex-center" style="{{'height:'+(sysinfo+'px')+';'}}" catchtap="__e"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="{{[show?'success':'']}}" catchtap="__e"><view class="{{[clickOverlay?'clickover':'']}}"><tm-sheet vue-id="58de79c2-1" black="{{black_tmeme}}" padding="{{[0,0]}}" classname="overflow" width="{{600}}" round="{{round}}" shadow="10" bind:__l="__l" vue-slots="{{['default']}}"><view class="{{['text-size-g','flex-center','text-weight-b','px-32','pt-32','',black_tmeme?'bk':'',bottomBorder?'border-b-1':'']}}"><block wx:if="{{$slots.title}}"><slot name="title"></slot></block><block wx:else>{{title}}</block></view><view class="px-50 py-n12 text-size-n text-align-center" style="max-height:700rpx;overflow-y:auto;"><block wx:if="{{$slots.default}}"><slot></slot></block><block wx:else><view><text class="{{[black_tmeme?'text-white':'text-grey-darken-3']}}">{{content}}</text><block wx:if="{{model=='confirm'}}"><view class="pt-24"><tm-input vue-id="{{('58de79c2-2')+','+('58de79c2-1')}}" bg-color="grey-lighten-5" black="{{black_tmeme}}" border-bottom="{{false}}" flat="{{true}}" value="{{inputVala}}" data-event-opts="{{[['^input',[['__set_model',['','inputVala','$event',[]]],['suren']]]]}}" bind:input="__e" bind:__l="__l"></tm-input></view></block></view></block></view><block wx:if="{{$slots.button}}"><slot name="button"></slot></block><block wx:else><block wx:if="{{theme=='merge'}}"><view class="py-0 flex-between"><block wx:if="{{showCancel}}"><tm-button style="width:50%;" vue-id="{{('58de79c2-3')+','+('58de79c2-1')}}" fllowTheme="{{fllowTheme}}" height="{{80}}" text="{{true}}" black="{{black_tmeme}}" theme="{{black_tmeme?'grey-darken-4':color_tmeme}}" round="0" shadow="0" block="{{true}}" data-event-opts="{{[['^click',[['concelClick']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">{{''+cancelText+''}}</tm-button></block><tm-button style="{{'width:'+(showCancel?'50%':'100%')+';'}}" vue-id="{{('58de79c2-4')+','+('58de79c2-1')}}" fllowTheme="{{fllowTheme}}" height="{{80}}" black="{{black_tmeme}}" theme="{{color_tmeme}}" round="0" shadow="0" block="{{true}}" data-event-opts="{{[['^click',[['confirmClick']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">{{''+confirmText+''}}</tm-button></view></block><block wx:if="{{theme=='split'}}"><view class="px-40 pb-40 flex-between"><block wx:if="{{showCancel}}"><tm-button style="width:46%;" vue-id="{{('58de79c2-5')+','+('58de79c2-1')}}" fllowTheme="{{fllowTheme}}" text="{{true}}" height="{{72}}" black="{{black_tmeme}}" theme="{{black_tmeme?'grey-darken-4':color_tmeme}}" round="24" font-size="30" shadow="0" block="{{true}}" data-event-opts="{{[['^click',[['concelClick']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">{{''+cancelText+''}}</tm-button></block><tm-button style="{{'width:'+(showCancel?'46%':'100%')+';'}}" vue-id="{{('58de79c2-6')+','+('58de79c2-1')}}" fllowTheme="{{fllowTheme}}" height="{{72}}" black="{{black_tmeme}}" theme="{{color_tmeme}}" round="24" font-size="30" shadow="0" block="{{true}}" data-event-opts="{{[['^click',[['confirmClick']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">{{''+confirmText+''}}</tm-button></view></block></block></tm-sheet></view></view></view></block>
|