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
c63ceb50
Commit
c63ceb50
authored
May 26, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1092c328
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
511 additions
and
45 deletions
+511
-45
pages.json
pages.json
+2
-0
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+19
-45
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+490
-0
No files found.
pages.json
View file @
c63ceb50
...
@@ -591,6 +591,8 @@
...
@@ -591,6 +591,8 @@
"root"
:
"pages/jiuzhai"
,
"root"
:
"pages/jiuzhai"
,
"pages"
:
[{
"pages"
:
[{
"path"
:
"jz_Line"
//九寨-线路
"path"
:
"jz_Line"
//九寨-线路
},{
"path"
:
"jz_LineDetail"
//九寨-线路详情
}]
}]
},
},
//相亲分包
//相亲分包
...
...
pages/jiuzhai/jz_Line.vue
View file @
c63ceb50
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
}
}
.jz_TuDiv
{
.jz_TuDiv
{
width
:
2
8
0
rpx
;
width
:
2
2
0
rpx
;
height
:
2
2
0
rpx
;
height
:
2
8
0
rpx
;
border-radius
:
6
px
;
border-radius
:
12
px
;
overflow
:
hidden
;
overflow
:
hidden
;
position
:
relative
;
position
:
relative
;
}
}
...
@@ -24,9 +24,10 @@
...
@@ -24,9 +24,10 @@
}
}
.jz_Right
{
.jz_Right
{
width
:
380
rpx
;
width
:
432
rpx
;
margin-top
:
5px
;
margin-top
:
5px
;
font-size
:
14px
;
font-size
:
14px
;
position
:
relative
;
}
}
.jz_LineName
{
.jz_LineName
{
...
@@ -62,13 +63,6 @@
...
@@ -62,13 +63,6 @@
justify-content
:
center
;
justify-content
:
center
;
}
}
.jz_Remark
{
width
:
100%
;
font-size
:
13px
;
background-color
:
#f1f0f0
;
padding
:
10px
;
}
.op_remark
{
.op_remark
{
overflow
:
hidden
;
overflow
:
hidden
;
white-space
:
nowrap
;
white-space
:
nowrap
;
...
@@ -77,7 +71,7 @@
...
@@ -77,7 +71,7 @@
.jz_ListMain
{
.jz_ListMain
{
padding-bottom
:
10px
;
padding-bottom
:
10px
;
border-bottom
:
1px
solid
#
d1d1d1
;
border-bottom
:
1px
solid
#
E2E2E2
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
...
@@ -97,9 +91,6 @@
...
@@ -97,9 +91,6 @@
.jz_Sort
{
.jz_Sort
{
width
:
100%
;
width
:
100%
;
/* justify-content: space-between;
display: flex;
*/
margin
:
20px
0
;
margin
:
20px
0
;
}
}
...
@@ -169,10 +160,10 @@
...
@@ -169,10 +160,10 @@
<template
v-else
>
<template
v-else
>
<view
style=
"height: calc(100vh - 120px);overflow: hidden;"
>
<view
style=
"height: calc(100vh - 120px);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"
>
<view
class=
"jz_ListMain"
v-for=
"(item,index) in dataList"
:key=
"index"
@
click=
"goJzDetail(item.tcid)"
>
<view
class=
"jz_List"
>
<view
class=
"jz_List"
>
<view
class=
"jz_TuDiv"
>
<view
class=
"jz_TuDiv"
>
<img
class=
"jz_TuBigImg"
src=
"http://imgfile.oytour.com/Upload/DMC/20200603030333648.jpg?x-oss-process=image/resize,l_140
"
<img
class=
"jz_TuBigImg"
aspectFill
src=
"http://imgfile.oytour.com/Upload/DMC/20200603030333648.jpg
"
alt=
""
/>
alt=
""
/>
<view
class=
"jz_TuDivBotm"
>
<view
class=
"jz_TuDivBotm"
>
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/address.png"
/>
成都出发
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/address.png"
/>
成都出发
...
@@ -186,16 +177,13 @@
...
@@ -186,16 +177,13 @@
class=
"jz_Canhoubu"
>
不可候补
</text>
class=
"jz_Canhoubu"
>
不可候补
</text>
</view>
</view>
<view
style=
"margin-bottom:10px"
>
航班:
<text>
无
</text>
(余位:10)
</view>
<view
style=
"margin-bottom:10px"
>
航班:
<text>
无
</text>
(余位:10)
</view>
<view>
<view
style=
"color:#FF3166;position: absolute;right:0;bottom:0"
>
同业价:
<text
class=
"jz_redType"
>
{{
item
.
b2BPrice
}}
</text>
<text
style=
"font-size:20rpx;"
>
¥
</text>
<text
style=
"margin-left:10px;"
>
统一售价:
<text
class=
"jz_redType"
>
{{
item
.
b2CPrice
}}
</text></text>
<text
style=
"font-size:36rpx;"
>
{{
item
.
b2BPrice
}}
</text>
<text
style=
"font-size:20rpx;"
>
起
</text>
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"jz_Remark"
>
<view
class=
"op_remark"
style=
"margin-bottom:10px;"
>
OP备注:1不占床小孩收费1不占床小孩收费1不占床小孩收费1不占床小孩收费
</view>
<view
class=
"op_remark"
>
本团卖点:1不占床小孩收费1不占床小孩收费1不占床小孩收费1不占床小孩收费
</view>
</view>
</view>
</view>
</scroll-view>
</scroll-view>
</view>
</view>
...
@@ -229,9 +217,6 @@
...
@@ -229,9 +217,6 @@
searchKey
:
''
,
//搜索数据
searchKey
:
''
,
//搜索数据
value1
:
1
,
value1
:
1
,
isShowDate
:
false
,
isShowDate
:
false
,
delMsg
:
{
tcid
:
10964
},
lineList
:
[{
lineList
:
[{
label
:
'出境日本线'
,
label
:
'出境日本线'
,
value
:
1
,
value
:
1
,
...
@@ -253,7 +238,6 @@
...
@@ -253,7 +238,6 @@
},
},
created
()
{
created
()
{
this
.
getList
();
this
.
getList
();
this
.
getDetails
();
},
},
methods
:
{
methods
:
{
//获取数据
//获取数据
...
@@ -273,22 +257,6 @@
...
@@ -273,22 +257,6 @@
null
null
);
);
},
},
//获取详情
getDetails
()
{
this
.
apipost
(
"b2b_get_GetB2BTravelInfoNoDes"
,
this
.
delMsg
,
res
=>
{
console
.
log
(
res
,
'详情'
);
if
(
res
.
data
.
resultCode
==
1
)
{
}
else
{
}
},
null
);
},
//获取日期
//获取日期
getStratDate
(
val
)
{
getStratDate
(
val
)
{
console
.
log
(
val
,
'val'
);
console
.
log
(
val
,
'val'
);
...
@@ -302,6 +270,12 @@
...
@@ -302,6 +270,12 @@
this
.
status
=
"nomore"
;
this
.
status
=
"nomore"
;
}
}
},
},
//跳转至详情
goJzDetail
(
tcid
){
uni
.
navigateTo
({
url
:
"/pages/jiuzhai/jz_LineDetail?tcid="
+
tcid
});
}
},
},
};
};
</
script
>
</
script
>
pages/jiuzhai/jz_LineDetail.vue
0 → 100644
View file @
c63ceb50
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