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
c823eb44
Commit
c823eb44
authored
Jul 11, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8cec2f20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
itineraryDetails.vue
pages/teamLeader/itineraryDetails.vue
+12
-11
No files found.
pages/teamLeader/itineraryDetails.vue
View file @
c823eb44
...
...
@@ -454,7 +454,7 @@ export default {
top
:
0
,
}
,
{
Name
:
'
7日
行程'
,
Name
:
'行程'
,
ID
:
2
,
val
:
'title1'
,
top
:
0
,
...
...
@@ -557,6 +557,17 @@ export default {
x
.
zhusu
=
x
.
dayArray
.
filter
(
z
=>
z
.
type
==
3
)
x
.
canshi
=
x
.
dayArray
.
filter
(
z
=>
z
.
type
==
4
)
}
);
setTimeout
(()
=>
{
this
.
titlesList
.
forEach
((
x
,
index
)
=>
{
if
(
index
==
1
)
x
.
Name
=
`${this.dataList.dayNum
}
日行程`
const
query
=
uni
.
createSelectorQuery
().
select
(
`#${x.val
}
`
);
query
.
boundingClientRect
((
rect
)
=>
{
x
.
top
=
rect
.
top
-
130
;
}
).
exec
();
}
)
uni
.
hideLoading
()
}
,
3000
);
}
}
,
formatTraffice
(
tras
)
{
...
...
@@ -582,20 +593,10 @@ export default {
uni
.
showLoading
()
this
.
apipost
(
"b2b_get_GetB2BTravelInfoNoDes"
,
this
.
msg
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
uni
.
hideLoading
()
res
.
data
.
tempImgCover
=
JSON
.
parse
(
res
.
data
.
imgCover
);
this
.
dataList
=
res
.
data
this
.
priceList
=
res
.
data
.
priceList
this
.
formatDay
()
setTimeout
(()
=>
{
this
.
titlesList
.
forEach
((
x
,
index
)
=>
{
if
(
index
==
1
)
x
.
Name
=
`${this.dataList.dayNum
}
日行程`
const
query
=
uni
.
createSelectorQuery
().
select
(
`#${x.val
}
`
);
query
.
boundingClientRect
((
rect
)
=>
{
x
.
top
=
rect
.
top
;
}
).
exec
();
}
)
}
,
1000
);
}
}
,
(
failed
)
=>
{
uni
.
hideLoading
()
...
...
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