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

1

parent 1bbdd7d5
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
}, },
getCity(){ getCity(){
this.request2({ this.request2({
url: '/api/Hotel/GetHotelDestination', url: '/api/AppletDining/GetDiningDestination',
data: {ID:0} data: {ID:0}
}, },
res => { res => {
...@@ -483,7 +483,7 @@ ...@@ -483,7 +483,7 @@
}, },
getDistrict(id){ getDistrict(id){
this.request2({ this.request2({
url: '/api/Hotel/GetHotelDestination', url: '/api/AppletDining/GetDiningDestination',
data: {ID:id} data: {ID:id}
}, },
res => { res => {
......
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
}, },
getCity(){ getCity(){
this.request2({ this.request2({
url: '/api/Hotel/GetHotelDestination', url: '/api/AppletDining/GetTicketDestination',
data: {ID:0} data: {ID:0}
}, },
res => { res => {
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
}, },
getDistrict(id){ getDistrict(id){
this.request2({ this.request2({
url: '/api/Hotel/GetHotelDestination', url: '/api/AppletDining/GetTicketDestination',
data: {ID:id} data: {ID:id}
}, },
res => { 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