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
63d3eb09
Commit
63d3eb09
authored
May 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
52b60940
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
26 deletions
+2
-26
date.vue
pages/hotel/components/time/date.vue
+0
-24
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+2
-2
No files found.
pages/hotel/components/time/date.vue
View file @
63d3eb09
...
...
@@ -64,19 +64,6 @@
>
</u-number-box>
</view>
<view
class=
"row"
>
<!--
<text
style=
"font-size: 28rpx; color: #111; font-weight: 500;"
>
年龄
</text>
-->
<!--
<u-number-box
size=
"28"
:min=
"1"
:max=
"12"
v-model=
"item.ChildAgeDetails"
@
change=
"(e)=>
{ageChange(e,index)}"
style="margin-left: 10rpx;"
>
</u-number-box>
<template
v-if=
"item.ChildAgeTexts.length>1"
>
<text
v-for=
"(items,indexs) in item.ChildAgeTexts"
:key=
"indexs"
@
click=
"eitAge(index,indexs)"
:style=
"
{'color':current==indexs?'#B99846':''}">
{{
items
}}
岁
<template
v-if=
"indexs!=(item.ChildAgeTexts.length-1)"
>
,
</
template
>
</text>
</template>
-->
<view
class=
"row"
v-for=
"(items,indexs) in item.ChildAgeTexts"
:key=
"indexs"
>
<uni-section
title=
""
type=
"line"
>
<uni-data-select
:ref=
"`select_$
{index}`"
...
...
@@ -89,17 +76,6 @@
</uni-section>
<u-icon
name=
"arrow"
:size=
"32"
color=
"#ccc"
style=
"position: relative;top: -9rpx;"
></u-icon>
</view>
<!-- <uni-section title="" type="line">
<uni-data-select :ref="`select_${index}`"
:placeholder="`年龄${item.numberOfChildren>1?'(选多次)':''}`"
v-model="item.ChildAgeDetails"
:localdata="TypeList"
:clear="false"
@change="(e)=>{ageChange(e,index)}"
></uni-data-select>
</uni-section>
<u-icon name="arrow" :size="32" color="#ccc" style="position: relative;top: -9rpx;"></u-icon>-->
</view>
</view>
</view>
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
63d3eb09
...
...
@@ -306,10 +306,10 @@
</view>
</view>
<view
class=
"jz_ReserTitle"
>
{{
currentPriceInfo
.
title
}}
{{
currentPriceInfo
.
title
?
currentPriceInfo
.
title
:
''
}}
</view>
<view
class=
"jz_ReserIn"
style=
"margin: 33rpx 0 18rpx 0"
>
{{
ltName
}}
{{
ltName
?
ltName
:
''
}}
</view>
<view
class=
"big-title"
>
<text>
{{
realCurrentPriceInfo
.
priceUnion
&&
realCurrentPriceInfo
.
priceUnion
.
startCityName
?
realCurrentPriceInfo
.
priceUnion
.
startCityName
:
currentPriceInfo
.
startCityName
}}
出发
</text>
...
...
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