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
ac582dd7
Commit
ac582dd7
authored
Feb 05, 2025
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/zk123/jz_travel
parents
21a277ea
c850082b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1533 additions
and
178 deletions
+1533
-178
style5.vue
components/goods/style5.vue
+4
-5
header.vue
components/header/header.vue
+1
-1
details.vue
pages/coupon/details/details.vue
+0
-2
index.vue
pages/index/index.vue
+1
-0
headerLine.vue
pages/jiuzhai/components/headerLine.vue
+0
-67
jz_Line copy.vue
pages/jiuzhai/jz_Line copy.vue
+959
-0
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+17
-14
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+540
-84
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+6
-1
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+1
-1
integral-detail.vue
pages/user-center/integral-detail/integral-detail.vue
+3
-0
user-center.vue
pages/user-center/user-center.vue
+1
-3
No files found.
components/goods/style5.vue
View file @
ac582dd7
...
...
@@ -28,7 +28,6 @@
:src=
"goodsInfo.goodsTagPicUrl"
mode=
"widthFix"
style=
"width: 100%"
v-if=
"goodsInfo.goodsTagPicUrl.indexOf('goods-tag-xp.png')==-1"
/>
<span
style=
"background: #F7DFA4;border-radius: 4rpx;padding:4rpx 8rpx;font-size: 18rpx;color: #584825;"
>
新品首发
</span>
</view>
<view
style=
"position: absolute; z-index: 2; top:135rpx;left:12rpx;right: 12rpx;display: flex;font-size: 18rpx;color:#FFF"
>
<view
style=
"height: 24rpx;line-height: 24prx;padding: 0 8rpx;background-color: #18A86B;"
>
...
...
@@ -225,11 +224,11 @@ export default {
overflow
:
hidden
;
}
.her-scoller
.good-five
.tips
{
width
:
6
4
rpx
;
height
:
64
rpx
;
width
:
9
4
rpx
;
height
:
37
rpx
;
position
:
absolute
;
top
:
8
rpx
;
left
:
10
rpx
;
top
:
1
8
rpx
;
left
:
-4
rpx
;
z-index
:
4
;
}
.her-scoller
.good-five
.img-box-style5
{
...
...
components/header/header.vue
View file @
ac582dd7
...
...
@@ -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 @
ac582dd7
...
...
@@ -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/index/index.vue
View file @
ac582dd7
...
...
@@ -567,6 +567,7 @@
},
500
);
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
getIsOpenReserve
();
this
.
$utils
.
VersionUpdate
()
},
methods
:
{
...
...
pages/jiuzhai/components/headerLine.vue
deleted
100644 → 0
View file @
21a277ea
<
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 @
ac582dd7
This diff is collapsed.
Click to expand it.
pages/jiuzhai/jz_Line.vue
View file @
ac582dd7
<
style
>
.jz_LineHeadeBox
{
/* position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 1; */
padding-top
:
41.2vw
;
padding-top
:
41.2vw
;
position
:
relative
;
}
.jz_LineHeade
{
...
...
@@ -63,6 +58,13 @@
font-size
:
28
rpx
;
font-family
:
'nav-font'
;
}
.jz_TuNewImg
{
width
:
94
rpx
;
height
:
37
rpx
;
position
:
absolute
;
left
:
-4px
;
top
:
10px
;
}
.jz_Right
{
width
:
432
rpx
;
...
...
@@ -193,17 +195,17 @@
}
.jz_Content
.search-box
{
height
:
88
rpx
;
height
:
70
rpx
;
background
:
#FFF
;
border-radius
:
18
rpx
;
display
:
flex
;
align-items
:
center
;
padding
:
19
rpx
30
rpx
;
margin
:
0
30
rpx
;
position
:
absolute
;
bottom
:
22
rpx
;
left
:
0
;
right
:
0
;
position
:
absolute
;
bottom
:
29
rpx
;
left
:
0
;
right
:
0
;
}
.jz_Content
.search-box
.date
{
...
...
@@ -341,7 +343,7 @@
'active0':msg.teamType==0,
'active1':msg.teamType==1,
'active2':msg.teamType==2}">
<headerLine
:type=
"msg.teamType"
:title=
"msg.teamType==1?'小包团':''"
></headerLine>
<headerLine></headerLine>
<view
class=
"search-box"
style=
"margin-top: 24rpx;"
>
<view
class=
"date"
@
click=
"showBranch=true"
>
<u-icon
name=
"location"
color=
"#B99846"
size=
"24"
></u-icon>
...
...
@@ -359,7 +361,7 @@
</view>
</view>
</view>
<view
style=
"height:
10
0rpx;width: 100%;"
>
<view
style=
"height:
8
0rpx;width: 100%;"
>
<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>
...
...
@@ -470,6 +472,7 @@
<view
class=
"jz_TuDiv"
>
<img
class=
"jz_TuBigImg"
mode=
"aspectFill"
:src=
"getImgs(item.imgCover)"
alt=
""
v-if=
"item.imgCover && item.imgCover.length>0 && getImgs(item.imgCover)!=''"
/>
<view
class=
"none-image"
v-else
>
暂无图片
</view>
<img
v-if=
"item.isNewArrival&&item.isNewArrival==1"
class=
"jz_TuNewImg"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638733097518452353.png"
/>
</view>
<view
class=
"jz_Right"
>
<view
class=
"jz_LineName"
>
{{
item
.
title
}}
</view>
...
...
@@ -518,7 +521,7 @@
<
script
>
import
canlendar
from
"./components/time/index.vue"
import
auth
from
"@/components/auth/index.vue"
;
import
headerLine
from
"./components/headerLine"
;
import
headerLine
from
"
@/components/header/header"
;
//"
./components/headerLine";
export
default
{
components
:
{
canlendar
,
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
ac582dd7
This diff is collapsed.
Click to expand it.
pages/jiuzhai/jz_MyOrder.vue
View file @
ac582dd7
...
...
@@ -2,8 +2,13 @@
.jz_MyOrder
{
height
:
100vh
;
background-color
:
#ecf1f4
;
display
:
flex
;
flex-direction
:
column
;
}
.jz_OrderList
:first-child
{
margin-top
:
15px
;
}
.jz_OrderList
{
width
:
100%
;
min-height
:
334
rpx
;
...
...
@@ -91,7 +96,7 @@
bar-height=
"4"
height=
"100"
></u-tabs>
<u-empty
v-if=
"dataList.length == 0"
text=
"暂无数据"
mode=
"data"
></u-empty>
<template
v-else
>
<view
class=
"jz_MyOrderMain"
style=
"height:
calc(100vh - 140px)
; overflow: hidden"
>
<view
class=
"jz_MyOrderMain"
style=
"height:
1px; flex: 1
; overflow: hidden"
>
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scrolltolower=
"lower"
:style=
"
{ height: '100%' }">
<view
class=
"jz_OrderList"
v-for=
"(item, index) in dataList"
:key=
"index"
@
click=
"goOrderDetail(item)"
>
<view
class=
"jz_OrderTop"
>
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
ac582dd7
...
...
@@ -528,7 +528,7 @@
realCurrentPriceInfo
:
{},
customer
:
{},
CreateBy
:
0
,
showPz
:
tru
e
,
showPz
:
fals
e
,
pzCoupon
:
null
};
},
...
...
pages/user-center/integral-detail/integral-detail.vue
View file @
ac582dd7
...
...
@@ -106,6 +106,9 @@ export default {
showBar
:
true
,
};
},
onShow
()
{
this
.
$utils
.
VersionUpdate
()
},
created
()
{
this
.
contentHeight
=
this
.
$utils
.
calcContentHeight
(
-
40
)
+
"px"
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
...
...
pages/user-center/user-center.vue
View file @
ac582dd7
...
...
@@ -48,9 +48,7 @@
<view
style=
"font-size:12px; margin-top:3px;"
>
<
template
v-if=
"b2b_user_info&&b2b_user_info.customerName&&b2b_user_info.customerName!=''"
>
{{
b2b_user_info
.
customerName
}}
<template
v-if=
"b2b_user_info&&b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName!=''"
>
(销售经理:
{{
b2b_user_info
.
salesBaseInfo
.
emName
}}
)
</
template
>
</
template
>
<
template
v-else
>
{{
b2b_user_info
?
b2b_user_info
.
name
:
""
}}
...
...
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