keyboard.wxml 1.4 KB

1
  1. <view class="keyboard _div data-v-124303f8"><bottom-popup class="popup-wrap data-v-124303f8" vue-id="361dfc0e-1" show="{{show}}" mask="{{maskShow}}" maskBgcolor="none" data-event-opts="{{[['^close',[['close']]]]}}" bind:close="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{psdShow}}"><view data-event-opts="{{[['tap',[['inFocus',['$event']]]]]}}" class="_password _ul data-v-124303f8" bindtap="__e"><block wx:for="{{Psdlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['_li data-v-124303f8',item.class]}}"></view></block></view></block><input class="_inputHidden data-v-124303f8 vue-ref" type="password" data-ref="inputPsd"/><view class="ui-keyboard _div data-v-124303f8"><view class="ui-keyboard-numbers _ul data-v-124303f8"><block wx:for="{{keyLeftData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['clickKeyFn',['$0'],[[['keyLeftData','',index]]]]]]]}}" class="{{['_li data-v-124303f8',(item==0)?'zero':'']}}" bindtap="__e">{{item}}</view></block></view><view class="ui-keyboard-btn _ul data-v-124303f8"><view data-event-opts="{{[['tap',[['del',['$event']]]]]}}" class="btn-del _li data-v-124303f8" bindtap="__e"><view class="iconfont iconshanchu _i data-v-124303f8"></view></view><view data-event-opts="{{[['tap',[['comfirm',['$event']]]]]}}" class="btn-ok _li data-v-124303f8" bindtap="__e">完成</view></view></view></bottom-popup></view>