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
6c3b510f
Commit
6c3b510f
authored
May 31, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
70a06bdb
58824ac4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
126 additions
and
120 deletions
+126
-120
style1.vue
components/goods/style1.vue
+1
-1
range-slider.vue
pages/hotel/components/range-slider.vue
+6
-0
list.vue
pages/hotel/list.vue
+119
-119
No files found.
components/goods/style1.vue
View file @
6c3b510f
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
:src=
"item.picUrl"
:src=
"item.picUrl"
/>
/>
<div
class=
"good-info"
>
<div
class=
"good-info"
>
<div
class=
"good-name"
v-if=
"goodsInfo.showGoodsName"
>
{{
item
.
name
}}
</div>
<div
class=
"good-name"
v-if=
"goodsInfo.showGoodsName"
>
{{
item
.
name
}}
1
</div>
<view
class=
"good-sub-name"
>
{{
item
.
subname
}}
</view>
<view
class=
"good-sub-name"
>
{{
item
.
subname
}}
</view>
<div
class=
"good-price-info"
>
<div
class=
"good-price-info"
>
<span
class=
"price"
:style=
"
{ color: mainColor }">
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
price
)
:
''
}}
<span
class=
"price"
:style=
"
{ color: mainColor }">
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
price
)
:
''
}}
...
...
pages/hotel/components/range-slider.vue
View file @
6c3b510f
...
@@ -309,6 +309,12 @@ export default {
...
@@ -309,6 +309,12 @@ export default {
that
.
minBlockLeft
=
minBlockLeft
;
that
.
minBlockLeft
=
minBlockLeft
;
that
.
maxBlockLeft
=
maxBlockLeft
;
that
.
maxBlockLeft
=
maxBlockLeft
;
},
},
_getMaxLength
()
{
var
that
=
this
;
var
MAX_LENGTH
=
that
.
width
-
that
.
blockSize
;
return
MAX_LENGTH
;
},
/**
/**
* 刷新整个视图
* 刷新整个视图
*/
*/
...
...
pages/hotel/list.vue
View file @
6c3b510f
This diff is collapsed.
Click to expand it.
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