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
c758b326
Commit
c758b326
authored
Sep 12, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联票电子门票动态二维码显示处理
parent
d4941371
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
jointElectronicTicket.vue
.../my/order/jointElectronicTicket/jointElectronicTicket.vue
+4
-1
No files found.
pages/my/order/jointElectronicTicket/jointElectronicTicket.vue
View file @
c758b326
...
...
@@ -592,12 +592,15 @@ export default {
if
(
item
.
subOrderType
!=
4
&&
item
.
subOrderType
!=
5
){
if
(
item
.
exchangeMode
==
4
||
item
.
exchangeMode
==
5
){
//多个二维码
//为了提高性能,游玩时间等于今天
才获取排号信息
//为了提高性能,游玩时间等于今天
获取动态二维码
if
(
item
.
playDate
.
substr
(
0
,
10
)
==
this
.
$commonjs
.
today
()){
if
(
item
.
orderStatus
==
2
||
item
.
orderStatus
==
4
||
item
.
orderStatus
==
5
||
item
.
orderStatus
==
7
){
//订单状态为2、4、5、7时才获取动态二维码
this
.
getCodeList
(
item
)
}
}
else
{
//如果不是今天,为了保持页面完整性,临时放一个静态二维码
this
.
getCode
(
item
)
}
}
if
(
item
.
exchangeMode
==
1
){
...
...
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