Explorar o código

登录页修改

tanxue hai 5 meses
pai
achega
4f7931df2c
Modificáronse 1 ficheiros con 1 adicións e 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 => {