Explorar el Código

登录页修改

tanxue hace 5 meses
padre
commit
4f7931df2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/login/login.vue

+ 1 - 1
pages/login/login.vue

@@ -84,7 +84,7 @@
 			},
 			loginBtn() {
 				let req = {
-					tel: 1,
+					tel: this.loginData.phoneNumber,
 					code: this.loginData.yzmNumber,
 				}
 				login(req).then(res => {