|
@@ -6,7 +6,7 @@
|
|
|
<view class="key-input">
|
|
|
<u-message-input :focus="true" :value="form.carNum" :maxlength="maxlength" :disabled-keyboard="true"></u-message-input>
|
|
|
</view>
|
|
|
- <ucarkeyboard ref="uKeyboard" mode="car" :showTips="true" :confirmBtn="false" :mask-close-able="false" :tooltip="false" v-model="keyShow" @change="valChange" @backspace="backspace"></ucarkeyboard>
|
|
|
+ <ucarkeyboard ref="uKeyboard" mode="car" :showTips="true" :confirmBtn="false" :mask="true" :mask-close-able="true" :tooltip="false" v-model="keyShow" @change="valChange" @backspace="backspace"></ucarkeyboard>
|
|
|
|
|
|
<!-- <view class="carNone" v-if="kongResult">
|
|
|
<img src="@/assets/static/img/暂无数据-缺省页.png" alt="">
|