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
5fcac262
authored
2024-05-31 09:21:47 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化,简介
1 parent
e4fe971f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletions
src/viewsPc/booking/hotelDetail.vue
src/viewsPc/booking/makeUpDetail.vue
src/viewsPc/booking/photographyDetail.vue
src/viewsPc/booking/hotelDetail.vue
View file @
5fcac26
...
...
@@ -102,7 +102,7 @@
<div
class=
"price"
>
{{
language
==
0
?
'¥'
:
'€'
}}
<span>
{{
language
==
0
?
r
.
roomPrice
:
r
.
roomPriceEn
}}
</span></div>
</el-col>
<el-col
:span=
"3"
>
<el-button
v-if=
"language==0"
:disabled=
"
!r.useCount"
:class=
"
{'forbid':!r.useCount
}" @click="goOrder(r)" class="bg-lineg button">
<el-button
v-if=
"language==0"
:disabled=
"
r.useCount
<
=0" :class="{'forbid':r.useCount
<
=0
}" @click="goOrder(r)" class="bg-lineg button">
订
<div>
{{
language
==
0
?
'在线付'
:
'Online'
}}
</div>
</el-button>
...
...
@@ -195,6 +195,7 @@ function getData() {
query
.
value
.
rzEnd
=
hotTime
.
value
?
hotTime
.
value
[
1
]:
null
getHotelRooms
(
query
.
value
).
then
(
res
=>
{
roomList
.
value
=
res
.
rows
console
.
log
(
roomList
.
value
)
})
}
...
...
src/viewsPc/booking/makeUpDetail.vue
View file @
5fcac26
...
...
@@ -29,6 +29,11 @@
</el-icon>
{{
form
.
remarks
}}
</el-row>
<div
style=
"display: flex"
>
<div
class=
"title"
>
工作室简介:
</div>
<div
v-html=
"form.introduction"
></div>
</div>
</el-card>
<div
class=
"mt30"
>
...
...
@@ -267,4 +272,9 @@ function getData() {
}
}
.oddmb
:nth-child
(
2
)
{
margin-bottom
:
20px
;}
.title
{
width
:
120px
;
font-weight
:
500
;
font-size
:
18px
;
}
</
style
>
...
...
src/viewsPc/booking/photographyDetail.vue
View file @
5fcac26
...
...
@@ -29,6 +29,10 @@
</el-icon>
{{
form
.
remarks
}}
</el-row>
<div
style=
"display: flex"
>
<div
class=
"title"
>
工作室简介:
</div>
<div
v-html=
"form.introduction"
></div>
</div>
</el-card>
<div
class=
"mt30"
>
<el-row
:gutter=
"20"
>
...
...
@@ -280,4 +284,9 @@ function getData() {
}
}
.oddmb
:nth-child
(
2
)
{
margin-bottom
:
20px
;}
.title
{
width
:
120px
;
font-weight
:
500
;
font-size
:
18px
;
}
</
style
>
...
...
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