#
whycq
2022-08-18 ad7e1146d1cd5a900ea592d7c1f63bf7863f00e4
pages/basics/test.vue
@@ -83,7 +83,7 @@
            type: 'center',
            msgType: 'success',
            messageText: '这是一条成功提示',
            staNoList:[1,2,3,4,5,6],
            staNoList:[1,2,3,4,5,6,7,8],
            staNo:'',
            locNoFocus:true,
            userIdFocus:false,
@@ -113,10 +113,8 @@
         },
         focuss(e) {
            this[e] = false;
            console.log(this[e])
            setTimeout(()=>{
               this[e] = true;
               console.log(this[e])
            }, 100);
         },
         locNoFocuss() {
@@ -141,7 +139,6 @@
            }, 100);
         },
         nextInput(type) {
            console.log(type)
            this.focuss(type)
            // switch (obj) {
            //    case 'locNo':