File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<view class="search-bar l-container-class">
22 <slot name="before"/>
3- <view wx:if="{{frontText}}" class="icon-container" bind:tap="handleTapFrontText">
3+ <view wx:if="{{frontText}}" class="icon-container" mut- bind:tap="handleTapFrontText">
44 <text class="city">{{frontText}}</text>
55 <l-icon name="down" color="#333" size="22" />
66 </view>
2323 bindfocus="handleInputFocus"
2424 bindblur="handleInputBlur"
2525 bindconfirm="handleInputConfirm"/>
26- <view class="close-wrap" wx:if="{{clear&&value}}" bindtap ="onClearTap">
26+ <view class="close-wrap" wx:if="{{clear&&value}}" mut-bind:tap ="onClearTap">
2727 <view class="close">
2828 <l-icon name="close" color="#fff" size="15" />
2929 </view>
3030 </view>
3131 </view>
3232 <view wx:if="{{showCancel}}"
3333 class="cancel l-cancel-class"
34- bindtap ="onCancel">
34+ mut-bind:tap ="onCancel">
3535 {{cancelText}}
3636 </view>
3737 <slot name="after"/>
You can’t perform that action at this time.
0 commit comments