mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/search/components/confirm-modal.wxml

1 line
654 B
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
<block wx:if="{{visible}}"><view class="confirm-modal data-v-15527c45"><view data-event-opts="{{[['tap',[['handleCancel',['$event']]]]]}}" class="modal-mask data-v-15527c45" bindtap="__e"></view><view class="modal-content data-v-15527c45"><view class="modal-title data-v-15527c45">{{title}}</view><view class="modal-buttons data-v-15527c45"><view data-event-opts="{{[['tap',[['handleCancel',['$event']]]]]}}" class="button cancel data-v-15527c45" bindtap="__e">{{cancelText}}</view><view data-event-opts="{{[['tap',[['handleConfirm',['$event']]]]]}}" class="button delete data-v-15527c45" bindtap="__e">{{confirmText}}</view></view></view></view></block>