pages/login/userPassword.vue
@@ -43,7 +43,8 @@ }, data() { return { username: '18812345677', username: '18804050607',//客户 // username: '18805080506',//王楠(司机) password: '123456', remember: true, baseUrl: '' @@ -54,7 +55,7 @@ //登录 async submit() { uni.showLoading({ title: '登陆中...' title: '登录中...' }); //表单校验 if (this.username.length === 0) {