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

美食

parent a9865006
...@@ -41,15 +41,15 @@ ...@@ -41,15 +41,15 @@
active-color="#000" active-color="#000"
inactive-color="#444" inactive-color="#444"
> >
<!-- <u-dropdown-item <u-dropdown-item
v-model="msg.OrderBy" v-model="msg.OrderBy"
:title="optionsTitle[0]" :title="optionsTitle[0]"
:options="options1" :options="options1"
@change="orderChange" @change="orderChange"
> >
</u-dropdown-item> --> </u-dropdown-item>
<u-dropdown-item :title="optionsTitle[1]"> <!-- <u-dropdown-item :title="optionsTitle[1]">
<view class="slot-content"> <view class="slot-content">
<restaurant-type <restaurant-type
@sure-type="sureType" @sure-type="sureType"
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
> >
</restaurant-type> </restaurant-type>
</view> </view>
</u-dropdown-item> </u-dropdown-item> -->
<u-dropdown-item <u-dropdown-item
v-model="msg.District" v-model="msg.District"
:title="optionsTitle[2]" :title="optionsTitle[2]"
...@@ -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(262); this.getDistrict();
}, },
created() { created() {
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
...@@ -456,7 +456,7 @@ export default { ...@@ -456,7 +456,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();
this.msg.District = 0; this.msg.District = 0;
this.optionsTitle[2] = "区域"; this.optionsTitle[2] = "区域";
this.msg.pageIndex = 1; this.msg.pageIndex = 1;
...@@ -496,7 +496,7 @@ export default { ...@@ -496,7 +496,7 @@ export default {
this.request2( this.request2(
{ {
url: "/api/AppletDining/GetDiningDestination", url: "/api/AppletDining/GetDiningDestination",
data: { ID: id }, data: { },
}, },
(res) => { (res) => {
if (res.resultCode == 1) { 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