Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
cea0d5b3
Commit
cea0d5b3
authored
Dec 06, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付宝提现
parent
e670a9f9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
api/api.ts
+1
-1
pages/withdrawal/withdrawal.vue
+8
-0
No files found.
api/api.ts
View file @
cea0d5b3
...
@@ -290,7 +290,7 @@ export default {
...
@@ -290,7 +290,7 @@ export default {
return
request
(
`
${
apiURL
}
/pay/unifiedRefund`
,
"POST"
,
params
)
return
request
(
`
${
apiURL
}
/pay/unifiedRefund`
,
"POST"
,
params
)
},
},
//判断是否授权
//判断是否授权
isAuth
(){
isAuth
(
params
){
return
request
(
`
${
apiURL
}
/aliPay/isAuth`
,
"POST"
,
params
)
return
request
(
`
${
apiURL
}
/aliPay/isAuth`
,
"POST"
,
params
)
}
}
}
}
pages/withdrawal/withdrawal.vue
View file @
cea0d5b3
...
@@ -232,6 +232,14 @@
...
@@ -232,6 +232,14 @@
}
}
// #endif
// #endif
}
}
}
else
{
if
(
this
.
paymentMethod
==
1
){
this
.
wxWithdrawal
();
}
if
(
this
.
paymentMethod
==
2
){
this
.
aliWithdrawal
();
}
}
}
}
else
{
}
else
{
uni
.
showModal
({
uni
.
showModal
({
...
...
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