Commit 329b6d7e authored by 罗超's avatar 罗超

1

parent 1bbdd7d5
......@@ -452,7 +452,7 @@
},
getCity(){
this.request2({
url: '/api/Hotel/GetHotelDestination',
url: '/api/AppletDining/GetDiningDestination',
data: {ID:0}
},
res => {
......@@ -483,7 +483,7 @@
},
getDistrict(id){
this.request2({
url: '/api/Hotel/GetHotelDestination',
url: '/api/AppletDining/GetDiningDestination',
data: {ID:id}
},
res => {
......
......@@ -336,7 +336,7 @@
},
getCity(){
this.request2({
url: '/api/Hotel/GetHotelDestination',
url: '/api/AppletDining/GetTicketDestination',
data: {ID:0}
},
res => {
......@@ -367,7 +367,7 @@
},
getDistrict(id){
this.request2({
url: '/api/Hotel/GetHotelDestination',
url: '/api/AppletDining/GetTicketDestination',
data: {ID:id}
},
res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment