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
7b78f22f
Commit
7b78f22f
authored
Oct 31, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
905f667a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
HotelSure.vue
src/components/Hotel/HotelSure.vue
+16
-4
No files found.
src/components/Hotel/HotelSure.vue
View file @
7b78f22f
...
@@ -561,7 +561,7 @@
...
@@ -561,7 +561,7 @@
</div>
</div>
</div>
</div>
<!-- 优惠券 -->
<!-- 优惠券 -->
<div
class=
"Yhq"
>
<div
class=
"Yhq"
v-if=
"!isLoginB2B"
>
<p
class=
"pfR"
style=
"color:#000000;padding-left:20px"
>
优惠券使用
</p>
<p
class=
"pfR"
style=
"color:#000000;padding-left:20px"
>
优惠券使用
</p>
<ul
class=
"yhqUl"
>
<ul
class=
"yhqUl"
>
<p
v-if=
"!Verification.length || Verification[0].ApplyState !== 1"
class=
"_trip_xiangqing_tips"
>
您还未进行
<span
@
click=
"goShenqing"
>
实名认证
</span>
,认证后可使用优惠券哦~如果已提认证申请,申请审核通过后即可使用优惠券!
</p>
<p
v-if=
"!Verification.length || Verification[0].ApplyState !== 1"
class=
"_trip_xiangqing_tips"
>
您还未进行
<span
@
click=
"goShenqing"
>
实名认证
</span>
,认证后可使用优惠券哦~如果已提认证申请,申请审核通过后即可使用优惠券!
</p>
...
@@ -865,7 +865,8 @@ export default {
...
@@ -865,7 +865,8 @@ export default {
ActivateCode
:
''
,
ActivateCode
:
''
,
price
:
0
,
price
:
0
,
Verification
:
''
,
Verification
:
''
,
isShowTime
:
true
isShowTime
:
true
,
isLoginB2B
:
true
,
};
};
},
},
mounted
()
{
mounted
()
{
...
@@ -899,6 +900,17 @@ export default {
...
@@ -899,6 +900,17 @@ export default {
}
}
this
.
sureMsg
.
roomGroup
.
push
(
obj
);
this
.
sureMsg
.
roomGroup
.
push
(
obj
);
}
}
if
(
!
sessionStorage
.
getItem
(
"OpenB2BCode"
)){
this
.
isLoginB2B
=
false
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
apipost
(
"app_customer_GetCertificationModel"
,
{
CustomerID
:
userInfo
.
customerId
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Verification
=
res
.
data
.
data
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
},
err
=>
{});
}
this
.
getWeek
();
this
.
getWeek
();
this
.
getBookInfo
();
this
.
getBookInfo
();
...
@@ -1170,7 +1182,7 @@ export default {
...
@@ -1170,7 +1182,7 @@ export default {
// childJapanCount+=ChildJapanPrice;
// childJapanCount+=ChildJapanPrice;
this
.
sureMsg
.
totalPriceJapanese
+=
parseFloat
(
AdultJapanCount
+
childJapanCount
+
onlyJanpnase
);
this
.
sureMsg
.
totalPriceJapanese
+=
parseFloat
(
AdultJapanCount
+
childJapanCount
+
onlyJanpnase
);
if
(
this
.
isShowTime
)
{
if
(
this
.
isShowTime
&&!
this
.
isLoginB2B
)
{
this
.
getUserCanUseCouponList
();
this
.
getUserCanUseCouponList
();
}
}
})
})
...
...
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