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
e36a729a
Commit
e36a729a
authored
Jan 23, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7744eccb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
960 additions
and
70 deletions
+960
-70
header.vue
components/header/header.vue
+1
-1
details.vue
pages/coupon/details/details.vue
+0
-2
headerLine.vue
pages/jiuzhai/components/headerLine.vue
+0
-67
jz_Line copy.vue
pages/jiuzhai/jz_Line copy.vue
+959
-0
No files found.
components/header/header.vue
View file @
e36a729a
...
...
@@ -7,7 +7,7 @@
</view>
</view>
<view
class=
"carrHeader-title"
>
<slot>
{{
title
}}
</slot>
<slot>
{{
title
?
title
:
''
}}
</slot>
</view>
</view>
</view>
...
...
pages/coupon/details/details.vue
View file @
e36a729a
...
...
@@ -201,7 +201,6 @@
}
.couponDetailsHeadeBox
{
position
:
relative
;
/* position: fixed; */
width
:
100%
;
height
:
328
rpx
;
top
:
0
;
...
...
@@ -270,7 +269,6 @@
.cdTiaojian_box
{
padding
:
0
66
rpx
;
margin-top
:
143
rpx
;
/* margin-top: 480rpx; */
}
.cdTiaojianB
{
display
:
flex
;
...
...
pages/jiuzhai/components/headerLine.vue
deleted
100644 → 0
View file @
7744eccb
<
template
>
<view
class=
"lienHeader"
:style=
"[titleStyle]"
>
<view
class=
"lienHeaderBox"
>
<view
class=
"lienHeader-left"
>
<view
class=
"lienHeader-left-icon"
@
click=
"goBack"
>
<u-icon
name=
"arrow-left"
size=
"38"
:color=
"type==1?'#000':'#000'"
></u-icon>
</view>
</view>
<!--
<view
class=
"lienHeader-title"
:style=
"
{'color':type==1?'#FFF':'#000'}">
<slot>
{{
title
}}
</slot>
</view>
-->
</view>
</view>
</
template
>
<
script
>
export
default
{
props
:[
'title'
,
'type'
],
data
()
{
return
{
titleStyle
:{}
}
},
mounted
()
{
const
that
=
this
uni
.
getSystemInfo
({
success
(
res
)
{
that
.
titleStyle
=
{
paddingTop
:
`
${
res
.
statusBarHeight
}
px`
};
},
});
},
methods
:{
goBack
(){
uni
.
navigateBack
({
delta
:
-
1
})
}
}
}
</
script
>
<
style
>
.lienHeader-title
{
width
:
100%
;
position
:
relative
;
left
:
0
;
right
:
0
;
text-align
:
center
;
font-size
:
32
rpx
;
}
.lienHeader-left
{
/* position: absolute;
left: 32rpx;
top: 83rpx;
z-index: 3; */
}
.lienHeaderBox
{
width
:
100%
;
height
:
88
rpx
;
padding
:
0
32
rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
position
:
relative
;
}
.lienHeader
{
padding-top
:
48
rpx
;
}
</
style
>
\ No newline at end of file
pages/jiuzhai/jz_Line copy.vue
0 → 100644
View file @
e36a729a
This diff is collapsed.
Click to expand it.
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