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
290145b7
Commit
290145b7
authored
Jul 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7f813c00
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
20 deletions
+26
-20
list.vue
pages/teamLeader/list.vue
+26
-20
No files found.
pages/teamLeader/list.vue
View file @
290145b7
...
...
@@ -76,6 +76,9 @@
font-size
:
24rpx
;
color
:
#FF5F3D
;
}
.list-top-right.active2
{
color
:
#0acc82
;
}
.list-title-box
{
font-weight
:
500
;
font-size
:
28rpx
;
...
...
@@ -133,9 +136,10 @@
</view>
</view>
<u-empty
v-if=
"dataList.length == 0 && !loading"
text=
"暂无相关团信息"
mode=
"data"
color=
"#333"
></u-empty>
<view
v-if=
"dataList.length>0"
class=
"flex1"
style=
"padding-bottom: 100rpx;"
>
<view
class=
"flex1"
style=
"padding-bottom: 100rpx;"
>
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scrolltolower=
"lower"
style=
"height: 84vh;"
>
<template
v-if=
"dataList.length>0"
>
<view
class=
"list-box"
v-for=
"(item,index) in dataList"
:key=
"index"
@
click=
"goTeamLeader(item)"
>
<view
class=
"list-top row justify-between"
>
...
...
@@ -144,7 +148,8 @@
<view
class=
"list-top-text"
>
{{
item
.
LineName
}}
</view>
<u-icon
name=
"arrow"
size=
"28"
color=
"#ccc"
></u-icon>
</view>
<view
class=
"list-top-right"
>
{{
item
.
TravelPriceList
[
0
].
LeaderApplyStatusName
}}
</view>
<view
class=
"list-top-right"
:class=
"[item.TravelPriceList[0].LeaderApplyStatus==2?'active2':'']"
>
{{
item
.
TravelPriceList
[
0
].
LeaderApplyStatusName
}}
</view>
</view>
<view
class=
"list-title-box"
>
<view
class=
"list-title"
v-for=
"(child,i) in item.TravelPriceList"
:key=
"i"
>
...
...
@@ -155,7 +160,8 @@
{{
item
.
TravelPriceList
[
0
].
StartDate
}}
</view>
</view>
<u-loadmore
:status=
"status"
:load-text=
"loadText"
:font-size=
"24"
:margin-top=
"20"
</
template
>
<u-loadmore
v-if=
"!loading"
:status=
"status"
:load-text=
"loadText"
:font-size=
"24"
:margin-top=
"20"
:margin-bottom=
"100"
bg-color=
"#f3f4f6"
/>
<view
style=
"height: 1rpx;"
></view>
</scroll-view>
...
...
@@ -245,11 +251,11 @@ export default {
this
.
init
()
},
init
()
{
if
(
this
.
loading
)
return
this
.
loading
=
true
;
uni
.
showLoading
()
if
(
this
.
msg
.
pageIndex
==
1
)
this
.
couponDataList
=
[]
this
.
apipost
(
"travel_get_GetUniteDmcPageList"
,
this
.
msg
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
uni
.
hideLoading
()
this
.
loading
=
false
;
...
...
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