liuyg
2021-11-03 56ad423dfcce6ef06b91a42d650f04d48b0a5160
pages/subnvue/input-box.nvue
@@ -33,8 +33,9 @@
               if(e.platform=='ios') this.space = -50
            }
         })
         uni.$on('showInput', () => {
         uni.$on('showInput', (e) => {
            this.flag = true
            console.log(e)
            this.$nextTick(()=>{
               this.$refs.input.focus()
            })