| 1 |
- <u-popup vue-id="9b6dc0b2-1" mode="center" border-radius="20" width="{{width}}" value="{{showPopup}}" data-event-opts="{{[['^close',[['closePopup']]],['^input',[['__set_model',['','showPopup','$event',[]]]]]]}}" bind:close="__e" bind:input="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="dialog-content"><block wx:if="{{title}}"><view class="dialog-title">{{title}}</view></block><view class="dialog-body"><slot></slot></view><block wx:if="{{showFooter}}"><view class="{{['dialog-footer',(!showCancel)?'single-btn':'']}}" width="90%"><block wx:if="{{showCancel}}"><button data-event-opts="{{[['tap',[['handleCancel',['$event']]]]]}}" class="cancel-btn" bindtap="__e">{{cancelText}}</button></block><button data-event-opts="{{[['tap',[['handleConfirm',['$event']]]]]}}" class="confirm-btn" bindtap="__e">{{confirmText}}</button></view></block></view></u-popup>
|