uni-Identify-quality/unpackage/dist/build/mp-weixin/uview-ui/components/u-toolbar/u-toolbar.wxml
2025-09-01 13:51:21 +08:00

1 line
828 B
Plaintext

<block wx:if="{{show}}"><view data-event-opts="{{[['touchmove',[['noop',['$event']]]]]}}" class="u-toolbar data-v-7e4091f2" catchtouchmove="__e"><view class="u-toolbar__cancel__wrapper data-v-7e4091f2" hover-class="u-hover-class"><text data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="u-toolbar__wrapper__cancel data-v-7e4091f2" style="{{'color:'+(cancelColor)+';'}}" bindtap="__e">{{cancelText}}</text></view><block wx:if="{{title}}"><text class="u-toolbar__title u-line-1 data-v-7e4091f2">{{title}}</text></block><view class="u-toolbar__confirm__wrapper data-v-7e4091f2" hover-class="u-hover-class"><text data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="u-toolbar__wrapper__confirm data-v-7e4091f2" style="{{'color:'+(confirmColor)+';'}}" bindtap="__e">{{confirmText}}</text></view></view></block>