Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
a030d60a
Commit
a030d60a
authored
Jan 18, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
美食修改
parent
e0bfad6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
list.vue
pages/restaurant/list.vue
+4
-11
No files found.
pages/restaurant/list.vue
View file @
a030d60a
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment