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
f83f948a
Commit
f83f948a
authored
Apr 23, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
儿童年龄
parent
a84092d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
date.vue
pages/hotel/components/time/date.vue
+3
-3
No files found.
pages/hotel/components/time/date.vue
View file @
f83f948a
...
...
@@ -74,7 +74,7 @@
</text>
<uni-section
title=
""
type=
"line"
>
<uni-data-select
:ref=
"`select_${index}`"
placeholder=
"年龄(多儿童需选多次)
"
:placeholder=
"`年龄${item.numberOfChildren>1?'(选多次)':''}`
"
v-model=
"item.ChildAgeDetails"
:localdata=
"TypeList"
:clear=
"false"
...
...
@@ -177,8 +177,7 @@ export default {
this
.
parameters
.
searchroomGroup
[
index
].
ChildAgeTexts
[
list
.
length
-
1
]
=
e
}
}
this
.
parameters
.
searchroomGroup
[
index
].
ChildAgeDetails
=
e
;
this
.
parameters
.
searchroomGroup
[
index
].
ChildAgeDetails
=
e
},
etChange
(
e
,
index
){
this
.
parameters
.
searchroomGroup
[
index
].
numberOfChildren
=
e
.
value
;
...
...
@@ -186,6 +185,7 @@ export default {
let
num
=
this
.
parameters
.
searchroomGroup
[
index
].
ChildAgeTexts
.
length
-
e
.
value
for
(
let
i
=
0
;
i
<
num
;
i
++
){
this
.
parameters
.
searchroomGroup
[
index
].
ChildAgeTexts
.
splice
(
i
,
1
)
this
.
parameters
.
searchroomGroup
[
index
].
ChildAgeDetails
=
null
}
}
this
.
peopleChange
()
...
...
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