Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
add4aa9c
Commit
add4aa9c
authored
May 17, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改加密的secretKey
parent
aafc5ebf
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
56 additions
and
28 deletions
+56
-28
App.vue
src/App.vue
+1
-1
localtourhome.css
src/assets/css/localtourhome.css
+27
-11
AdmissionTicket.vue
src/components/LocalTour/AdmissionTicket.vue
+5
-3
Appointment.vue
src/components/LocalTour/Appointment.vue
+12
-6
LocalTourList.vue
src/components/LocalTour/LocalTourList.vue
+5
-4
TicketDetails.vue
src/components/LocalTour/TicketDetails.vue
+5
-2
ScenOrder.vue
src/components/newPersonalCenter/block/model/ScenOrder.vue
+1
-1
No files found.
src/App.vue
View file @
add4aa9c
...
@@ -59,7 +59,7 @@ export default {
...
@@ -59,7 +59,7 @@ export default {
<
style
>
<
style
>
@import
'./assets/global/font.css'
;
@import
'./assets/global/font.css'
;
@import
'//at.alicdn.com/t/font_863923_
mmwwh61s03g
.css'
;
@import
'//at.alicdn.com/t/font_863923_
naoz0fqofi
.css'
;
@import
'./assets/global/global.css'
;
@import
'./assets/global/global.css'
;
body
,
html
{
body
,
html
{
padding
:
0px
;
padding
:
0px
;
...
...
src/assets/css/localtourhome.css
View file @
add4aa9c
...
@@ -266,26 +266,29 @@
...
@@ -266,26 +266,29 @@
.AdmissionTicket
.hottour_ul
li
{
.AdmissionTicket
.hottour_ul
li
{
position
:
relative
;
position
:
relative
;
height
:
76px
;
width
:
212px
;
margin-top
:
10px
;
height
:
159px
;
margin-top
:
20px
;
}
}
.AdmissionTicket
.hottour_ul
li
img
{
.AdmissionTicket
.hottour_ul
li
img
{
position
:
absolute
;
width
:
100%
;
width
:
60px
;
height
:
100%
;
height
:
60px
;
top
:
8px
;
left
:
10px
;
}
}
.AdmissionTicket
.hottour_ul
li
.hotcontent
{
.AdmissionTicket
.hottour_ul
li
.hotcontent
{
padding-left
:
79px
;
position
:
absolute
;
bottom
:
0
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
12px
;
padding
:
6px
;
box-sizing
:
border-box
;
background
:
linear-gradient
(
0deg
,
rgba
(
0
,
0
,
0
,
1
),
rgba
(
0
,
0
,
0
,
-0.01
));
}
}
.AdmissionTicket
.hottour_ul
li
:hover
{
.AdmissionTicket
.hottour_ul
li
:hover
{
cursor
:
pointer
;
cursor
:
pointer
;
box-shadow
:
0px
1px
4px
0px
rgba
(
94
,
94
,
94
,
0.61
);
box-shadow
:
0px
1px
4px
0px
rgba
(
94
,
94
,
94
,
0.61
);
}
}
.AdmissionTicket
.hottour_ul
li
.hotcontent
>
span
{
display
:
inline-block
;
}
.Localtourhome
.ticketContent
>
div
{
.Localtourhome
.ticketContent
>
div
{
float
:
left
;
float
:
left
;
...
@@ -647,7 +650,7 @@
...
@@ -647,7 +650,7 @@
}
}
.LocalTourList
.sortDiv
>
div
i
{
.LocalTourList
.sortDiv
>
div
i
{
color
:
#8F9199
;
color
:
#8F9199
;
margin-right
:
-5
px
;
font-size
:
14
px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.LocalTourList
.sortDiv
>
div
.iconfontActive
{
.LocalTourList
.sortDiv
>
div
.iconfontActive
{
...
@@ -936,6 +939,12 @@
...
@@ -936,6 +939,12 @@
top
:
0
;
top
:
0
;
margin-top
:
-20px
;
margin-top
:
-20px
;
z-index
:
100
;
z-index
:
100
;
width
:
1200px
;
background
:
#fff
;
}
.TicketDetails
.searchFixed
.TicketTab
{
/* border: none; */
border-right
:
1px
solid
rgba
(
220
,
220
,
220
,
1
);
}
}
.TicketDetails
.green
{
.TicketDetails
.green
{
background
:
#ddd
!important
;
background
:
#ddd
!important
;
...
@@ -1095,6 +1104,13 @@
...
@@ -1095,6 +1104,13 @@
border
:
1px
solid
#dcdfe6
;
border
:
1px
solid
#dcdfe6
;
display
:
inline-block
;
display
:
inline-block
;
padding-left
:
10px
;
padding-left
:
10px
;
position
:
relative
;
}
.Appointment
.formline
.calendarSpan
.icon-img-rili
{
position
:
absolute
;
right
:
13px
;
color
:
#4CB960
;
font-size
:
14px
;
}
}
.calendarPopover
{
.calendarPopover
{
padding
:
0
;
padding
:
0
;
...
...
src/components/LocalTour/AdmissionTicket.vue
View file @
add4aa9c
...
@@ -51,8 +51,10 @@
...
@@ -51,8 +51,10 @@
<li
@
click=
"GoUrl(item)"
v-for=
"(item,index) in hotList"
:key=
"index+2000"
>
<li
@
click=
"GoUrl(item)"
v-for=
"(item,index) in hotList"
:key=
"index+2000"
>
<img
:src=
"item.coverImgs[0]"
alt=
""
>
<img
:src=
"item.coverImgs[0]"
alt=
""
>
<div
class=
"hotcontent"
>
<div
class=
"hotcontent"
>
<span
class=
"textHidden font12"
>
{{
item
.
name
}}
</span>
<span
style=
"color:#fff;width:125px;"
class=
"textHidden font12"
>
{{
item
.
name
}}
</span>
<p
class=
"font12"
style=
"color:#FDAC11;text-align:right;padding-top:4px;padding-right:6px"
>
¥
<span
class=
"pfR font14"
>
{{
item
.
b2bPrice
|
NoDesnum
}}
</span>
起
</p>
<span
style=
"width:75px;color:#FDAC11;text-align:right"
>
¥
<span
class=
"pfR font18"
>
{{
item
.
b2bPrice
|
NoDesnum
}}
</span>
起
</span>
</div>
</div>
</li>
</li>
</ul>
</ul>
...
@@ -157,7 +159,7 @@ export default {
...
@@ -157,7 +159,7 @@ export default {
top
:
-15px
;
top
:
-15px
;
}
}
.AdmissionTicket
.ticketDiv
li
.firsrSpan
{
.AdmissionTicket
.ticketDiv
li
.firsrSpan
{
width
:
6
6
0px
;
width
:
6
8
0px
;
padding-left
:
20px
;
padding-left
:
20px
;
color
:
#2A5532
;
color
:
#2A5532
;
}
}
...
...
src/components/LocalTour/Appointment.vue
View file @
add4aa9c
...
@@ -41,7 +41,10 @@
...
@@ -41,7 +41,10 @@
</v-calendar>
</v-calendar>
</div>
</div>
<span
class=
"calendarSpan"
slot=
"reference"
>
{{
form
.
useDate
}}
</span>
<span
class=
"calendarSpan"
slot=
"reference"
>
{{
form
.
useDate
}}
<span
class=
"iconfont icon-img-rili"
></span>
</span>
</el-popover>
</el-popover>
</el-form-item>
</el-form-item>
...
@@ -52,16 +55,16 @@
...
@@ -52,16 +55,16 @@
<div
style=
"padding:0 20px"
>
<div
style=
"padding:0 20px"
>
<p
class=
"pfR"
style=
"color:#000000;margin:30px 0"
>
取票人/出行人信息
</p>
<p
class=
"pfR"
style=
"color:#000000;margin:30px 0"
>
取票人/出行人信息
</p>
<el-form-item
class=
"formline"
label=
"中文姓名"
prop=
"contactCNName"
>
<el-form-item
class=
"formline"
label=
"中文姓名"
prop=
"contactCNName"
>
<el-input
size=
"small"
v-model=
"form.contactCNName"
></el-input>
<el-input
size=
"small"
v-model=
"form.contactCNName"
placeholder=
"请输入中文姓名"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
class=
"formline"
label=
"英文姓名"
>
<el-form-item
class=
"formline"
label=
"英文姓名"
>
<el-input
size=
"small"
v-model=
"form.contactENName"
></el-input>
<el-input
size=
"small"
v-model=
"form.contactENName"
placeholder=
"请输入英文姓名"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
class=
"formline"
label=
"手机号"
prop=
"contactMobile"
>
<el-form-item
class=
"formline"
label=
"手机号"
prop=
"contactMobile"
>
<el-input
size=
"small"
v-model=
"form.contactMobile"
></el-input>
<el-input
size=
"small"
v-model=
"form.contactMobile"
placeholder=
"请输入手机号"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
class=
"formline"
label=
"E-mail"
prop=
"contactEmail"
>
<el-form-item
class=
"formline"
label=
"E-mail"
prop=
"contactEmail"
>
<el-input
size=
"small"
v-model=
"form.contactEmail"
></el-input>
<el-input
size=
"small"
v-model=
"form.contactEmail"
placeholder=
"请输入E-mail"
></el-input>
</el-form-item>
</el-form-item>
</div>
</div>
...
@@ -78,7 +81,10 @@
...
@@ -78,7 +81,10 @@
<span
v-else
>
不可叠加
</span>
<span
v-else
>
不可叠加
</span>
</span>
</span>
<p
style=
"margin-top:10px"
>
¥
<span>
{{
item
.
denomination
}}
</span></p>
<p
style=
"margin-top:10px"
>
<span
v-if=
"item.couponsType==1"
>
¥
<span>
{{
item
.
denomination
}}
</span></span>
<span
v-else
>
{{
item
.
denomination
}}
折
</span>
</p>
<p
style=
"font-size:14px"
>
满
{{
item
.
useCondition
}}
使用
</p>
<p
style=
"font-size:14px"
>
满
{{
item
.
useCondition
}}
使用
</p>
<p
style=
"font-size:12px;color:#4C58A4;margin-top:6px"
>
<p
style=
"font-size:12px;color:#4C58A4;margin-top:6px"
>
有效期:
{{
item
.
effectDate
|
YMD
}}
-
{{
item
.
expirationDate
|
YMD
}}
有效期:
{{
item
.
effectDate
|
YMD
}}
-
{{
item
.
expirationDate
|
YMD
}}
...
...
src/components/LocalTour/LocalTourList.vue
View file @
add4aa9c
...
@@ -168,17 +168,18 @@
...
@@ -168,17 +168,18 @@
</li>
-->
</li>
-->
</ul>
</ul>
</div>
</div>
<!-- 排序条件 -->
<!-- 排序条件 -->
<div
class=
"sortDiv basefix"
>
<div
class=
"sortDiv basefix"
>
<div>
<div>
销量
销量
<i
:class=
"msg.orderBySales==1?'iconfontActive':''"
@
click=
"ChangeOrderBySales(1)"
class=
"iconfont icon-jian
g1
"
></i>
<i
:class=
"msg.orderBySales==1?'iconfontActive':''"
@
click=
"ChangeOrderBySales(1)"
class=
"iconfont icon-jian
tou
"
></i>
<i
:class=
"msg.orderBySales==2?'iconfontActive':''"
@
click=
"ChangeOrderBySales(2)"
class=
"iconfont icon-jian
g
"
></i>
<i
:class=
"msg.orderBySales==2?'iconfontActive':''"
@
click=
"ChangeOrderBySales(2)"
class=
"iconfont icon-jian
tou-copy
"
></i>
</div>
</div>
<div>
<div>
价格
价格
<i
:class=
"msg.orderByPrice==1?'iconfontActive':''"
@
click=
"ChangeOrderByPrice(1)"
class=
"iconfont icon-jian
g1
"
></i>
<i
:class=
"msg.orderByPrice==1?'iconfontActive':''"
@
click=
"ChangeOrderByPrice(1)"
class=
"iconfont icon-jian
tou
"
></i>
<i
:class=
"msg.orderByPrice==2?'iconfontActive':''"
@
click=
"ChangeOrderByPrice(2)"
class=
"iconfont icon-jian
g
"
></i>
<i
:class=
"msg.orderByPrice==2?'iconfontActive':''"
@
click=
"ChangeOrderByPrice(2)"
class=
"iconfont icon-jian
tou-copy
"
></i>
</div>
</div>
</div>
</div>
...
...
src/components/LocalTour/TicketDetails.vue
View file @
add4aa9c
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<el-row>
<el-row>
<el-col
:span=
"19"
>
<el-col
:span=
"19"
>
{{
item
.
ticketName
}}
{{
item
.
ticketName
}}
<span
class=
"pfR"
>
(
{{
item
.
ticketDesc
}}
)
</span>
<span
v-if=
"item.ticketDesc"
class=
"pfR"
>
(
{{
item
.
ticketDesc
}}
)
</span>
<!--
<span>
(18-64周岁)
</span>
-->
<!--
<span>
(18-64周岁)
</span>
-->
<!--
<span
class=
"colorG"
>
可订今日
</span>
<!--
<span
class=
"colorG"
>
可订今日
</span>
<span
class=
"colorG"
>
可订今日
</span>
-->
<span
class=
"colorG"
>
可订今日
</span>
-->
...
@@ -211,7 +211,7 @@ export default {
...
@@ -211,7 +211,7 @@ export default {
mounted
()
{
mounted
()
{
this
.
idDes
=
decodeURIComponent
(
this
.
$route
.
query
.
idDes
);
this
.
idDes
=
decodeURIComponent
(
this
.
$route
.
query
.
idDes
);
this
.
scrollobj
=
document
.
getElementsByClassName
(
"el-scrollbar__wrap"
)[
0
];
this
.
scrollobj
=
document
.
getElementsByClassName
(
"el-scrollbar__wrap"
)[
0
];
//
this.scrollobj.addEventListener("scroll", this.handleScroll);
this
.
scrollobj
.
addEventListener
(
"scroll"
,
this
.
handleScroll
);
this
.
GetDes
();
this
.
GetDes
();
},
},
...
@@ -250,6 +250,9 @@ export default {
...
@@ -250,6 +250,9 @@ export default {
this
.
ImgIndex
=
0
;
this
.
ImgIndex
=
0
;
},
},
ImgNext
(){
ImgNext
(){
if
(
this
.
next
<
2
){
return
;
}
this
.
$refs
.
Changeimg
.
style
.
left
=
"-440px"
;
this
.
$refs
.
Changeimg
.
style
.
left
=
"-440px"
;
this
.
ImgIndex
=
1
;
this
.
ImgIndex
=
1
;
...
...
src/components/newPersonalCenter/block/model/ScenOrder.vue
View file @
add4aa9c
...
@@ -118,7 +118,7 @@ export default {
...
@@ -118,7 +118,7 @@ export default {
getList
(){
getList
(){
this
.
apiJavaPost
(
'/api/b2b/scenic/getTicketCouponsOrder'
,
this
.
form
,
res
=>
{
this
.
apiJavaPost
(
'/api/b2b/scenic/getTicketCouponsOrder'
,
this
.
form
,
res
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
//
console.log("景点门票",res);
console
.
log
(
"景点门票"
,
res
);
this
.
tableData
=
res
.
data
.
pageData
;
this
.
tableData
=
res
.
data
.
pageData
;
this
.
totalCount
=
res
.
data
.
count
;
this
.
totalCount
=
res
.
data
.
count
;
},
null
)
},
null
)
...
...
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