Browse Source

添加报名接口参数

lex-xin 5 years ago
parent
commit
e86d847d92
1 changed files with 1 additions and 1 deletions
  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) {