Commit 8b1c67f7 authored by 黄奎's avatar 黄奎

区域修改

parent 137b2f37
......@@ -296,7 +296,7 @@ export default {
this.getScenicType(); // 获取景点类型
this.getList(); // 获取景点门票类型
this.getCity();
//this.getDistrict(262);
this.getDistrict();
},
created() {
uni.setNavigationBarTitle({
......@@ -445,7 +445,8 @@ export default {
this.showCityList = false;
this.msg.City = val.ID;
this.city = val.Name;
//this.getDistrict(val.ID);
this.getDistrict();
// this.getDistrict(val.ID);
this.msg.District = 0;
this.optionsTitle[2] = "区域";
this.msg.pageIndex = 1;
......@@ -485,7 +486,8 @@ export default {
this.request2(
{
url: "/api/AppletDining/GetTicketDestination",
data: { ID: id },
// data: { ID: id },
data: {},
},
(res) => {
if (res.resultCode == 1) {
......
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