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