pages/login/login.vue
@@ -24,12 +24,15 @@ formData:{ username:'fyy', password:'123456!@#' // username:'anjianwei', // password:'123456' } }; }, methods:{ loginSubmit(){ // console.log('login'); console.log('点击登录'); // console.log('login'); uni.showLoading({ title:'登录中...' }); @@ -61,7 +64,7 @@ }) } } } }; </script> @@ -104,7 +107,7 @@ } .loginBtn { margin-top: vww(80); button { background-color: #007aff; color: #ffffff;