| 1 |
- <view class="keyboard _div data-v-062bf080"><bottom-popup class="popup-wrap data-v-062bf080" vue-id="1" show="{{show}}" maskBgcolor="none" data-event-opts="{{[['^close',[['comfirm']]]]}}" bind:close="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="ui-keyboard _div data-v-062bf080"><view class="ui-keyboard-numbers _ul data-v-062bf080"><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-062bf080',(item==0)?'zero':'']}}" bindtap="__e">{{item}}</view></block></view><view class="ui-keyboard-btn _ul data-v-062bf080"><view data-event-opts="{{[['tap',[['del',['$event']]]]]}}" class="btn-del _li data-v-062bf080" bindtap="__e"><view class="iconfont iconshanchu _i data-v-062bf080"></view></view><view data-event-opts="{{[['tap',[['comfirm',['$event']]]]]}}" class="btn-ok _li data-v-062bf080" bindtap="__e">完成</view></view></view></bottom-popup></view>
|