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
c71f1b47
Commit
c71f1b47
authored
Apr 19, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增身份证过闸提示
parent
73069e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+11
-2
No files found.
pages/my/order/electronicTicket/electronicTicket.vue
View file @
c71f1b47
...
...
@@ -27,7 +27,7 @@
</view>
<view
class=
"title-label"
>
入园凭证
</view>
</view>
-->
<view
class=
"certificate-box"
>
<view
class=
"certificate-box"
v-if=
"orderInfo.exchangeMode==1||orderInfo.exchangeMode==4||orderInfo.exchangeMode==5"
>
<view
class=
"box-verificationCode"
>
验证码:
{{
ticketCode
}}
</view>
<canvas
class=
"box-QRcode"
canvas-id=
"qrcode"
/>
<view
class=
"progress-box"
v-if=
"qrCodeType==true"
>
...
...
@@ -36,6 +36,13 @@
<!--
<view
class=
"box-prompt"
>
自动更新,截屏无效
</view>
-->
<view
class=
"box-prompt2"
>
{{
qrCodeType
==
true
?
'二维码自动更新,截屏无法验证'
:
''
}}
</view>
</view>
<view
class=
"certificate-box"
v-else-if=
"orderInfo.exchangeMode==2"
>
<view
class=
"box-verificationCode"
>
验证码:
{{
ticketCode
}}
</view>
<view
class=
"box-verificationCode"
>
请使用身份证过闸
</view>
</view>
<view
class=
"certificate-box"
v-else-if=
"orderInfo.exchangeMode==3"
>
<view
class=
"box-verificationCode"
>
验证码:
{{
ticketCode
}}
</view>
</view>
</view>
</
template
>
<view
class=
"order-queueUp order-allType order-positionTop"
v-if=
"orderInfo.isFetch==1&&sortsInfo&&sortData[0].config.sceneSortStatus==1"
>
...
...
@@ -530,7 +537,7 @@
if
(
this
.
orderInfo
.
playDate
.
substr
(
0
,
10
)
==
this
.
$commonjs
.
today
()
&&
this
.
orderInfo
.
exchangeMode
==
4
||
this
.
orderInfo
.
playDate
.
substr
(
0
,
10
)
==
this
.
$commonjs
.
today
()
&&
this
.
orderInfo
.
exchangeMode
==
5
){
this
.
dynamicCode
()
this
.
qrCodeType
=
true
}
else
{
}
else
if
(
this
.
orderInfo
.
exchangeMode
==
1
)
{
this
.
qecode
()
this
.
qrCodeType
=
false
}
...
...
@@ -891,6 +898,8 @@
border-radius
:
16
rpx
16
rpx
16
rpx
16
rpx
;
margin
:
0
auto
16
rpx
auto
;
overflow
:
hidden
;
position
:
relative
;
z-index
:
10
;
}
.order-allType
.alltype-title
{
...
...
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