u-car-keyboard.wxml 1.4 KB

1
  1. <view data-event-opts="{{[['touchmove',[['e0',['$event']]]]]}}" class="u-keyboard data-v-2d89a270" catchtouchmove="__e"><view class="u-keyboard-grids data-v-2d89a270"><block class="data-v-2d89a270"><block wx:for="{{abc?EngKeyBoardList:areaList}}" wx:for-item="group" wx:for-index="i" wx:key="i"><view class="u-keyboard-grids-item data-v-2d89a270"><block wx:for="{{group}}" wx:for-item="item" wx:for-index="j" wx:key="j"><view class="u-keyboard-grids-btn data-v-2d89a270" hover-stay-time="{{100}}" hover-class="u-carinput-hover" data-event-opts="{{[['tap',[['carInputClick',[i,j]]]]]}}" bindtap="__e">{{''+item+''}}</view></block></view></block><view class="u-keyboard-back data-v-2d89a270" hover-stay-time="{{100}}" hover-class="u-hover-class" data-event-opts="{{[['touchstart',[['backspaceClick',['$event']]]],['touchend',[['clearTimer',['$event']]]]]}}" bindtouchstart="__e" bindtouchend="__e"><u-icon vue-id="77326586-1" size="{{38}}" name="backspace" bold="{{true}}" class="data-v-2d89a270" bind:__l="__l"></u-icon></view><view class="u-keyboard-change data-v-2d89a270" hover-stay-time="{{100}}" hover-class="u-carinput-hover" data-event-opts="{{[['tap',[['changeCarInputMode',['$event']]]]]}}" bindtap="__e"><text class="{{['zh data-v-2d89a270',!abc?'active':'inactive']}}">中</text>/<text class="{{['en data-v-2d89a270',abc?'active':'inactive']}}">英</text></view></block></view></view>