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
13c087ae
Commit
13c087ae
authored
Dec 01, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积分兑换app端接口调试
parent
182bc34c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
pages/withdrawal/withdrawal.vue
+4
-1
No files found.
pages/withdrawal/withdrawal.vue
View file @
13c087ae
...
@@ -135,7 +135,9 @@
...
@@ -135,7 +135,9 @@
this
.
wxWithdrawal
();
this
.
wxWithdrawal
();
}
}
if
(
this
.
paymentMethod
==
2
){
if
(
this
.
paymentMethod
==
2
){
let
urls
=
this
.
withdrawalParam
.
aliAuthUrl
;
// APP:
// #ifdef APP-PLUS
let
urls
=
this
.
aliWithdrawalResVO
.
aliAuthUrl
;
urls
=
encodeURIComponent
(
urls
);
urls
=
encodeURIComponent
(
urls
);
// 判断平台
// 判断平台
if
(
plus
.
os
.
name
==
'Android'
)
{
if
(
plus
.
os
.
name
==
'Android'
)
{
...
@@ -173,6 +175,7 @@
...
@@ -173,6 +175,7 @@
);
);
}
}
// this.aliWithdrawal();
// this.aliWithdrawal();
// #endif
}
}
}
}
}
}
...
...
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