Commit a030d60a authored by 黄奎's avatar 黄奎

美食修改

parent e0bfad6e
...@@ -41,13 +41,13 @@ ...@@ -41,13 +41,13 @@
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">
...@@ -66,24 +66,17 @@ ...@@ -66,24 +66,17 @@
@change="changeDistrict" @change="changeDistrict"
> >
</u-dropdown-item> </u-dropdown-item>
<u-dropdown-item :title="optionsTitle[3]"> <!-- <u-dropdown-item :title="optionsTitle[3]">
<view <view
class="slot-content" class="slot-content"
style="padding: 30rpx; background-color: #fff" style="padding: 30rpx; background-color: #fff"
> >
<!-- <view>
<text style="font-size: 28rpx;color:#111;font-weight: 800;margin-right: 10rpx;">餐厅类型</text>
</view>
<view class="hotel-rate-box">
<view v-for="(x,i) in options2" :key="i" class="hotel-rate" :class="{'active':tempRateAndPrice.types.indexOf(x.value)!=-1}" @click="setRestaurant(x.value)">{{x.label}}</view>
</view> -->
<view style="margin-top: 20rpx"> <view style="margin-top: 20rpx">
<text style="font-size: 28rpx; color: #111; font-weight: 800" <text style="font-size: 28rpx; color: #111; font-weight: 800"
>价格</text >价格</text
> >
</view> </view>
<view class="hotel-rate-box"> <view class="hotel-rate-box">
<!-- <view v-for="(x,i) in rates" class="hotel-rate" :class="{'active':tempRateAndPrice.rate.indexOf(x.ID)!=-1}" @click="setRestaurantPrice(x.ID)">{{x.Name}}</view> -->
<view <view
v-for="(x, i) in rates" v-for="(x, i) in rates"
class="hotel-rate" class="hotel-rate"
...@@ -112,7 +105,7 @@ ...@@ -112,7 +105,7 @@
</view> </view>
</view> </view>
</view> </view>
</u-dropdown-item> </u-dropdown-item> -->
</u-dropdown> </u-dropdown>
</view> </view>
<view class="no-data" v-if="restaurantList.length === 0"> <view class="no-data" v-if="restaurantList.length === 0">
......
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