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

美食

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