<template>
<div >
<view >
<view class="title">货架号:</view>
<input v-model="form.rackNo" :focus="focus1" ref="input1" class="uni-input" name="input" @confirm="input1Confirm" />
<view class="title" id="lbl">储格号:</view>
<input v-model="form.bincode" :focus="focus2" ref="input2" class="uni-input" name="input2" />
</view>
</div>
</template>
<script>
export default {
data() {
return {
form:{
rackNo: '',
bincode: ''
},
focus1:false,
focus2:false
}
},
onLoad() {
},
onReady(){
},
created(){
this.focus1=true;
},
methods: {
input1Confirm(){
uni.hideKeyboard();
var me=this
this.$nextTick(function(){
me.focus2=true
})
},
tmpeClick(e){
}
}
}
</script>
<style>
</style>
huoshidehua
有个鸟用啊!在真机上测试 没鸟用 是不是新版本有问题啊 非常难用 这垃圾玩意儿
2022-11-03 15:28
无敌啊啊
回复 huoshidehua: 你这个解决了吗 更新版本以后 遇到了 很头疼
2022-11-23 15:09
无敌啊啊
你这个可以在最新的版本上 跑一下。没用
2022-11-23 15:09