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
7744eccb
Commit
7744eccb
authored
Jan 22, 2025
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yangshi
parent
2e5a7791
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
112 additions
and
104 deletions
+112
-104
headerLine.vue
pages/jiuzhai/components/headerLine.vue
+2
-2
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+110
-102
No files found.
pages/jiuzhai/components/headerLine.vue
View file @
7744eccb
...
@@ -47,10 +47,10 @@ export default {
...
@@ -47,10 +47,10 @@ export default {
font-size
:
32
rpx
;
font-size
:
32
rpx
;
}
}
.lienHeader-left
{
.lienHeader-left
{
position
:
absolute
;
/*
position: absolute;
left: 32rpx;
left: 32rpx;
top: 83rpx;
top: 83rpx;
z-index
:
3
;
z-index: 3;
*/
}
}
.lienHeaderBox
{
.lienHeaderBox
{
width
:
100%
;
width
:
100%
;
...
...
pages/jiuzhai/jz_Line.vue
View file @
7744eccb
<
style
>
<
style
>
.jz_LineHeadeBox
{
.jz_LineHeadeBox
{
position
:
fixed
;
/*
position: fixed;
left: 0;
left: 0;
right: 0;
right: 0;
top: 0;
top: 0;
z-index
:
1
;
z-index: 1; */
padding-top
:
41.2vw
;
position
:
relative
;
}
}
.jz_LineHeade
{
.jz_LineHeade
{
height
:
310
rpx
;
height
:
310
rpx
;
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
}
}
.jz_LineHeade.active0
{
.jz_LineHeade.active0
{
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638731577125637216.png')
no-repeat
;
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638731577125637216.png')
no-repeat
;
...
@@ -24,7 +31,7 @@
...
@@ -24,7 +31,7 @@
.jz_Line
{}
.jz_Line
{}
.jz_Content
{
.jz_Content
{
margin
:
20
rpx
0
rpx
30
rpx
0
rpx
;
/* margin: 20rpx 0rpx 30rpx 0rpx; */
}
}
.jz_List
{
.jz_List
{
...
@@ -193,6 +200,10 @@
...
@@ -193,6 +200,10 @@
align-items
:
center
;
align-items
:
center
;
padding
:
19
rpx
30
rpx
;
padding
:
19
rpx
30
rpx
;
margin
:
0
30
rpx
;
margin
:
0
30
rpx
;
position
:
absolute
;
bottom
:
22
rpx
;
left
:
0
;
right
:
0
;
}
}
.jz_Content
.search-box
.date
{
.jz_Content
.search-box
.date
{
...
@@ -324,15 +335,14 @@
...
@@ -324,15 +335,14 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"jz_Line"
>
<div
class=
"jz_Line"
>
<view
class=
"jz_Content"
>
<view
class=
"jz_Content"
style=
"display: flex; flex-direction: column;height: 100vh;"
>
<view
class=
"jz_LineHeadeBox"
<view
class=
"jz_LineHeadeBox"
>
>
<view
class=
"jz_LineHeade"
:class=
"
{
<view
class=
"jz_LineHeade"
:class=
"
{
'active0':msg.teamType==0,
'active0':msg.teamType==0,
'active1':msg.teamType==1,
'active1':msg.teamType==1,
'active2':msg.teamType==2}">
'active2':msg.teamType==2}">
<headerLine
:type=
"msg.teamType"
:title=
"msg.teamType==1?'小包团':''"
></headerLine>
<headerLine
:type=
"msg.teamType"
:title=
"msg.teamType==1?'小包团':''"
></headerLine>
<view
class=
"search-box"
style=
"margin-top:
76
rpx;"
>
<view
class=
"search-box"
style=
"margin-top:
24
rpx;"
>
<view
class=
"date"
@
click=
"showBranch=true"
>
<view
class=
"date"
@
click=
"showBranch=true"
>
<u-icon
name=
"location"
color=
"#B99846"
size=
"24"
></u-icon>
<u-icon
name=
"location"
color=
"#B99846"
size=
"24"
></u-icon>
<text
style=
"margin-left: 20rpx;color: #B99846;"
>
{{
currentBrachName
}}
</text>
<text
style=
"margin-left: 20rpx;color: #B99846;"
>
{{
currentBrachName
}}
</text>
...
@@ -348,7 +358,8 @@
...
@@ -348,7 +358,8 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
style=
"height: 100rpx;"
>
</view>
<view
style=
"height: 100rpx;width: 100%;"
>
<u-dropdown
ref=
"uDropdown"
@
open=
"open"
@
close=
"close"
active-color=
"#000"
inactive-color=
"#444"
>
<u-dropdown
ref=
"uDropdown"
@
open=
"open"
@
close=
"close"
active-color=
"#000"
inactive-color=
"#444"
>
<u-dropdown-item
v-model=
"msg.orderBy"
:title=
"optionsTitle[0]"
:options=
"orderBys"
@
change=
"changeOrderBy"
>
<u-dropdown-item
v-model=
"msg.orderBy"
:title=
"optionsTitle[0]"
:options=
"orderBys"
@
change=
"changeOrderBy"
>
</u-dropdown-item>
</u-dropdown-item>
...
@@ -448,14 +459,11 @@
...
@@ -448,14 +459,11 @@
</u-dropdown-item>
</u-dropdown-item>
</u-dropdown>
</u-dropdown>
</view>
</view>
<view
style=
"height: 1px; flex: 1;width: 100%;"
>
</view>
<view
style=
"margin-top: 390rpx;"
>
<view
v-if=
"screenshow==true"
class=
"Jz_Mask"
@
click=
"screenshow=false"
></view>
<view
v-if=
"screenshow==true"
class=
"Jz_Mask"
@
click=
"screenshow=false"
></view>
<u-empty
v-if=
"dataList.length==0 && !loading"
text=
"暂无数据"
mode=
"data"
></u-empty>
<u-empty
v-if=
"dataList.length==0 && !loading"
text=
"暂无数据"
mode=
"data"
></u-empty>
<
template
v-else
>
<
template
v-else
>
<view
style=
"height:
calc(100vh - 230px)
;overflow: hidden;"
>
<view
style=
"height:
100%
;overflow: hidden;"
>
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scrolltolower=
"lower"
:style=
"
{ height: '100%' }">
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scrolltolower=
"lower"
:style=
"
{ height: '100%' }">
<view
class=
"jz_ListMain"
v-for=
"(item,index) in dataList"
:key=
"index"
@
click=
"goJzDetail(item)"
>
<view
class=
"jz_ListMain"
v-for=
"(item,index) in dataList"
:key=
"index"
@
click=
"goJzDetail(item)"
>
<view
class=
"jz_List"
>
<view
class=
"jz_List"
>
...
...
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