Commit c53b2af6 authored by 黄奎's avatar 黄奎

页面修改

parent 8c7ae008
......@@ -294,7 +294,7 @@ export default {
this.getPriceEnum();
this.getFoodList();
this.getCity();
this.getDistrict();
//this.getDistrict();
},
created() {
uni.setNavigationBarTitle({
......@@ -335,9 +335,7 @@ export default {
setRestaurantPrice(rateId, name) {
this.msg.DiningPriceType = rateId;
this.optionsTitle[3] = name;
},
resetPrice() {
this.optionsTitle[3] = "筛选";
this.msg.DiningPriceType = 0;
......@@ -456,7 +454,7 @@ export default {
this.showCityList = false;
this.msg.City = val.ID;
this.city = val.Name;
this.getDistrict();
//this.getDistrict();
this.msg.District = 0;
this.optionsTitle[2] = "区域";
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