Commit e465d561 authored by 黄奎's avatar 黄奎

1

parent 49d199ed
...@@ -240,7 +240,7 @@ export default { ...@@ -240,7 +240,7 @@ export default {
IsSameDayBuy: -1, IsSameDayBuy: -1,
IsWorryFreeRefund: -1, IsWorryFreeRefund: -1,
OrderBy: 1, OrderBy: 1,
City: 0, City: 262,
District: 0, District: 0,
}, },
page_count: 1, page_count: 1,
...@@ -296,7 +296,7 @@ export default { ...@@ -296,7 +296,7 @@ export default {
this.getScenicType(); // 获取景点类型 this.getScenicType(); // 获取景点类型
this.getList(); // 获取景点门票类型 this.getList(); // 获取景点门票类型
this.getCity(); this.getCity();
//this.getDistrict(262); this.getDistrict(262);
}, },
created() { created() {
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
...@@ -445,7 +445,7 @@ export default { ...@@ -445,7 +445,7 @@ export default {
this.showCityList = false; this.showCityList = false;
this.msg.City = val.ID; this.msg.City = val.ID;
this.city = val.Name; this.city = val.Name;
//this.getDistrict(val.ID); this.getDistrict(val.ID);
this.msg.District = 0; this.msg.District = 0;
this.optionsTitle[2] = "区域"; this.optionsTitle[2] = "区域";
this.msg.pageIndex = 1; this.msg.pageIndex = 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