Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xoadoPlatform
Project
Overview
Details
Activity
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
yaohui
xoadoPlatform
Commits
8de1f1c5
Commit
8de1f1c5
authored
Apr 29, 2022
by
weix
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
39087ea2
df36d911
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
orderDetail.vue
src/views/operation/orderDetail.vue
+3
-4
No files found.
src/views/operation/orderDetail.vue
View file @
8de1f1c5
...
...
@@ -916,7 +916,7 @@ export default {
this
.
driverStatus
=
true
;
},
setpaystatusBtn
()
{
var
pattern
=
/^
[
A-Za-z0-9
]{32}
/
var
pattern
=
/^
[
A-Za-z0-9
_
]{32}
/
if
(
this
.
value
<
1
&&
!
pattern
.
test
(
this
.
input
))
{
this
.
$message
({
...
...
@@ -927,10 +927,9 @@ export default {
}
let
data
=
this
.
payData
;
let
a
=
this
.
datainput
;
debugger
let
json
=
{
orderId
:
data
.
orderId
,
tPaymentId
:
this
.
value
<
1
?
!!
this
.
datainput
?
a
.
businessId
:
''
:
""
,
tPaymentId
:
this
.
value
<
1
?
this
.
input
:
""
,
tPaymentStatus
:
2
,
tPaymentType
:
this
.
value
<
1
?
!!
this
.
datainput
?
a
.
executeStatus
:
'4'
:
"4"
,
tRealMoney
:
...
...
@@ -1015,7 +1014,7 @@ export default {
// let json={
// orderId:"20210301095247903_1H2wew42w7T2w"
// }
getpayInfo
(
this
.
payData
).
then
((
res
)
=>
{
getpayInfo
(
json
).
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
this
.
input
=
res
.
data
[
0
].
businessSerial
;
this
.
datainput
=
res
.
data
[
0
];
...
...
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