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
e95a5611
Commit
e95a5611
authored
Apr 25, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
469a3a08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
hotelRoom.vue
pages/hotel/components/hotelRoom.vue
+3
-7
No files found.
pages/hotel/components/hotelRoom.vue
View file @
e95a5611
...
...
@@ -52,14 +52,12 @@
<view
class=
"column"
>
<view
class=
"hotelDetailRPrice"
>
{{subItem.Currency }}
<text>
<!-- {{getPrice(subItem.TotalPrice)}} -->
{{subItem.TotalPrice}}
</text>
起/晚
</view>
<view
class=
"hotelDetailRPriceT"
>
{{dayObj.day}}晚总价
<text>
{{subItem.Currency}}
<!-- {{ getPrice(subItem.TotalPrice)*dayObj.day }} -->
{{ subItem.TotalPrice*dayObj.day }}
{{ (subItem.TotalPrice*dayObj.day).toFixed(2) }}
</text>
</view>
</view>
...
...
@@ -112,14 +110,12 @@
<view
class=
"hotelDetailMinXiRF"
>
</view>
<view
class=
"hotelDetailMinXiRP"
>
{{subItem.Currency }}
<text>
<!--{{getPrice(subItem.TotalPrice)}}-->
{{subItem.TotalPrice}}
</text>
</view>
<view
class=
"hotelDetailMinXiRT"
>
{{dayObj.day}}晚总价
<text>
{{subItem.Currency}}
<!--{{ getPrice(subItem.TotalPrice)*dayObj.day }}-->
{{ subItem.TotalPrice*dayObj.day }}
{{ (subItem.TotalPrice*dayObj.day).toFixed(2) }}
</text>
</view>
</view>
...
...
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