Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
143595d3
Commit
143595d3
authored
Mar 04, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
a1977dfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
payURL.vue
src/components/commonPage/payURL.vue
+9
-3
No files found.
src/components/commonPage/payURL.vue
View file @
143595d3
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
isDesc
:
false
,
isDesc
:
false
,
descMin
:
0
,
descMin
:
0
,
descSecond
:
0
,
descSecond
:
0
,
descHour
:
0
,
fylxList
:
[],
fylxList
:
[],
isShowId
:
-
1
,
isShowId
:
-
1
,
checkValue
:
''
,
checkValue
:
''
,
...
@@ -237,7 +238,8 @@
...
@@ -237,7 +238,8 @@
}
}
this
.
apipost
(
'OnlinePay_post_GetCodeUrl'
,
msg
,
res
=>
{
this
.
apipost
(
'OnlinePay_post_GetCodeUrl'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
res
,
'response'
);
this
.
payPic
=
res
.
data
.
data
.
CodeURL
this
.
payPic
=
res
.
data
.
data
.
CodeURL
this
.
lastTime
=
new
Date
(
res
.
data
.
data
.
ExpireDate
)
this
.
lastTime
=
new
Date
(
res
.
data
.
data
.
ExpireDate
)
this
.
nowDate
=
new
Date
(
res
.
data
.
data
.
NowDate
)
this
.
nowDate
=
new
Date
(
res
.
data
.
data
.
NowDate
)
...
@@ -295,12 +297,16 @@
...
@@ -295,12 +297,16 @@
sec
=
sec
>
9
?
sec
:
'0'
+
sec
sec
=
sec
>
9
?
sec
:
'0'
+
sec
// 控制台打印
// 控制台打印
if
(
this
.
chaTime
>
0
){
if
(
this
.
chaTime
>
0
){
this
.
descMin
=
min
if
(
hr
>
0
){
this
.
descSecond
=
sec
this
.
descHour
=
hr
;
}
this
.
descMin
=
min
+
this
.
descHour
*
60
;
this
.
descSecond
=
sec
;
}
else
{
}
else
{
this
.
isShowPic
=
false
this
.
isShowPic
=
false
this
.
descMin
=
0
this
.
descMin
=
0
this
.
descSecond
=
0
this
.
descSecond
=
0
this
.
descHour
=
0
clearInterval
(
this
.
timer
)
clearInterval
(
this
.
timer
)
}
}
this
.
chaTime
-=
1000
this
.
chaTime
-=
1000
...
...
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