uniapp弹框uni-popup中input自动获取焦点实现

 
       
           
                扫描巡检设施
               
                   
               

               
                   
                   
               

           

       
 

 

 

data() {
            return {
                name: "",
                technology: "技术部",
                date: "",
                time: "",
                spell: "",
                list: [],
                showPopupBottom: false,

           }

 

 

 // 点击扫描弹框
            btnScan(index) {
                this.showPopupBottom = true
                this.index = index
            },

 

你可能感兴趣的:(uniapp弹框uni-popup中input自动获取焦点实现)