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
5044f9b1
Commit
5044f9b1
authored
Apr 21, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
de4e3e4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
20 deletions
+19
-20
hotelRoom.vue
pages/hotel/components/hotelRoom.vue
+19
-20
No files found.
pages/hotel/components/hotelRoom.vue
View file @
5044f9b1
...
...
@@ -57,9 +57,16 @@
<text>
{{subItem.Currency}}{{ getPrice(subItem.TotalPrice)*dayObj.day }}
</text>
</view>
</view>
<view
class=
"hotelDetailRPriceBook"
@
click=
"goUrl(subItem)"
>
<view
class=
"column hotelDetailRPriceBook"
:class=
"[!index?'active':'']"
>
<text
v-if=
"!index"
class=
"hotelDetailMinXiRS"
>
剩2间
</text>
<view
class=
"hotelDetailMinXiRB"
@
click=
"goUrl(subItem)"
>
订
</view>
</view>
<!-- <view class="hotelDetailRPriceBook" @click="goUrl(subItem)">
订
</view>
</view>
-->
</view>
</view>
</view>
...
...
@@ -101,12 +108,12 @@
{{subItem.Currency }}
<text>
{{getPrice(subItem.TotalPrice)}}
</text>
</view>
<view
class=
"hotelDetailMinXiRT"
>
{{dayObj.day}}晚总价
<text>
{{subItem.Currency}}
{{ getPrice(subItem.TotalPrice)*dayObj.day }}
</text>
<text>
{{subItem.Currency}}{{ getPrice(subItem.TotalPrice)*dayObj.day }}
</text>
</view>
</view>
<view
class=
"column hotelDetailMinXiRBBox"
>
<text
class=
"hotelDetailMinXiRS"
>
剩2间
</text>
<view
class=
"column hotelDetailMinXiRBBox"
:class=
"[!subindex?'active':'']"
>
<text
v-if=
"!subindex"
class=
"hotelDetailMinXiRS"
>
剩2间
</text>
<view
class=
"hotelDetailMinXiRB"
@
click=
"goUrl(subItem)"
>
订
</view>
...
...
@@ -1118,18 +1125,6 @@
}
.hotelDetailRPriceBook
{
width
:
74
rpx
;
height
:
81
rpx
;
background
:
#080A09
;
border-radius
:
14
rpx
;
border
:
2px
solid
#111111
;
position
:
relative
;
top
:
-10
rpx
;
font-weight
:
800
;
font-size
:
32
rpx
;
color
:
#E2C27A
;
text-align
:
center
;
line-height
:
81
rpx
;
margin-left
:
16
rpx
;
}
...
...
@@ -1245,13 +1240,17 @@
line-height
:
81
rpx
;
text-align
:
center
;
}
.hotelDetailRPriceBook.active
{
position
:
relative
;
top
:
-45
rpx
;
}
.hotelDetailMinXiRBBox
{
margin-left
:
16
rpx
;
}
.hotelDetailMinXiRBBox.active
{
position
:
relative
;
top
:
-20
rpx
;
}
.hotelDetailMinXiRF
{
height
:
1px
;
flex
:
1
;
...
...
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