Commit 1bbdd7d5 authored by 罗超's avatar 罗超

1

parent 403aadde
This diff is collapsed.
......@@ -2,7 +2,7 @@
<view class="hotel-list">
<view class="search-box">
<view class="city-box" @click="showCity">
<u-icon name="location" :size="28"></u-icon>
<u-icon name="location" :size="28" color="#EE4454"></u-icon>
{{city}}
</view>
<view style="width: 1px; flex: 1;">
......@@ -447,6 +447,7 @@
this.city=val.Name
this.getDistrict(val.ID)
this.msg.District=0
this.optionsTitle[2]="区域"
this.getFoodList();
},
getCity(){
......
......@@ -2,7 +2,7 @@
<view class="hotel-list">
<view class="search-box">
<view class="city-box" @click="showCity">
<u-icon name="location" :size="28"></u-icon>
<u-icon name="location" :size="28" color="#EE4454"></u-icon>
{{city}}
</view>
<view style="width: 1px; flex: 1;">
......@@ -331,6 +331,7 @@
this.city=val.Name
this.getDistrict(val.ID)
this.msg.District=0
this.optionsTitle[2]="区域"
this.getList();
},
getCity(){
......
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