<van-field readOnly  @focus="noBomBox" :formatter="formatterNumber" type="number" @click="show =true" class="field" v-model="fillData"  placeholder="请输入" />

//禁止手机键盘的弹出
noBomBox(Event) {
document.activeElement.blur();
},

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-11-29
  • 2021-11-18
相关资源
相似解决方案