Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-07-28 10:57:54 +0800
Commit
7e5a94ce5d1eff88bc70db967c1cf501704e9b45
1 parent
7114dffa
change alipay id
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shopping/models/pay.js
apps/shopping/models/pay.js
View file @
7e5a94c
...
...
@@ -32,7 +32,7 @@ const getOnlinePayProvider = () => {
}
let
online
=
_
(
result
.
data
)
.
filter
(
i
=>
_
.
includes
([
33
],
i
.
id
))
.
filter
(
i
=>
_
.
includes
([
payments
.
alipay
],
i
.
id
))
.
map
(
i
=>
{
return
{
id
:
i
.
id
,
...
...
Please
register
or
login
to post a comment