Explorar el Código

添加报名接口参数

lex-xin hace 5 años
padre
commit
e86d847d92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -70,7 +70,7 @@ export default {
                 return false; 
             }
             let params = this.$route.query
-            axios.get(`/user/getUserDetailByPhone?clazzId=${params.classId}&phone=${this.dataList.phoneNumber}`).then((res) => {
+            axios.get(`/user/getUserDetailByPhone?clazzId=${params.classId}&phone=${this.dataList.phoneNumber}&cityId=${params.cityId}`).then((res) => {
                 let result = res.data
                 // 判断是否有数据
                 if(result.status) {