Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5184986e
authored
2024-06-02 20:48:49 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
a024cd59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/viewsPc/booking/hotelDetail.vue
src/viewsPc/booking/hotelDetail.vue
View file @
5184986
...
...
@@ -117,7 +117,8 @@
}}
<span>
{{
language
==
0
?
r
.
roomPrice
:
r
.
roomPriceEn
}}
</span></div>
</el-col>
<el-col
:span=
"3"
>
<el-button
v-if=
"language==0"
:disabled=
"!r.useCount && !hotTime"
:class=
"
{'forbid':(r.useCount
<
=0
&&
hotTime)}"
<!-- :disabled="!r.useCount && !hotTime"-->
<el-button
v-if=
"language==0"
:class=
"
{'forbid':!(!hotTime[0] || r.useCount>0)}"
@click="goOrder(r)" class="bg-lineg button">
订
<div>
{{
language
==
0
?
'在线付'
:
'Online'
}}
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment