Commit a030d60a authored by 黄奎's avatar 黄奎

美食修改

parent e0bfad6e
......@@ -41,13 +41,13 @@
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]">
<view class="slot-content">
......@@ -66,24 +66,17 @@
@change="changeDistrict"
>
</u-dropdown-item>
<u-dropdown-item :title="optionsTitle[3]">
<!-- <u-dropdown-item :title="optionsTitle[3]">
<view
class="slot-content"
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">
<text style="font-size: 28rpx; color: #111; font-weight: 800"
>价格</text
>
</view>
<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
v-for="(x, i) in rates"
class="hotel-rate"
......@@ -112,7 +105,7 @@
</view>
</view>
</view>
</u-dropdown-item>
</u-dropdown-item> -->
</u-dropdown>
</view>
<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