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
23e23209
authored
2024-05-11 11:39:53 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改bug
1 parent
3a5fc119
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
src/viewsPc/booking/makeUpDetail.vue
src/viewsPc/booking/makeUpOrder.vue
src/viewsPc/booking/photographyOrder.vue
src/viewsPc/booking/makeUpDetail.vue
View file @
23e2320
...
...
@@ -27,7 +27,7 @@
<el-icon
size=
"16"
style=
"position: relative;top: 2px"
color=
"#929AA0"
>
<LocationFilled/>
</el-icon>
{{
form
.
rearks
}}
{{
form
.
re
m
arks
}}
</el-row>
</el-card>
...
...
src/viewsPc/booking/makeUpOrder.vue
View file @
23e2320
...
...
@@ -30,7 +30,7 @@
<el-icon
size=
"16"
style=
"position: relative;top: 2px"
color=
"#929AA0"
>
<LocationFilled/>
</el-icon>
{{
formData
.
rearks
}}
{{
formData
.
re
m
arks
}}
</el-row>
<hr
style=
"border:1px solid #D3D1F6 "
>
...
...
@@ -46,7 +46,8 @@
<div
style=
"flex: 1"
>
<!--
<div
style=
"margin-bottom: 20px"
>
预约时间
<span
class=
"span"
>
09:00~12:00
</span>
</div>
-->
<div
style=
"margin-bottom: 20px"
>
{{
language
==
0
?
'上门化妆'
:
'Home makeup'
}}
<span
class=
"span"
>
{{
formDatas
.
goHome
==
1
?
'是'
:
'否'
}}
</span></div>
<div
v-if=
"language==0"
style=
"margin-bottom: 20px"
>
上门化妆
<span
class=
"span"
>
{{
formDatas
.
goHome
==
1
?
'是'
:
'否'
}}
</span></div>
<div
v-else
style=
"margin-bottom: 20px"
>
上门化妆
<span
class=
"span"
>
{{
formDatas
.
goHome
==
1
?
'YES'
:
'NO'
}}
</span></div>
<div
>
{{
language
==
0
?
' 价格'
:
"Price"
}}
<span
class=
"sign"
>
{{
language
==
0
?
'¥'
+
formDatas
.
mealPrice
:
'€'
+
formDatas
.
mealPriceEn
}}
</span></div>
</div>
...
...
@@ -198,7 +199,7 @@ function submit() {
return
}
if
(
!
timeVal
.
value
.
id
)
return
proxy
.
$modal
.
msgError
(
'请选择预约时间!'
,
)
if
(
!
timeVal
.
value
.
id
)
return
proxy
.
$modal
.
msgError
(
language
.
value
==
0
?
'请选择预约时间!'
:
"Please select an appointment time!"
)
proxy
.
$refs
[
'formRef'
].
validate
(
valid
=>
{
if
(
valid
){
form
.
value
.
total
=
money
.
value
...
...
src/viewsPc/booking/photographyOrder.vue
View file @
23e2320
...
...
@@ -45,7 +45,8 @@
<div
style=
"flex: 1"
>
<!--
<div
style=
"margin-bottom: 20px"
>
预约时间
<span
class=
"span"
>
09:00~12:00
</span>
</div>
-->
<div
style=
"margin-bottom: 20px;"
>
{{
language
==
0
?
'上门摄影'
:
'Door-to-door photography'
}}
<span
class=
"span"
>
{{
formDatas
.
goHome
==
1
?
'是'
:
'否'
}}
</span></div>
<div
v-if=
"language==0"
style=
"margin-bottom: 20px;"
>
上门摄影
<span
class=
"span"
>
{{
formDatas
.
goHome
==
1
?
'是'
:
'否'
}}
</span></div>
<div
v-else
style=
"margin-bottom: 20px;"
>
Door-to-door photography
<span
class=
"span"
>
{{
formDatas
.
goHome
==
1
?
'YES'
:
'NO'
}}
</span></div>
<div
>
{{
language
==
0
?
'价格'
:
"Price"
}}
<span
class=
"sign"
>
{{
language
==
0
?
'¥'
+
formDatas
.
photoPrice
:
'€'
+
formDatas
.
photoPriceEn
}}
</span></div>
</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