Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
a818030a
Commit
a818030a
authored
May 11, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加ifyukuaiCode 渝快付流程
parent
a7bc68a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+3
-3
No files found.
pages/my/order/electronicTicket/electronicTicket.vue
View file @
a818030a
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
</view>
</view>
<view
class=
"title-label"
>
入园凭证
</view>
<view
class=
"title-label"
>
入园凭证
</view>
</view>
-->
</view>
-->
<view
class=
"certificate-box"
v-if=
"ifyukuaiCode!=''&&ifyukuaiCode!=
undefined
"
>
<view
class=
"certificate-box"
v-if=
"ifyukuaiCode!=''&&ifyukuaiCode!=
'undefined'
"
>
<view
class=
"box-prompt2"
>
温馨提示
</view>
<view
class=
"box-prompt2"
>
温馨提示
</view>
<!--
<view
class=
"box-prompt2"
>
验证码用于入园游玩时核验使用
</view>
<!--
<view
class=
"box-prompt2"
>
验证码用于入园游玩时核验使用
</view>
<view
class=
"box-prompt2"
>
注:验证码信息已自动同步至订单所有游玩人渝快码,游玩人直接使用本人渝快码即可入园核验
</view>
-->
<view
class=
"box-prompt2"
>
注:验证码信息已自动同步至订单所有游玩人渝快码,游玩人直接使用本人渝快码即可入园核验
</view>
-->
...
@@ -550,7 +550,7 @@
...
@@ -550,7 +550,7 @@
this
.
ticketCode
=
this
.
orderInfo
.
orderTicketDetailList
[
0
].
ticketCode
this
.
ticketCode
=
this
.
orderInfo
.
orderTicketDetailList
[
0
].
ticketCode
}
}
this
.
touristInfo
=
res
.
data
.
orderTouristList
this
.
touristInfo
=
res
.
data
.
orderTouristList
if
(
this
.
ifyukuaiCode
==
''
||
t
his
.
ifyukuaiCode
==
undefined
){
if
(
this
.
ifyukuaiCode
==
''
||
t
ypeof
this
.
ifyukuaiCode
==
'undefined'
){
if
(
this
.
orderInfo
.
orderType
==
1
||
this
.
orderInfo
.
orderType
==
3
){
if
(
this
.
orderInfo
.
orderType
==
1
||
this
.
orderInfo
.
orderType
==
3
){
if
(
this
.
orderInfo
.
subOrderType
!=
4
&&
this
.
orderInfo
.
subOrderType
!=
5
){
if
(
this
.
orderInfo
.
subOrderType
!=
4
&&
this
.
orderInfo
.
subOrderType
!=
5
){
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
...
@@ -686,7 +686,7 @@
...
@@ -686,7 +686,7 @@
// text:this.verifyCode
// text:this.verifyCode
// })
// })
let
verifyCode
=
""
let
verifyCode
=
""
if
(
this
.
visitorIndex
!=
""
&&
this
.
visitorIndex
!=
undefined
){
if
(
this
.
visitorIndex
!=
""
&&
t
ypeof
t
his
.
visitorIndex
!=
undefined
){
verifyCode
=
this
.
verifyCode
+
":"
+
this
.
visitorIndex
verifyCode
=
this
.
verifyCode
+
":"
+
this
.
visitorIndex
}
else
{
}
else
{
verifyCode
=
this
.
verifyCode
verifyCode
=
this
.
verifyCode
...
...
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