|
@@ -317,7 +317,7 @@
|
|
})
|
|
})
|
|
|
|
|
|
$.ajax({
|
|
$.ajax({
|
|
- url: "https://jsjp-admin1.zzxcx.net/jsjp-admin/open-api/gzpt/userInfo/type/coach_city"
|
|
|
|
|
|
+ url: "https://jsjp-admin.zzxcx.net/jsjp-admin/open-api/gzpt/userInfo/type/coach_city"
|
|
}).then(res => {
|
|
}).then(res => {
|
|
res.data.forEach(element => {
|
|
res.data.forEach(element => {
|
|
$('.pop-list').append(`<div class="pop-list-item" data-index=${element.dictValue}>${element.dictLabel}</div>`)
|
|
$('.pop-list').append(`<div class="pop-list-item" data-index=${element.dictValue}>${element.dictLabel}</div>`)
|
|
@@ -351,7 +351,7 @@
|
|
return
|
|
return
|
|
}
|
|
}
|
|
$.ajax({
|
|
$.ajax({
|
|
- url: "https://jsjp-admin1.zzxcx.net/jsjp-admin/open-api/tms/coachInfo/getPasswordByIdcard",
|
|
|
|
|
|
+ url: "https://jsjp-admin.zzxcx.net/jsjp-admin/open-api/tms/coachInfo/getPasswordByIdcard",
|
|
method: 'get',
|
|
method: 'get',
|
|
data: formModel
|
|
data: formModel
|
|
}).then(res => {
|
|
}).then(res => {
|