loulijun2021
2023-12-29 d180226815a7436b6896e28ba9d0f5b369af9c06
pages/login/index.vue
@@ -62,14 +62,14 @@
      data() {
         return {
            // #ifdef H5
            usercode: '998',
            usercode: '',
            // #endif
            // #ifdef APP-PLUS
            usercode: '999',
            usercode: '',
            // #endif
            userpassword: '123',
            userpassword: '',
            isView: false, //密码是否可见
            isDisabledSubmitButton: false, //提交按钮是否处于加载中
@@ -145,7 +145,6 @@
               //       }
               //    })
               // }
                else {
                  this.isDisabledSubmitButton = false
               }