Commit c53b2af6 authored by 黄奎's avatar 黄奎

页面修改

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