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
7b6bcc38
Commit
7b6bcc38
authored
Mar 20, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘注释机票导航 更新...’
parent
42d55633
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
5 deletions
+18
-5
PsMyCoupon.css
src/assets/mall/PsMyCoupon.css
+4
-1
PsMyCoupon.vue
src/components/PersonalCenter/PsMyCoupon.vue
+12
-2
head.vue
src/components/global/head.vue
+2
-2
No files found.
src/assets/mall/PsMyCoupon.css
View file @
7b6bcc38
...
...
@@ -146,7 +146,7 @@
cursor
:
pointer
;
}
.PsMyCoupon
._item
._bottom
{
padding
:
15px
10px
0
10px
;
padding
:
15px
10px
;
background-color
:
#F9F9F9
;
}
.PsMyCoupon
._item
._bottom
p
{
...
...
@@ -159,6 +159,9 @@
color
:
#666666
;
font-weight
:
300
;
}
.PsMyCoupon
._item
._bottom
p
._margin_bt0
{
margin-bottom
:
0
!important
;
}
.PsMyCoupon
p
._info_coupon_name
{
font-size
:
18px
!important
;
max-width
:
140px
;
...
...
src/components/PersonalCenter/PsMyCoupon.vue
View file @
7b6bcc38
...
...
@@ -52,14 +52,14 @@
<p
class=
"_info_sale"
v-else
><span>
¥
</span>
{{
item
.
denomination
}}
</p>
<p
class=
"_info_full"
>
满
{{
item
.
useCondition
}}
可用
</p>
<p
class=
"_info_time _time"
>
有效时间:
{{
item
.
effectDate
|
YMD
}}
-
{{
item
.
expirationDate
|
YMD
}}
</p>
<p
class=
"_info_bottom"
>
去使用
</p>
<p
class=
"_info_bottom"
@
click=
"goUrl('heel',true)"
>
去使用
</p>
</div>
</div>
<div
class=
"_bottom"
>
<p
class=
"_bottom_tit"
>
可用线路及系列
</p>
<p
class=
"_bottom_info"
>
{{
item
.
lineName
===
''
?
'不限'
:
item
.
lineName
}}
-
{{
item
.
lineTeamName
===
''
?
'不限'
:
item
.
lineTeamName
}}
</p>
<p
class=
"_bottom_tit"
>
优惠券来源
</p>
<p
class=
"_bottom_info"
>
{{
item
.
accessType
===
1
?
'抽奖活动'
:
'其他'
}}
</p>
<p
class=
"_bottom_info
_margin_bt0
"
>
{{
item
.
accessType
===
1
?
'抽奖活动'
:
'其他'
}}
</p>
</div>
</div>
</div>
...
...
@@ -176,6 +176,16 @@ export default {
resetPageIndex
()
{
//查询初始化页码
this
.
msg
.
pageIndex
=
1
;
},
goUrl
(
path
,
bl
){
// console.log("path",path)
if
(
path
==
'heel'
){
sessionStorage
.
setItem
(
"defaultKey"
,
'2-1'
);
this
.
$emit
(
'forword'
,
'2-1'
)
}
sessionStorage
.
setItem
(
"Homepage"
,
bl
);
this
.
$store
.
commit
(
'HomePage'
,
bl
)
this
.
$router
.
push
({
name
:
path
});
}
}
}
</
script
>
\ No newline at end of file
src/components/global/head.vue
View file @
7b6bcc38
...
...
@@ -88,7 +88,7 @@ color:rgba(51,51,51,1);
<!-- <el-menu-item index="2-3">单团</el-menu-item>
<el-menu-item index="2-4">私人订制</el-menu-item> -->
</el-submenu>
<
el-menu-item
index=
"3"
@
click=
"goUrl('TicketHome',true)"
><a
href=
"javascript:void(0);"
>
机票
</a></el-menu-item
>
<
!-- <el-menu-item index="3" @click="goUrl('TicketHome',true)"><a href="javascript:void(0);">机票</a></el-menu-item> --
>
<!-- <el-menu-item index="4" @click="goUrl('VisaHomePage',true)"><a href="javascript:void(0);">签证</a></el-menu-item> -->
<!-- <el-menu-item index="5" @click="goUrl('IndependentTravel',true)"><a href="javascript:void(0);">自由行</a></el-menu-item> -->
...
...
@@ -136,7 +136,7 @@ color:rgba(51,51,51,1);
<el-menu
default-active=
""
class=
"el-menu-demo small"
mode=
"horizontal"
background-color=
"rgba(0,0,0,0)"
active-text-color=
"#EF4455"
>
<el-menu-item
index=
"1"
@
click=
"goUrl('PsCenter',false)"
><a
href=
"javascript:void(0);"
>
个人主页
</a></el-menu-item>
<el-menu-item
index=
"2"
@
click=
"goUrl('PsOrder',false)"
><a
href=
"javascript:void(0);"
>
订单管理
</a></el-menu-item>
<
el-menu-item
index=
"6"
@
click=
"goUrl('AirlineTicketOrder',false)"
><a
href=
"javascript:void(0);"
>
机票订单
</a></el-menu-item
>
<
!-- <el-menu-item index="6" @click="goUrl('AirlineTicketOrder',false)"><a href="javascript:void(0);">机票订单</a></el-menu-item> --
>
<el-menu-item
index=
"3"
><a
href=
"javascript:void(0);"
>
经营管理
</a></el-menu-item>
<el-menu-item
index=
"4"
@
click=
"goUrl('PsSystem',false)"
><a
href=
"javascript:void(0);"
>
系统管理
</a></el-menu-item>
<el-menu-item
index=
"5"
@
click=
"goUrl('PsAccBalance',false)"
><a
href=
"javascript:void(0);"
>
账户余额
</a></el-menu-item>
...
...
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